aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-02-24 10:14:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-02-24 10:14:28 +1300
commit949d55ab57d690f80a530acc7d674055bc8e3814 (patch)
tree5c7c94c02cd58105d9219bb0f560930303e32f80 /README.markdown
parentUpdate submodules (diff)
downloaddotfiles-949d55ab57d690f80a530acc7d674055bc8e3814.tar.gz
dotfiles-949d55ab57d690f80a530acc7d674055bc8e3814.zip
Add tl(1) and tlcs(1)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 12bf0b12..a8559958 100644
--- a/README.markdown
+++ b/README.markdown
@@ -287,6 +287,10 @@ Scripts
privileges.
* `td(1)` manages a to-do file for you with `$EDITOR` and `git(1)`; I used to
use Taskwarrior, but found it too complex and buggy.
+* `tl(1)` tags input lines with a prefix or suffix, basically a `sed(1)`
+ shortcut
+* `tlcs(1)` executes a command and uses `tl(1)` to tag stdout and stderr
+ lines, and color them if you want
* `try(1)` 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.