aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-05 14:19:50 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-05 14:19:50 +1200
commit8db7c00cda17f2e74883a03dcbbc11eefc40a7f1 (patch)
tree07663ccda30d59bdfe130b39ce354bb32ae1d376 /IDEAS.md
parentMerge branch 'release/v5.16.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-5.17.0.tar.gz (sig)
dotfiles-5.17.0.zip
Merge branch 'release/v5.17.0'v5.17.0
* release/v5.17.0: Quote a tag name Correct an idea Spellcheck mail Revert "Try doing without 'backspace' settings" Switch back to :lhelpgrep for help searches Update vim-quickfix-auto-open to v2.0.0 Inline 'wildignore' setting Supplant \\ mapping with lst change jump
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`.