summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
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
2023-07-24added aivpnRaymaekers Luca
2023-07-24don't use tee if rootRaymaekers Luca
2023-07-24eased the useRaymaekers Luca
2023-07-24added suspendRaymaekers Luca
2023-07-19added eject option to aumountRaymaekers Luca
2023-07-19umount instead of ejectRaymaekers Luca
2023-07-19replaced amount with aumountRaymaekers Luca
2023-07-18don't use sudo if rootRaymaekers Luca
2023-07-18minor fixesRaymaekers Luca
2023-07-18Merge branch 'main' of db:dotfilesRaymaekers Luca
2023-07-18added dlcons!Raymaekers Luca
2023-07-18simplified y2feedRaymaekers Luca
2023-07-18added amountRaymaekers Luca
2023-07-18remove temp fileRaymaekers Luca
2023-07-09cleanupRaymaekers Luca
2023-07-03use PASSWORD_STORE_DIR variableRaymaekers Luca
2023-07-03added argument to add key fasterRaymaekers Luca
2023-06-22small refactorRaymaekers Luca
2023-06-22use variable for tmpfileRaymaekers Luca
2023-06-22use pass variableRaymaekers Luca
2023-05-21added multmonitor supportRaymaekers Luca
2023-05-17fixed HOST variable not usedRaymaekers Luca
2023-05-17added menucmd handling and SSHFOLDER variableRaymaekers Luca