aboutsummaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bin/backup: Use nicely(1) alwaysEuAndreh2024-01-121-1/+1
|
* Remove Nix/NixOS support from configuration and utilitiesEuAndreh2024-01-123-37/+0
|
* bin/muffle: Add -n optionEuAndreh2024-01-041-3/+8
|
* re "s|echo \"\\\$|printf '%s\\\n' \"\$|g"EuAndreh2024-01-0415-37/+37
| | | | | | Replace all cases where `echo` was given a variable as its first argument, even on cases where we always know what the variable's content look like.
* bin/ldev: Add working utilityEuAndreh2024-01-041-0/+232
|
* bin/clean: Fix "if" orderEuAndreh2023-12-081-2/+2
|
* etc/sh/rc: Replace "clean" alias with clean(1) utilityEuAndreh2023-12-082-0/+74
|
* bin/nicely: Add new working utilityEuAndreh2023-10-251-0/+67
|
* bin/{uuid,gen-password}: Use /dev/urandom over /dev/randomEuAndreh2023-09-192-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 utilityEuAndreh2023-09-161-0/+63
|
* bin/getip: Add matching parenthesis to case clausesEuAndreh2023-09-161-7/+7
|
* bin/muffle: Re-interleave STDOUT and STDERR on errorEuAndreh2023-09-141-5/+19
|
* bin/getip: Add somewhat working utilityEuAndreh2023-09-101-0/+72
|
* bin/ifnew: Fix indentation of help stringEuAndreh2023-09-081-2/+2
|
* bin/muffle: Add new working utilityEuAndreh2023-08-271-0/+79
|
* bin/reconfigure: Always reconfigure "guix home" lastEuAndreh2023-08-191-2/+2
|
* bin/msg: Improve help stringEuAndreh2023-08-151-5/+5
|
* bin/aux: Exit on -i optionEuAndreh2023-08-081-0/+1
|
* bin/aux: Add -i optionEuAndreh2023-08-071-1/+14
|
* bin/boop: Fix "usage()" messageEuAndreh2023-07-311-2/+3
|
* bin/*: Add matching parenthesis to case clausesEuAndreh2023-07-2966-374/+374
|
* bin/gc: Remove vcs GCEuAndreh2023-07-161-7/+0
| | | | Instead run GC on repos when needed, manually.
* bin/gc: Tolerate guix failing commandsEuAndreh2023-07-121-3/+5
|
* bin/gc: Add missing attribution to $CMDEuAndreh2023-07-121-0/+1
|
* bin/gc: Allow word splitting (ShellCheck offense)EuAndreh2023-07-121-0/+1
|
* bin/gc: Make it more flexible by accepting multiple TYPE argumentsEuAndreh2023-07-111-20/+26
|
* 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
|