aboutsummaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* bin/{cl,li}: Use executables from WIP standalone packageEuAndreh2023-07-072-409/+0
|
* bin/80: expand(1) tabs to 8 spaces before countingEuAndreh2023-07-031-5/+5
|
* Revert "bin/ootb: Use hardlinks over symlinks"EuAndreh2023-06-291-1/+1
| | | | | | | This reverts commit edbf0c2ce376ce6672fbc94d861fe26081c46418. After adding the "build/" directory to the top-level .gitignore file, it stopped complaining about the symlinks.
* bin/ootb: Use hardlinks over symlinksEuAndreh2023-06-281-1/+1
|
* bin/backup: Remove -x optionEuAndreh2023-06-261-9/+3
|
* bin/backup: Do not "borg check", as it takes too longEuAndreh2023-06-251-7/+0
|
* bin/menu: Replace walk(1) with find(1)EuAndreh2023-06-211-1/+1
|
* bin/backup: Add upper-bound 1200 for lock-waitEuAndreh2023-06-211-0/+1
|
* bin/backup: Restrict check to last 3 backupsEuAndreh2023-06-171-1/+1
|
* bin/backup: Use "set -x" for logging the borg-check commandEuAndreh2023-06-041-0/+2
|
* bin/uninclude: Add example for Python filesEuAndreh2023-05-191-0/+5
|
* bin/vcs: Actually call "git-gc" in gc ACTIONEuAndreh2023-05-151-0/+1
|
* 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
| | | | filesystem
* 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
| | | | | | | When there is 0 bytes of disk left, GPG fails to run because it can't create a lockfile it requires. This way, we free space before needing GPG.
* 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
| | | | | | HTML 5 understands it: https://html.spec.whatwg.org/multipage/named-characters.html
* 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
| | | | As suggested by ShellCheck.
* 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-23/+30
|
* 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
| | | | BONUS: Make reading from STDIN streaming instead of all at once.
* 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
| | | | | | To diminish race-conditions where two separate processes call free-port(1) and get the same port that is free at that time, but only one is able to bind to it.