aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--IDEAS.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/IDEAS.markdown b/IDEAS.markdown
index 544530e3..bba9e314 100644
--- a/IDEAS.markdown
+++ b/IDEAS.markdown
@@ -1,8 +1,8 @@
Ideas
=====
-* A wrapper ksw(1df) (kill-switch) that caches SIGINT traps to kill a called
- program or loop immediately rather than aborting a loop (is this possible?)
+* 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