SciDownl icon indicating copy to clipboard operation
SciDownl copied to clipboard

Set default file location and naming conventions

Open buzuddha opened this issue 4 months ago • 1 comments

I would like to use SciDownl such that omitting -o defaults to a folder I've specified in a config files somewhere. Likewise, I'd like to set the default file naming convention to be YYYY Auth Journal.pdf when no -o argument is set.

Can this default behavior be set anywhere in config files?

i.e.

$ scidownl download --doi 10.1002/ΧΧΧ-ΧΧΧ will default to output /default/path/set/in/config/YYYY Author Journal.pdf

rather than having to specify each time:

$ scidownl download --doi 10.1002/ΧΧΧ-ΧΧΧ -o /default/path/set/in/config/YYYY Author Journal.pdf

buzuddha avatar Oct 16 '24 13:10 buzuddha