aboutsummaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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 first•••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. EuAndreh2023-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 "'"•••HTML 5 understands it: https://html.spec.whatwg.org/multipage/named-characters.html 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 (...)•••As suggested by ShellCheck. 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 STDIN•••BONUS: Make reading from STDIN streaming instead of all at once. EuAndreh2023-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 ones•••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. EuAndreh2023-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
* bin/reconfigure: Remove timeout limitation•••The cronjob has a timeout, and running manually can be enclosed by a timeout if required. EuAndreh2023-03-151-4/+1
* bin/x: Add extra newline separation between usage() and help() stringsEuAndreh2023-03-141-0/+1
* etc/guix/system.scm: Add Nix system serviceEuAndreh2023-03-131-0/+2
* Embed with-email(1) into cronjob(1) and improve its reportingEuAndreh2023-03-131-92/+0
* bin/reconfigure: Make it verbose by default via "set -x"•••For debugging cronjob output. EuAndreh2023-03-131-0/+1
* bin/email: Make ADDRESS optionalEuAndreh2023-03-121-6/+9
* bin/reconfigure: Add -U option to call update(1)•••Adapt the cronjob to use it also. EuAndreh2023-03-121-2/+16
* bin/email: Avoid erros with echo by replacing it with printfEuAndreh2023-03-111-1/+1