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!

This commit is contained in:
anarcat 2018-04-29 12:32:43 +00:00 committed by admin
parent 3befef5f2c
commit 488e127e97

View file

@ -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]]?). 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]] How does that idea sound? --[[anarcat]]
I think this idea can be considered obsoleted by the [[git-annex-inprogress]] command. --[[anarcat]]