| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | bin/{uuid,gen-password}: Use /dev/urandom over /dev/random | EuAndreh | 2023-09-19 | 2 | -3/+3 | |
| | | | | | | | | | As Thomas Pornin eloquently put it[0]: > use /dev/urandom and be happy; use /dev/random and be sorry [0]: https://security.stackexchange.com/questions/3936/is-a-rand-from-dev-urandom-secure-for-a-login-key | |||||
| * | bin/loc: Add working utility | EuAndreh | 2023-09-16 | 1 | -0/+63 | |
| | | ||||||
| * | bin/getip: Add matching parenthesis to case clauses | EuAndreh | 2023-09-16 | 1 | -7/+7 | |
| | | ||||||
| * | bin/muffle: Re-interleave STDOUT and STDERR on error | EuAndreh | 2023-09-14 | 1 | -5/+19 | |
| | | ||||||
| * | bin/getip: Add somewhat working utility | EuAndreh | 2023-09-10 | 1 | -0/+72 | |
| | | ||||||
| * | bin/ifnew: Fix indentation of help string | EuAndreh | 2023-09-08 | 1 | -2/+2 | |
| | | ||||||
| * | bin/muffle: Add new working utility | EuAndreh | 2023-08-27 | 1 | -0/+79 | |
| | | ||||||
| * | bin/reconfigure: Always reconfigure "guix home" last | EuAndreh | 2023-08-19 | 1 | -2/+2 | |
| | | ||||||
| * | bin/msg: Improve help string | EuAndreh | 2023-08-15 | 1 | -5/+5 | |
| | | ||||||
| * | bin/aux: Exit on -i option | EuAndreh | 2023-08-08 | 1 | -0/+1 | |
| | | ||||||
| * | bin/aux: Add -i option | EuAndreh | 2023-08-07 | 1 | -1/+14 | |
| | | ||||||
| * | bin/boop: Fix "usage()" message | EuAndreh | 2023-07-31 | 1 | -2/+3 | |
| | | ||||||
| * | bin/*: Add matching parenthesis to case clauses | EuAndreh | 2023-07-29 | 66 | -374/+374 | |
| | | ||||||
| * | bin/gc: Remove vcs GC | EuAndreh | 2023-07-16 | 1 | -7/+0 | |
| | | | | | Instead run GC on repos when needed, manually. | |||||
| * | bin/gc: Tolerate guix failing commands | EuAndreh | 2023-07-12 | 1 | -3/+5 | |
| | | ||||||
| * | bin/gc: Add missing attribution to $CMD | EuAndreh | 2023-07-12 | 1 | -0/+1 | |
| | | ||||||
| * | bin/gc: Allow word splitting (ShellCheck offense) | EuAndreh | 2023-07-12 | 1 | -0/+1 | |
| | | ||||||
| * | bin/gc: Make it more flexible by accepting multiple TYPE arguments | EuAndreh | 2023-07-11 | 1 | -20/+26 | |
| | | ||||||
| * | bin/{cl,li}: Use executables from WIP standalone package | EuAndreh | 2023-07-07 | 2 | -409/+0 | |
| | | ||||||
| * | bin/80: expand(1) tabs to 8 spaces before counting | EuAndreh | 2023-07-03 | 1 | -5/+5 | |
| | | ||||||
| * | Revert "bin/ootb: Use hardlinks over symlinks" | EuAndreh | 2023-06-29 | 1 | -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 symlinks | EuAndreh | 2023-06-28 | 1 | -1/+1 | |
| | | ||||||
| * | bin/backup: Remove -x option | EuAndreh | 2023-06-26 | 1 | -9/+3 | |
| | | ||||||
| * | bin/backup: Do not "borg check", as it takes too long | EuAndreh | 2023-06-25 | 1 | -7/+0 | |
| | | ||||||
| * | bin/menu: Replace walk(1) with find(1) | EuAndreh | 2023-06-21 | 1 | -1/+1 | |
| | | ||||||
| * | bin/backup: Add upper-bound 1200 for lock-wait | EuAndreh | 2023-06-21 | 1 | -0/+1 | |
| | | ||||||
| * | bin/backup: Restrict check to last 3 backups | EuAndreh | 2023-06-17 | 1 | -1/+1 | |
| | | ||||||
| * | bin/backup: Use "set -x" for logging the borg-check command | EuAndreh | 2023-06-04 | 1 | -0/+2 | |
| | | ||||||
| * | bin/uninclude: Add example for Python files | EuAndreh | 2023-05-19 | 1 | -0/+5 | |
| | | ||||||
| * | bin/vcs: Actually call "git-gc" in gc ACTION | EuAndreh | 2023-05-15 | 1 | -0/+1 | |
| | | ||||||
| * | Makefile: Add targets for ~/mnt/ FUSE filesystems | EuAndreh | 2023-05-13 | 1 | -0/+1 | |
| | | ||||||
| * | bin/ifnew: Also add "-v" to "mv" and "rm" when -v is given | EuAndreh | 2023-05-03 | 1 | -1/+4 | |
| | | ||||||
| * | bin/ifnew: Create tmpfile in the same directory to leverage "mv" in the same ↵ | EuAndreh | 2023-05-03 | 1 | -1/+1 | |
| | | | | | filesystem | |||||
| * | bin/ifnew: Add -v flag | EuAndreh | 2023-05-03 | 1 | -5/+19 | |
| | | ||||||
| * | bin/mnt: Fix list of ACTIONs in help string | EuAndreh | 2023-05-03 | 1 | -1/+1 | |
| | | ||||||
| * | bin/backup: Verify data by default from now on | EuAndreh | 2023-05-01 | 1 | -5/+16 | |
| | | ||||||
| * | bin/gc: Restrict Guix GC to 1 month old data | EuAndreh | 2023-04-26 | 1 | -4/+4 | |
| | | ||||||
| * | bin/tmp: Assume $DIR is persistent, so we do not need to recreate always | EuAndreh | 2023-04-24 | 1 | -3/+2 | |
| | | ||||||
| * | bin/boop: Add "-x"option to notify only when COMMAND fails | EuAndreh | 2023-04-23 | 1 | -3/+11 | |
| | | ||||||
| * | bin/uninclude: Add new utility, with simple tests | EuAndreh | 2023-04-22 | 1 | -0/+107 | |
| | | ||||||
| * | bin/mnt: Add new utility | EuAndreh | 2023-04-18 | 1 | -0/+105 | |
| | | ||||||
| * | bin/gc: Remove "nohup" | EuAndreh | 2023-04-16 | 1 | -5/+0 | |
| | | ||||||
| * | bin/print: Replace pdftk with qpdf | EuAndreh | 2023-04-15 | 1 | -3/+3 | |
| | | ||||||
| * | bin/print: Only call lpoptions(1) after -h has been processed | EuAndreh | 2023-04-15 | 1 | -1/+6 | |
| | | ||||||
| * | bin/gc: Add "nix" to the list of TYPE in help string | EuAndreh | 2023-04-13 | 1 | -0/+1 | |
| | | ||||||
| * | bin/gc: Run GC for user-level Guix first | EuAndreh | 2023-04-13 | 1 | -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 executables | EuAndreh | 2023-04-12 | 58 | -26/+200 | |
| | | ||||||
| * | bin/: Add trailing semicolor to Perl heredocs | EuAndreh | 2023-04-12 | 5 | -10/+12 | |
| | | ||||||
| * | bin/htmlesc: Use "'" over "'" | EuAndreh | 2023-04-10 | 1 | -2/+2 | |
| | | | | | | | HTML 5 understands it: https://html.spec.whatwg.org/multipage/named-characters.html | |||||
| * | bin/aux: Recover [FILE...] argument handling | EuAndreh | 2023-04-06 | 1 | -5/+14 | |
| | | ||||||
