From 949d55ab57d690f80a530acc7d674055bc8e3814 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 24 Feb 2016 10:14:28 +1300 Subject: Add tl(1) and tlcs(1) --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.markdown') 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. -- cgit v1.2.3