summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' of db:dotfilesRaymaekers Luca2023-10-081-2/+5
|\
| * changed parse_branch and added it to supdRaymaekers Luca2023-10-051-2/+5
| |
* | refactorRaymaekers Luca2023-10-081-5/+9
|/
* Merge branch 'main' of db:dotfilesRaymaekers Luca2023-10-041-3/+14
|\
| * added reading from stdinRaymaekers Luca2023-10-041-3/+14
| |
* | added specifying dimensionsRaymaekers Luca2023-10-041-1/+1
| |
* | added embedding chapters optionRaymaekers Luca2023-10-041-0/+1
| |
* | added kill optionRaymaekers Luca2023-10-041-1/+5
| |
* | added fillpassRaymaekers Luca2023-10-041-0/+13
| |
* | added terrariaRaymaekers Luca2023-10-031-3/+4
|/
* added scriptsRaymaekers Luca2023-10-023-0/+90
|
* Merge branch 'main' of db:dotfilesRaymaekers Luca2023-10-011-0/+11
|\
| * added dbnewgRaymaekers Luca2023-10-011-0/+11
| |
* | use cat EOFRaymaekers Luca2023-10-011-2/+5
| |
* | refactorRaymaekers Luca2023-10-011-8/+14
|/
* removed dynamic optionRaymaekers Luca2023-10-011-1/+1
|
* [newwal] use print0Raymaekers Luca2023-09-281-2/+2
|
* [linkhandler] use environment variablesRaymaekers Luca2023-09-281-3/+6
|
* [bin (aivpn)] renamed die to lognRaymaekers Luca2023-09-221-8/+5
|
* [supd] changed message formatRaymaekers Luca2023-09-201-2/+4
|
* removed scripts and made seperate projectRaymaekers Luca2023-09-195-572/+0
|
* [media] use different concat_path for 'cursus'Raymaekers Luca2023-09-181-2/+2
|
* [mmedia] use mmedia in favor of mcursRaymaekers Luca2023-09-182-10/+10
| | | | | Use a function for concat_path this make it easy to disable it by redefining it.
* [mmedia] added directory as pararmeter to scriptRaymaekers Luca2023-09-181-0/+3
|
* [mmedia] added images optionRaymaekers Luca2023-09-181-0/+5
|
* [commander] set instant option for fzfRaymaekers Luca2023-09-181-1/+1
|
* [ehbvpn] updated to use new vpnRaymaekers Luca2023-09-181-30/+41
|
* [aumount] cleanupRaymaekers Luca2023-09-181-1/+2
|
* [menuscripts] merged mpdf and mvid into one scriptRaymaekers Luca2023-09-133-26/+36
|
* [bin] added supdRaymaekers Luca2023-09-111-0/+22
|
* [mcurs] be firefox specificRaymaekers Luca2023-09-111-7/+4
|
* [goo] ignore minecraft saves instead of whole instanceRaymaekers Luca2023-09-111-1/+1
|
* [aumount] use logn instead of dieRaymaekers Luca2023-09-111-13/+10
|
* [aumount] refactored in best practicesRaymaekers Luca2023-09-111-22/+19
|
* [commander] increased max_widthRaymaekers Luca2023-08-301-1/+1
|
* [commander] added placeholder instant functionRaymaekers Luca2023-08-271-0/+2
|
* [commander] added verbose optionRaymaekers Luca2023-08-271-4/+10
|
* [commander] added commander!Raymaekers Luca2023-08-251-0/+313
|
* [menuscripts] use 'commander' in menuscriptsRaymaekers Luca2023-08-2410-159/+63
|
* [mpower] added extra newlineRaymaekers Luca2023-08-221-1/+2
|
* [goo] search in pwd by defaultRaymaekers Luca2023-08-221-1/+1
|
* [mpower] small refactor and added commanderRaymaekers Luca2023-08-221-12/+5
|
* [mvid] refactor and use commanderRaymaekers Luca2023-08-221-20/+9
| | | | | use tee to write to temp file, use commander instead of if else statement
* [mpdf] refactor and use of commanderRaymaekers Luca2023-08-221-18/+6
| | | | | introduce the use of commander to get rid of if else, also use tee to write to temporary file
* [y2feed] added support for different linksRaymaekers Luca2023-08-151-4/+17
| | | | | 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.
* [googoo] fixed destination argument not workingRaymaekers Luca2023-08-141-1/+1
|
* [saf] remove bc dependencyRaymaekers Luca2023-08-141-4/+5
|
* [saf] removed unused green colorRaymaekers Luca2023-08-141-1/+0
|
* [saf] added load functionRaymaekers Luca2023-08-141-1/+10
|
* [mpass] cleanup of error handlingRaymaekers Luca2023-08-131-4/+2
| | | | use || instead of test $? -gt 0, because they do the same thing.