diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2019-05-18 13:30:44 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2019-05-18 13:30:44 +1200 |
commit | 2ff6e0806234d850c3fa5e269aa7681849f9f951 (patch) | |
tree | 40312a46d6913e91b7cff2981ef1155c67a3a9d6 /IDEAS.md | |
parent | Quote things in ISSUES.md to appease spellchecker (diff) | |
download | dotfiles-2ff6e0806234d850c3fa5e269aa7681849f9f951.tar.gz dotfiles-2ff6e0806234d850c3fa5e269aa7681849f9f951.zip |
Quote things in IDEAS.md to appease spellchecker
Diffstat (limited to 'IDEAS.md')
-rw-r--r-- | IDEAS.md | 37 |
1 files changed, 19 insertions, 18 deletions
@@ -1,27 +1,28 @@ Ideas ===== -* A wrapper ksw(1df) (kill-switch) that traps SIGINT to kill a called program - or loop immediately, rather than aborting a loop (is this possible?) -* A wrapper sil(1df) or nec(1df) to turn stty -echo off for the duration of a - paste? -* I can probably share my psql() completions/shortcuts after sanitizing them a - bit -* Wouldn't be too hard to add some HTTP BASIC auth to ix(1df) to make pastes - manageable -* Have eds(1df) accept stdin with the "starting content" for the script -* Convert all the manual pages to mandoc maybe? +* A wrapper `ksw(1df)` (kill-switch) that traps `SIGINT` to kill a called + program or loop immediately, rather than aborting a loop (is this possible?) +* A wrapper `sil(1df)` or `nec(1df)` to turn `stty -echo` off for the duration + of a paste? +* I can probably share my `psql()` completions/shortcuts after sanitizing them + a bit +* Wouldn't be too hard to add some HTTP BASIC authentication to `ix(1df)` to + make pastes manageable +* Have `eds(1df)` accept standard input with the "starting content" for the + script +* Convert all the manual pages to Mandoc format maybe? <https://en.wikipedia.org/wiki/Mandoc> -* qmp(1df)--quick man page -* The solution to chn(1df) not running in parallel is probably backgrounded - processes and mkfifo(1). -* Write something like hcat(1df) or tcat(1df) that includes filename headings - for each concatenated file. +* `qmp(1df)`--quick man page +* The solution to `chn(1df)` not running in parallel is probably backgrounded + processes and `mkfifo(1)`. +* 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 + that wraps around `td(1df)` and generates shell script to run, and calls that via `eval`. -* Ideally, the .awk and/or .sed scripts in the bin and games dirs should be - syntax-checked or linted. I could at least add some patient application of +* 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. * Alternate buffer type switching would probably work rather well as a simple plugin. |