aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bin/: Make help string more consistent across several executablesEuAndreh2023-04-1259-26/+201
|
* 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
* README.md: Add old fileEuAndreh2023-04-101-0/+22
|
* aux/dev.mk: Remove leftover taskEuAndreh2023-04-061-1/+1
|
* Add "aux/dev.mk" to "cp_if/" dirEuAndreh2023-04-061-0/+113
|
* bin/aux: Recover [FILE...] argument handlingEuAndreh2023-04-061-5/+14
|
* aux/po4a-cfg.sh: Include whatever is given via STDINEuAndreh2023-04-061-0/+4
|
* 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
|
* etc/sh/rc: Ignore .git in "tree" aliasEuAndreh2023-04-051-1/+1
|
* 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
|
* etc/guix/home.scm: Run GC in cronjob tooEuAndreh2023-04-051-2/+3
|
* 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
|
* share/aux/cases/cp_if/aux/po4a-cfg.sh: Understand "*.html" as xhtmlEuAndreh2023-04-041-0/+3
|
* share/aux/cases/cp_if/aux/po4a-cfg.sh: Discover files instead of getting ↵EuAndreh2023-04-041-9/+2
| | | | them via option
* share/aux/cases/*/aux/{ci/report.sh,po4a-cfg}.sh: Update and improve help stringEuAndreh2023-04-042-18/+48
|
* bin/aux: Update path to repository dbEuAndreh2023-04-041-1/+1
|
* share/aux/: Update aux db for new declarative formatEuAndreh2023-04-0323-663/+1235
|
* 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-032-1/+1
|
* Makefile: Use "deployer" user in "upload" targetEuAndreh2023-04-031-2/+5
|
* etc/guix/home.scm: Place pax-utils in the correct listEuAndreh2023-04-021-1/+1
|
* etc/guix/home.scm: Add pax-utils package (for scanelf(1))EuAndreh2023-04-021-0/+1
|
* etc/sh/rc: Fix vcs-ps1 outside repositoryEuAndreh2023-04-021-1/+3
|
* etc/sh/rc: Add timeout to vcs(1) ps1EuAndreh2023-04-021-1/+5
|
* etc/ssh/authorized_keys: Disallow root@toph keyEuAndreh2023-04-011-1/+0
| | | | | The 3-2-1 rule for toph is already satisfied, so having this extra disk is not required for complying with it.
* etc/nix/configuration.nix: Enable udisk2 serviceEuAndreh2023-04-011-0/+1
|
* etc/guix/home.scm: Add "es" dictionaryEuAndreh2023-04-011-0/+1
|
* etc/git/config: Disable detached HEAD notificationEuAndreh2023-03-301-0/+2
|
* 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
|
* etc/guix/home.scm: Add "gnome-disk-utility" packageEuAndreh2023-03-291-0/+1
|
* 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.
* etc/guix/home.scm: Add "fakeroot" packageEuAndreh2023-03-291-0/+1
|
* etc/guix/home.scm: Fix build of "apk-tools" packageEuAndreh2023-03-281-10/+4
|
* etc/sh/cronjob.sh: Increase timeout to 3 hoursEuAndreh2023-03-281-1/+1
|
* etc/nix/configuration.nix: nixfmtEuAndreh2023-03-271-3/+1
|
* 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
|
* Revert "etc/nix/configuration.nix: Remove and disable CUPS configuration"EuAndreh2023-03-271-0/+68
| | | | This reverts commit 541f6250b6867e729f5a96234f185df7f1c68711.
* etc/nix/configuration.nix: Add more localesEuAndreh2023-03-271-1/+9
|