From af2a60df664bdecbf9531a91ab74acc33cb427e6 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 30 Dec 2016 10:53:14 +1300 Subject: Split ISSUES into ISSUES/IDEAS And add an idea --- IDEAS.markdown | 9 +++++++++ ISSUES.markdown | 5 ----- 2 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 IDEAS.markdown diff --git a/IDEAS.markdown b/IDEAS.markdown new file mode 100644 index 00000000..0a256473 --- /dev/null +++ b/IDEAS.markdown @@ -0,0 +1,9 @@ +Ideas +===== + +* I can probably share my psql() completions/shortcuts after sanitizing them + a bit +* sxhkd(1) might be nicer than xbindkeys; it's in Debian Testing now +* 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 diff --git a/ISSUES.markdown b/ISSUES.markdown index 7215ab55..cd21a33f 100644 --- a/ISSUES.markdown +++ b/ISSUES.markdown @@ -10,14 +10,9 @@ Known issues * The checks gscr(1df) makes to determine where it is are a bit naive (don't work with bare repos) and could probably be improved with some appropriate git-reflog(1) calls -* I can probably share my psql() completions/shortcuts after sanitizing them - a bit -* sxhkd(1) might be nicer than xbindkeys; it's in Debian Testing now * dr(1df) is probably more practical in awk * How come commands I fix with the fc builtin always seem to exit 1 even if they succeed? Did I do that or is it Bash? -* Wouldn't be too hard to add some HTTP BASIC auth to ix(1df) to make pastes - manageable * Running the block of git(1) commands in the prompt leaves five "stale" jobspecs around that flee after a jobs builtin run; only saw this manifest after 90dcadf; either I understand job specs really poorly or this may be a -- cgit v1.2.3