aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
Diffstat (limited to 'IDEAS.md')
-rw-r--r--IDEAS.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/IDEAS.md b/IDEAS.md
index 7f2c1eb4..7c42cc96 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.
@@ -32,4 +32,4 @@ Ideas
* Almost definitely going to want to try a runparts layout for Git hooks at
some point
* I'd like a Git hook that pre-fills out "Version X.Y.Z" if making an annotated
- tag named vX.Y.Z.
+ tag named `vX.Y.Z`.