close wontfix
authorJoey Hess <joeyh@joeyh.name>
Mon, 16 Jan 2023 18:08:37 +0000 (14:08 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 16 Jan 2023 18:08:37 +0000 (14:08 -0400)
doc/todo/wishlist__58___--maxdepth_option_for_git_annex_find.mdwn
doc/todo/wishlist__58___--maxdepth_option_for_git_annex_find/comment_5_dcda795ff29de150ced0c839c85f7837._comment [new file with mode: 0644]

index c309f24911000f7ff27547a962360b7333ea1ce8..d997ca6e2cc6fea7801ccecf84823a993f69f2dd 100644 (file)
@@ -20,3 +20,5 @@ rather than:
 subdir0/file0  
 subdir0/file1  
 file2  
+
+> [[wontfix|done]] --[[Joey]]
diff --git a/doc/todo/wishlist__58___--maxdepth_option_for_git_annex_find/comment_5_dcda795ff29de150ced0c839c85f7837._comment b/doc/todo/wishlist__58___--maxdepth_option_for_git_annex_find/comment_5_dcda795ff29de150ced0c839c85f7837._comment
new file mode 100644 (file)
index 0000000..20d2c3f
--- /dev/null
@@ -0,0 +1,17 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 5"""
+ date="2023-01-16T18:03:26Z"
+ content="""
+Occurs to me that you can do this with existing options, eg to filter
+out directories that are 3 or more deep:
+
+       git-annex find --exclude='*/*/*'
+
+It won't display subdirectories that contain filtered out files of course.
+
+It would also be easy enough to write a wrapper around `git-annex find`
+that processed its output and generated output like that.
+
+So I'm going to close this.
+"""]]