This commit is contained in:
http://jefferai.org/ 2011-08-30 20:56:44 +00:00 committed by admin
parent abe3b5bf78
commit baa43cb9c0

View file

@ -0,0 +1,3 @@
I have a need to use git-annex from a larger program. It'd be great if the information output by some of the commands that is descriptive (for example, whereis) could be sent to stdout in a machine-readable format like (preferably) JSON, or XML. That way I can simply read in the output of the command and use the data directly instead of having to parse it via regexes or other such string manipulation.
This could perhaps be triggered by a --json or --xml flag to the relevant commands.