aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Antoine Beaupré <anarcat@koumbit.org>2015-06-11 15:12:18 -0400
committerGravatar Antoine Beaupré <anarcat@koumbit.org>2015-06-11 15:13:06 -0400
commitb003933f47ad1d43caa334b39bb40e06c7fbd8bb (patch)
treed101708712d933cb72f1cebf38e712aef01875bb /doc/todo
parent06d68cddb2e7ef6ac559e4b0d916f521cf0e3bc0 (diff)
move bug to a todo since it's a wishlist
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/git_annex_grep.mdwn8
-rw-r--r--doc/todo/git_annex_grep/comment_1_890b3ecb679b941f9c0075ed360b203e._comment9
2 files changed, 17 insertions, 0 deletions
diff --git a/doc/todo/git_annex_grep.mdwn b/doc/todo/git_annex_grep.mdwn
new file mode 100644
index 000000000..78f41d990
--- /dev/null
+++ b/doc/todo/git_annex_grep.mdwn
@@ -0,0 +1,8 @@
+### Please describe the problem.
+
+inability to quickly grep locally present files
+
+### What steps will reproduce the problem?
+
+run "git annex grep"
+
diff --git a/doc/todo/git_annex_grep/comment_1_890b3ecb679b941f9c0075ed360b203e._comment b/doc/todo/git_annex_grep/comment_1_890b3ecb679b941f9c0075ed360b203e._comment
new file mode 100644
index 000000000..30351c2ed
--- /dev/null
+++ b/doc/todo/git_annex_grep/comment_1_890b3ecb679b941f9c0075ed360b203e._comment
@@ -0,0 +1,9 @@
+[[!comment format=mdwn
+ username="CandyAngel"
+ subject="comment 1"
+ date="2015-06-04T12:31:32Z"
+ content="""
+You can do this:
+
+ git annex find --in here | grep
+"""]]