From a2f391804fda279b8a9d2bf5b1ed55ab49543435 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 28 Oct 2017 14:46:59 +1300 Subject: Rename .markdown files to .md --- IDEAS.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 IDEAS.md (limited to 'IDEAS.md') diff --git a/IDEAS.md b/IDEAS.md new file mode 100644 index 00000000..bba9e314 --- /dev/null +++ b/IDEAS.md @@ -0,0 +1,21 @@ +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? +* 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 via `eval`. -- cgit v1.2.3