aboutsummaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* bin/m: Add working utilityEuAndreh2022-08-131-0/+64
* bin/grun: Improve help stringEuAndreh2022-08-131-3/+3
* bin/e: Avoid infinite recursion by checking if $EDITOR is already "e"EuAndreh2022-08-131-0/+3
* etc/guix/home.scm: Setup working cronjobsEuAndreh2022-08-121-11/+3
* bin/{with-,}email: Add "Examples" section to help stringEuAndreh2022-08-122-0/+25
* bin/bins: Add helper utility for listing binariesEuAndreh2022-08-121-0/+73
* bin/msg: Support good and bad messages via -0 and -1EuAndreh2022-08-121-7/+24
* bin/boop: Add optional -m MESSAGE, and use `msg` over playing sound directlyEuAndreh2022-08-121-7/+16
* bin/backup: Make tag optional and script verbose by defaultEuAndreh2022-08-121-20/+12
* bin/80: Add helper utilityEuAndreh2022-08-121-0/+85
* bin/color: Replace ad-hoc `assert_arg()` with `assert-arg`EuAndreh2022-08-121-10/+4
* bin/color: Add "Examples" section to help stringEuAndreh2022-08-121-1/+17
* bin/assert-arg: Add helper utilityEuAndreh2022-08-121-0/+78
* bin/clamp: Replace ad-hoc `assert_arg()` with `assert-arg`EuAndreh2022-08-121-10/+3
* bin/{min,max,clamp}: Add "Examples" section to help stringEuAndreh2022-08-123-0/+66
* bin/rfc: Add missing call to check_local_dbEuAndreh2022-07-101-0/+1
* bin/prompt: Add initial working versionEuAndreh2022-07-101-0/+75
* bin/rfc: Support incremental update of local RFCs repositoryEuAndreh2022-07-101-42/+82
* bin/boop: Add working versionEuAndreh2022-06-151-0/+74
* bin/tmp: Move from website repository, now pointing to kuviraEuAndreh2022-06-021-0/+76
* bin/e: Launch fzf prompt with personal files when no argument is givenEuAndreh2022-05-211-1/+10
* bin/msg: Add example to help messageEuAndreh2022-05-181-0/+12
* bin/msg: Use a single MESSAGE for all actions that take an argumentEuAndreh2022-05-181-15/+58
* bin/backup: Print "borg create" debug statementEuAndreh2022-05-161-0/+2
* bin/backup: Use $XDG_CACHE_HOME over hard-coded ~/.cache/EuAndreh2022-05-161-1/+1
* bin/backup: Fix WARNING message for exit code 0EuAndreh2022-05-161-2/+4
* bin/backup: Remove EXIT trapEuAndreh2022-05-161-6/+0
* bin/backup: Fix indentation of help textEuAndreh2022-05-161-6/+6
* bin/grun: s/FIXME/TODO/ to simplify etc/bash/check.sh testsEuAndreh2022-05-151-2/+2
* bin/msg: Run notifications in parallelEuAndreh2022-05-141-7/+7
* bin/brightness: Put device information in $BACKLIGHT_DEVICE variable instead ...EuAndreh2022-05-141-2/+1
* bin/brightness: Use consistent quoting only around variablesEuAndreh2022-05-141-1/+1
* bin/msg: Include an empty space in the body of the email to get a valid emailEuAndreh2022-05-141-1/+1
* bin/email: Fix name from "mail" to "email" in usage stringEuAndreh2022-05-131-2/+2
* bin/password: Add executable, a replacement for the genpassword functionEuAndreh2022-05-121-0/+57
* bin/{open,print}: Fix indentation of heredoc stringsEuAndreh2022-05-122-31/+31
* bin/mkdtemp: Fix name in usage textEuAndreh2022-05-121-2/+2
* bin/msg: Move audio files to $XDG_DATA_HOME/msg/EuAndreh2022-05-121-2/+2
* Move Git repository into ~/.usr/.git/EuAndreh2022-05-1225-0/+1960