summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
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
2023-08-13[mpass] cleanup of messages and commandsRaymaekers Luca
2023-08-13[mpass] added test for connecting to agentRaymaekers Luca
2023-08-13[mpass] added notify functionRaymaekers Luca
2023-08-11[mpass] added notificationRaymaekers Luca
2023-08-07[goo] added option to give search query as second paramaterRaymaekers Luca
I noticed by mistake sometimes I would type the query already.
2023-08-06[ytclipo] changed resolution and templateRaymaekers Luca
2023-08-06don't create temp fileRaymaekers Luca
2023-08-06updated notify-send commandRaymaekers Luca
2023-08-06removed 1xsearchRaymaekers Luca
2023-08-04edited toush to fit needsRaymaekers Luca
2023-08-02cleanup on locker scriptRaymaekers Luca
2023-07-29added sync-install.shRaymaekers Luca
2023-07-29added toushRaymaekers Luca
2023-07-29added safRaymaekers Luca
2023-07-29use script instead of aliasRaymaekers Luca
2023-07-26use startw script for hyprlandRaymaekers Luca