summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmZLkYEBiUrDQsxeLVwZPb9RW88Va5kEwQ <Moritz@web>2013-02-11 09:52:10 +0000
committerGravatar admin <admin@branchable.com>2013-02-11 09:52:10 +0000
commit941b7c30b4fc47f206dc4bb66344db5fc3640742 (patch)
treeb836e909a3fddd190b604758fb8c28c7558b317b /doc
parentbfc1775502e9a4ab3988e0a4d92abbe199240e92 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Make_whereis_output_more_compact.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/Make_whereis_output_more_compact.mdwn b/doc/forum/Make_whereis_output_more_compact.mdwn
new file mode 100644
index 000000000..5503e716f
--- /dev/null
+++ b/doc/forum/Make_whereis_output_more_compact.mdwn
@@ -0,0 +1,13 @@
+Hi there,
+
+first of all, great job done on annex! I think I finally found what I was looking for to organize all my data.
+
+My question: when I do git annex whereis Music, I get a detailed list of every single song and its remote locations. I have tens of thousands of songs, so just typing git annex whereis Music gives me way too much information.
+Here is my proposition: in my case, every file of the Music folder resides in the same remote. So, wouldn't it be better to show just one line of output telling me that Music is on remote bla and blub, and then I know that all files in Music are in remotes bla and blub?
+
+Is that possible now already or would that be a feature request? What do you think?
+
+Cheers,
+Moritz.
+
+PS: I know that I can specify filters, e.g. git annex whereis --in bla --and --not --in blub. That is great!