diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2019-06-05 13:43:40 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2019-06-05 13:43:40 +1200 |
commit | 34e02b275e87aa46d84ab9668872c9b6d33a44e0 (patch) | |
tree | a8755b77aefc543d0a43665f1d41a38c74b4fc94 /IDEAS.md | |
parent | Spellcheck mail (diff) | |
download | dotfiles-34e02b275e87aa46d84ab9668872c9b6d33a44e0.tar.gz dotfiles-34e02b275e87aa46d84ab9668872c9b6d33a44e0.zip |
Correct an idea
Diffstat (limited to 'IDEAS.md')
-rw-r--r-- | IDEAS.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |