aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-28 14:46:59 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-28 14:46:59 +1300
commita2f391804fda279b8a9d2bf5b1ed55ab49543435 (patch)
tree2dc86ce4b53f5a2d9211ca94815bce0832fbec1b /IDEAS.markdown
parentCorrect explanation of ksw(1df) idea (diff)
downloaddotfiles-a2f391804fda279b8a9d2bf5b1ed55ab49543435.tar.gz
dotfiles-a2f391804fda279b8a9d2bf5b1ed55ab49543435.zip
Rename .markdown files to .md
Diffstat (limited to 'IDEAS.markdown')
-rw-r--r--IDEAS.markdown21
1 files changed, 0 insertions, 21 deletions
diff --git a/IDEAS.markdown b/IDEAS.markdown
deleted file mode 100644
index bba9e314..00000000
--- a/IDEAS.markdown
+++ /dev/null
@@ -1,21 +0,0 @@
-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? <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.
-* 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`.