aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/td.bash
Commit message (Collapse)AuthorAgeFilesLines
* Move bash completion setup into separate dirTom Ryder2016-07-301-18/+0
|
* Quote expansions within parameter expansionsTom Ryder2016-07-151-3/+3
| | | | | | I made the incorrect assumption that it was safe not to do this; expansions that include glob characters, for example, can cause problems.
* Terser `read -rd ''` idiomTom Ryder2016-07-151-1/+1
|
* Correct td(1) completionTom Ryder2016-06-151-4/+4
| | | | Forgot to narrow completions down to ones that match the current word
* Add per-file editing and completion for td(1)Tom Ryder2016-06-141-0/+18
I have "todo", "comp", and "writ".