obsidian-export/src
Nick Groenen cdb2517365
new: make walk options configurable on CLI
By default hidden files, patterns listed in `.export-ignore` as well as
any files ignored by git are excluded from exports. This behavior has
been made configurable on the CLI using the new flags `--hidden`,
`--ignore-file` and `--no-git`.
2021-01-05 00:05:17 +01:00
..
lib.rs chg: print warnings to stderr rather than stdout 2021-01-04 21:45:00 +01:00
main.rs new: make walk options configurable on CLI 2021-01-05 00:05:17 +01:00
walker.rs Include filter_fn field in WalkOptions debug display 2020-12-24 00:05:36 +01:00