summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar cehteh <cehteh@web>2014-03-25 07:19:59 +0000
committerGravatar admin <admin@branchable.com>2014-03-25 07:19:59 +0000
commit32f665ae1ad8076ed2d46eba49014bc3ead1d9e9 (patch)
treece85eea9acbf34bbeb84735209a8b8f9472a2214 /doc
parent35e9ef7cb73229d032b60aa3cb836f3c8fd98d6f (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/view_from_numeric_values.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/view_from_numeric_values.mdwn b/doc/forum/view_from_numeric_values.mdwn
new file mode 100644
index 000000000..e1fc48a0f
--- /dev/null
+++ b/doc/forum/view_from_numeric_values.mdwn
@@ -0,0 +1,9 @@
+Hi Joey,
+
+it would be nice when views could take numeric comparisons as filters.
+
+ git annex metadata -s length=273.0 john_cage_4_33.mp3
+
+ git annex view length<=300
+
+... here is the catch, < and > don't work well in shell, this needs some other Syntax. I think the underlying machinery (using numeric comparisons instead globs) should be quite trivial. Any Ideas about a Syntax?