aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-05-26 20:46:48 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-05-26 20:48:56 +1200
commit1bca0a6205c0c22bc0e23c642f47da18d5164766 (patch)
tree05fd360aed42f204a934a235b7de52debfc8ef1d /IDEAS.markdown
parentTidy/golf gt() down a bit (diff)
downloaddotfiles-1bca0a6205c0c22bc0e23c642f47da18d5164766.tar.gz
dotfiles-1bca0a6205c0c22bc0e23c642f47da18d5164766.zip
Remove ad()
It has no real advantages over and isn't as clever as just cd /a*/b*/c*
Diffstat (limited to 'IDEAS.markdown')
-rw-r--r--IDEAS.markdown3
1 files changed, 0 insertions, 3 deletions
diff --git a/IDEAS.markdown b/IDEAS.markdown
index 083df51b..4cac76f7 100644
--- a/IDEAS.markdown
+++ b/IDEAS.markdown
@@ -8,8 +8,5 @@ Ideas
* 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
-* ad() could be more intelligent; if there's only one directory that matches
- the *whole pattern*, we can assume it's safe to use that one, rather than
- stopping each time any node has more than one match
* The solution to chn(1df) not running in parallel is probably backgrounded
processes and mkfifo(1).