aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-05 13:43:40 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-05 13:43:40 +1200
commit34e02b275e87aa46d84ab9668872c9b6d33a44e0 (patch)
treea8755b77aefc543d0a43665f1d41a38c74b4fc94 /IDEAS.md
parentSpellcheck mail (diff)
downloaddotfiles-34e02b275e87aa46d84ab9668872c9b6d33a44e0.tar.gz
dotfiles-34e02b275e87aa46d84ab9668872c9b6d33a44e0.zip
Correct an idea
Diffstat (limited to 'IDEAS.md')
-rw-r--r--IDEAS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/IDEAS.md b/IDEAS.md
index 7f2c1eb4..f3bc0694 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -19,8 +19,8 @@ Ideas
* Write something like `hcat(1df)` or `tcat(1df)` that includes filename
headings for each concatenated file.
* I can probably get rid of all that nasty templated shell by writing something
- that wraps around `td(1df)` and generates shell script to run, and calls that
- via `eval`.
+ that wraps around `mktd(1df)` and generates shell script to run, and calls
+ that via `eval`.
* Ideally, the AWK and/or sed scripts in the bin and games directories should
be syntax-checked or linted. I could at least add some patient application of
appropriate `gawk --lint` calls for each of the .awk scripts.