akosbalasko / yarle

Yarle - The ultimate converter of Evernote notes to Markdown
https://github.com/akosbalasko/yarle
MIT License
1.4k stars 82 forks source link

Specify enex files and output directory on the command line #618

Open subos2008 opened 6 months ago

subos2008 commented 6 months ago

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?

github-actions[bot] commented 6 months ago

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