Find a file
Alexander Gehrke 7c14c8ae1a install.zsh: allow alternatives in deps
Specify a dependency as a|b to check if either a or b is available as a
command. The script itself must check at runtime, which one is actually
available and use the right one. Helper methods for this are provided in
lib/common.zsh:
  - `alternatives a b` aliases a to b, if a is not available
  - `alternatives-noparam a b` replaces a with b, if a is not available,
    and discards any parameters (e.g. for replacing a formatter with cat)
2021-01-11 12:29:39 +01:00
devel pypi-release: fix redirect 2020-11-27 14:33:36 +01:00
lib install.zsh: allow alternatives in deps 2021-01-11 12:29:39 +01:00
misc webapp: change jail dir from ~/.jails to $XDG_DATA_HOME/jails 2021-01-11 10:38:26 +01:00
void Several new scripts added 2020-11-27 14:31:28 +01:00
install.zsh install.zsh: allow alternatives in deps 2021-01-11 12:29:39 +01:00
README.md Restructuring the repo 2020-04-02 10:38:36 +02:00

crater's script collection

Some scripts that I wrote over the years and wanted to store with versioning somewhere. Maybe some of them are useful for others, some are probably not.

Documentation may or may not follow, some scripts include a --help output.