aboutsummaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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 limitationEuAndreh2023-03-151-4/+1
| | | | | The cronjob has a timeout, and running manually can be enclosed by a timeout if required.
* 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"EuAndreh2023-03-131-0/+1
| | | | For debugging cronjob output.
* bin/email: Make ADDRESS optionalEuAndreh2023-03-121-6/+9
|
* bin/reconfigure: Add -U option to call update(1)EuAndreh2023-03-121-2/+16
| | | | Adapt the cronjob to use it also.
* bin/email: Avoid erros with echo by replacing it with printfEuAndreh2023-03-111-1/+1
|
* bin/80: Adapt to the working vcs(1)EuAndreh2023-03-071-1/+1
|
* bin/gc: Remove gc_email stepEuAndreh2023-03-031-7/+0
|
* bin/re: Silence ShellCheck false positiveEuAndreh2023-03-031-0/+1
|
* bin/re: Add working utilityEuAndreh2023-03-031-0/+97
|
* bin/vcs: Update help stringEuAndreh2023-03-031-1/+5
|
* bin/vcs: Add git_ls()EuAndreh2023-03-031-0/+4
|
* bin/vcs: Consistent ordering of VCS typesEuAndreh2023-03-031-6/+6
|
* bin/reconfigure: Early exit when ran as rootEuAndreh2023-03-021-0/+7
|