aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-30 10:53:14 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-30 10:53:14 +1300
commitaf2a60df664bdecbf9531a91ab74acc33cb427e6 (patch)
treec74bfa58e48e10d517bf01ff7c078dbf3aee0c6b /ISSUES.markdown
parentComplete a comment (diff)
downloaddotfiles-af2a60df664bdecbf9531a91ab74acc33cb427e6.tar.gz
dotfiles-af2a60df664bdecbf9531a91ab74acc33cb427e6.zip
Split ISSUES into ISSUES/IDEAS
And add an idea
Diffstat (limited to 'ISSUES.markdown')
-rw-r--r--ISSUES.markdown5
1 files changed, 0 insertions, 5 deletions
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