aboutsummaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Add targets for ~/mnt/ FUSE filesystemsEuAndreh2023-05-131-0/+1
* bin/ifnew: Also add "-v" to "mv" and "rm" when -v is givenEuAndreh2023-05-031-1/+4
* bin/ifnew: Create tmpfile in the same directory to leverage "mv" in the same ...EuAndreh2023-05-031-1/+1
* bin/ifnew: Add -v flagEuAndreh2023-05-031-5/+19
* bin/mnt: Fix list of ACTIONs in help stringEuAndreh2023-05-031-1/+1
* bin/backup: Verify data by default from now onEuAndreh2023-05-011-5/+16
* bin/gc: Restrict Guix GC to 1 month old dataEuAndreh2023-04-261-4/+4
* bin/tmp: Assume $DIR is persistent, so we do not need to recreate alwaysEuAndreh2023-04-241-3/+2
* bin/boop: Add "-x"option to notify only when COMMAND failsEuAndreh2023-04-231-3/+11
* bin/uninclude: Add new utility, with simple testsEuAndreh2023-04-221-0/+107
* bin/mnt: Add new utilityEuAndreh2023-04-181-0/+105
* bin/gc: Remove "nohup"EuAndreh2023-04-161-5/+0
* bin/print: Replace pdftk with qpdfEuAndreh2023-04-151-3/+3
* bin/print: Only call lpoptions(1) after -h has been processedEuAndreh2023-04-151-1/+6
* bin/gc: Add "nix" to the list of TYPE in help stringEuAndreh2023-04-131-0/+1
* bin/gc: Run GC for user-level Guix firstEuAndreh2023-04-131-3/+4
* bin/: Make help string more consistent across several executablesEuAndreh2023-04-1258-26/+200
* bin/: Add trailing semicolor to Perl heredocsEuAndreh2023-04-125-10/+12
* bin/htmlesc: Use "'" over "'"EuAndreh2023-04-101-2/+2
* bin/aux: Recover [FILE...] argument handlingEuAndreh2023-04-061-5/+14
* bin/shesc: Remove copied $ENCODE and $DECODE optionsEuAndreh2023-04-061-9/+1
* bin/slugify: Allow string argument to be given instead of STDINEuAndreh2023-04-051-10/+24
* bin/shesc: Mark as executableEuAndreh2023-04-051-0/+0
* bin/shesc: Add working utilityEuAndreh2023-04-051-0/+92
* bin/htmlesc: Fix typo in help stringEuAndreh2023-04-051-1/+1
* bin/vcs: Use {...} over (...)EuAndreh2023-04-041-1/+1
* bin/vcs: Also consider to be under Git when both $GIT_{DIR,WORK_TREE} are setEuAndreh2023-04-041-1/+1
* bin/aux: Update path to repository dbEuAndreh2023-04-041-1/+1
* bin/aux: Build repository db from filesystem instead of variable in the programEuAndreh2023-04-031-22/+29
* bin/ifnew: Add new working utilityEuAndreh2023-04-031-0/+86
* bin/htmlesc: Allow string argument to be given instead of STDINEuAndreh2023-04-031-6/+27
* bin/uri: Allow string argument to be given instead of STDINEuAndreh2023-04-031-7/+10
* opt/bin-dirs/euandre.org: Remove symlink, link pb(1) directlyEuAndreh2023-04-031-0/+1
* bin/vcs: Handle new files added via "git add -N FILE"EuAndreh2023-03-301-1/+1
* bin/backup: Fix early termination desired behaviourEuAndreh2023-03-301-2/+2
* bin/vm: sponge(1) config file for more atomic operationsEuAndreh2023-03-291-1/+1
* bin/vm: Allow VM .qcow2 images to be symlinksEuAndreh2023-03-291-1/+1
* bin/free-port: Try random ports over sequential onesEuAndreh2023-03-291-2/+7
* bin/reconfigure: Move "set -x" to the body of the scriptEuAndreh2023-03-271-1/+2
* bin/vm: Allow ".snapshot" file to existEuAndreh2023-03-271-1/+1
* bin/aux: Allow files to be copied to be parameterizedEuAndreh2023-03-251-14/+28
* bin/record-my-screen: Add working utilityEuAndreh2023-03-241-0/+74
* bin/vm: Report if VM is running as a snapshot in "status" actionEuAndreh2023-03-231-1/+11
* bin/vm: Set user to "vm"EuAndreh2023-03-231-0/+1
* bin/vm: Add -S option of help string exampleEuAndreh2023-03-231-1/+1
* Makefile: Strip .qcow2 from image namesEuAndreh2023-03-231-1/+1
* bin/vm: Allow it to get QCoW2 images from remoteEuAndreh2023-03-231-0/+18
* bin/vm: Do not fail when VM is already up or downEuAndreh2023-03-211-2/+2
* bin/untill: Add support for "-m MAX" optionEuAndreh2023-03-211-6/+14
* bin/boop: Add -n optionEuAndreh2023-03-151-3/+8