akosbalasko / yarle

Yarle - The ultimate converter of Evernote notes to Markdown

Home Page:https://github.com/akosbalasko/yarle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specify enex files and output directory on the command line

subos2008 opened this issue · comments

Is there a reason the input and output files are specified in the json config instead of the command line?

I'm trying to convert a tree of directories and I'd like to keep the directory structure. This would usually be very easy to script as most command line tools would use arguments like this:

yarle --config ../config.json --output-dir /foo/ *.enex

This allowing me to run that command in multiple directories to convert all the notebooks present.

If this is possible please can we document it in the readme?

Yihaa, thank you for reporting me this issue and to let me improve Yarle!