aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-02-04 14:16:15 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-02-04 14:16:15 +1300
commit7d7fcde6edff965cb132dc811df5b19e07a67d64 (patch)
tree8ed68686843133b402c7822679e04839a7b1e3ad /IDEAS.markdown
parentAdd an idea about ad() (diff)
downloaddotfiles-7d7fcde6edff965cb132dc811df5b19e07a67d64.tar.gz
dotfiles-7d7fcde6edff965cb132dc811df5b19e07a67d64.zip
Add an idea
Diffstat (limited to 'IDEAS.markdown')
-rw-r--r--IDEAS.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/IDEAS.markdown b/IDEAS.markdown
index 664181ee..f9071fc4 100644
--- a/IDEAS.markdown
+++ b/IDEAS.markdown
@@ -14,3 +14,7 @@ Ideas
* 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
+* It seems likely that testing the terminal with tput to check if we can use
+ --color with GNU grep(1) or ls(1) is overkill--I suspect it probably tests
+ that internally, which would simplify the function wrappers. Need to check
+ the source probably.