From 488e127e9769a74b3ba8e4043411bc193ecedea4 Mon Sep 17 00:00:00 2001 From: anarcat Date: Sun, 29 Apr 2018 12:32:43 +0000 Subject: [PATCH] this is basically what inprogress does, except it doesn't depend on xdg-open. at least basic functionality to do what i want is there, thanks! --- doc/todo/git_annex_open.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/todo/git_annex_open.mdwn b/doc/todo/git_annex_open.mdwn index 8cb32bd0a6..9d06f1fbaf 100644 --- a/doc/todo/git_annex_open.mdwn +++ b/doc/todo/git_annex_open.mdwn @@ -7,3 +7,5 @@ I had an idea the other night that there could be a `git annex open` command. Wh This would need some [[metadata]] support partly to guess if the file can be streamed, but also to find the content. It would also assume some more intelligence in `git annex get` where git annex would have progress information (maybe through [[chunking]]?). How does that idea sound? --[[anarcat]] + +I think this idea can be considered obsoleted by the [[git-annex-inprogress]] command. --[[anarcat]]