From ac25e5a6e7627812dfa3fd91943df01df7798064 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 19 Jul 2025 16:45:51 -0400 Subject: [PATCH] todo --- doc/todo/match_on_url.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/todo/match_on_url.mdwn diff --git a/doc/todo/match_on_url.mdwn b/doc/todo/match_on_url.mdwn new file mode 100644 index 0000000000..6623debbed --- /dev/null +++ b/doc/todo/match_on_url.mdwn @@ -0,0 +1,12 @@ +Add a matching option that matches on the recorded url of a file. + +My use case is eg using, `git-annex find` to list files that were addurled +from a given host. So I want a way to match on the url with a glob, eg +`--url=*/example.com/*` + +Seems likely that there would also be a corresponding preferred content +expression if adding that. + +An alternative way could be to populate a metadata field with the url, +if that were done without increasing the size of the git repository. +--[[Joey]]