summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2023-10-04Merge branch 'main' of db:dotfilesRaymaekers Luca
2023-10-04added specifying dimensionsRaymaekers Luca
2023-10-04added embedding chapters optionRaymaekers Luca
2023-10-04added kill optionRaymaekers Luca
2023-10-04added fillpassRaymaekers Luca
2023-10-04added reading from stdinRaymaekers Luca
2023-10-03added terrariaRaymaekers Luca
2023-10-02added scriptsRaymaekers Luca
2023-10-01Merge branch 'main' of db:dotfilesRaymaekers Luca
2023-10-01added dbnewgRaymaekers Luca
2023-10-01use cat EOFRaymaekers Luca
2023-10-01refactorRaymaekers Luca
2023-10-01removed dynamic optionRaymaekers Luca
2023-09-28[newwal] use print0Raymaekers Luca
2023-09-28[linkhandler] use environment variablesRaymaekers Luca
2023-09-22[bin (aivpn)] renamed die to lognRaymaekers Luca
2023-09-20[supd] changed message formatRaymaekers Luca
2023-09-19removed scripts and made seperate projectRaymaekers Luca
2023-09-18[media] use different concat_path for 'cursus'Raymaekers Luca
2023-09-18[mmedia] use mmedia in favor of mcursRaymaekers Luca
Use a function for concat_path this make it easy to disable it by redefining it.
2023-09-18[mmedia] added directory as pararmeter to scriptRaymaekers Luca
2023-09-18[mmedia] added images optionRaymaekers Luca
2023-09-18[commander] set instant option for fzfRaymaekers Luca
2023-09-18[ehbvpn] updated to use new vpnRaymaekers Luca
2023-09-18[aumount] cleanupRaymaekers Luca
2023-09-13[menuscripts] merged mpdf and mvid into one scriptRaymaekers Luca
2023-09-11[bin] added supdRaymaekers Luca
2023-09-11[mcurs] be firefox specificRaymaekers Luca
2023-09-11[goo] ignore minecraft saves instead of whole instanceRaymaekers Luca
2023-09-11[aumount] use logn instead of dieRaymaekers Luca
2023-09-11[aumount] refactored in best practicesRaymaekers Luca
2023-08-30[commander] increased max_widthRaymaekers Luca
2023-08-27[commander] added placeholder instant functionRaymaekers Luca
2023-08-27[commander] added verbose optionRaymaekers Luca
2023-08-25[commander] added commander!Raymaekers Luca
2023-08-24[menuscripts] use 'commander' in menuscriptsRaymaekers Luca
2023-08-22[mpower] added extra newlineRaymaekers Luca
2023-08-22[goo] search in pwd by defaultRaymaekers Luca
2023-08-22[mpower] small refactor and added commanderRaymaekers Luca
2023-08-22[mvid] refactor and use commanderRaymaekers Luca
use tee to write to temp file, use commander instead of if else statement
2023-08-22[mpdf] refactor and use of commanderRaymaekers Luca
introduce the use of commander to get rid of if else, also use tee to write to temporary file
2023-08-15[y2feed] added support for different linksRaymaekers Luca
You can now supply a channel id, a link to a channel or a tag, this should work with yt-local and piped as well.
2023-08-14[googoo] fixed destination argument not workingRaymaekers Luca
2023-08-14[saf] remove bc dependencyRaymaekers Luca
2023-08-14[saf] removed unused green colorRaymaekers Luca
2023-08-14[saf] added load functionRaymaekers Luca
2023-08-13[mpass] cleanup of error handlingRaymaekers Luca
use || instead of test $? -gt 0, because they do the same thing.
2023-08-13[zshrc] use exec and keychain identityRaymaekers Luca
Add keychain identity on startup, this is more useful because with suspend I will only type the password once per day. Also it makes adding with keyadd faster. Also use exec to have less processes, don't know if it works though...
2023-08-13[googoo] removed functions and updated behaviourRaymaekers Luca
removed functions that where unneed as they were only called once, changed behaviour to not implement fzf in goo but in the functions itself, this makes goo easier to implement in other commands. Also ported over the funcitonality of setting the query with the first argument
2023-08-13added confirm, trl and wipe scripts!Raymaekers Luca