mu: support json output for 'find'

Support output in json format for mu-find.
This commit is contained in:
djcb
2018-11-11 12:16:49 +02:00
parent a19b4ddb2d
commit e4a769ee02
3 changed files with 61 additions and 55 deletions

View File

@ -50,6 +50,7 @@ enum _MuConfigFormat {
/* for find, view */
MU_CONFIG_FORMAT_SEXP, /* output sexps (emacs) */
MU_CONFIG_FORMAT_JSON, /* output JSON */
/* for find */
MU_CONFIG_FORMAT_LINKS, /* output as symlinks */