diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-05-24 16:56:00 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-05-24 16:56:00 +1200 |
commit | cadc05f5acb0b495b93b15981a404077e0d2dee3 (patch) | |
tree | 085529d29b42d0a5605dcd57225cac7a95c4e0e9 /README.markdown | |
parent | Exit 2 with usage errors from gwp(1df) (diff) | |
download | dotfiles-cadc05f5acb0b495b93b15981a404077e0d2dee3.tar.gz dotfiles-cadc05f5acb0b495b93b15981a404077e0d2dee3.zip |
Add trs(1df)
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 1738af22..4cd8ebd0 100644 --- a/README.markdown +++ b/README.markdown @@ -532,6 +532,7 @@ Installed by the `install-bin` target: to use Taskwarrior, but found it too complex and buggy. * `tm(1df)` runs `tmux(1)` with `attach-session -d` if a session exists, and `new-session` if it doesn't. +* `trs(1df)` replaces strings (not regular expression) in its input. * `try(1df)` repeats a command up to a given number of times until it succeeds, only printing error output if all three attempts failed. Good for tolerating blips or temporary failures in `cron(8)` scripts. |