Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Feature addition: processing multiple directories together #120

Open
@paul-hammant

Description

npx mddb DirOne/ dir_two/ fails as it thinks the second is a config file.

npx mddb "DirOne/ dir_two/" doesn't work, nor does a semi-colon instead of a space as a separator.

I could do them one by one in a python loop and with "late answer" from https://stackoverflow.com/questions/80801/how-can-i-merge-many-sqlite-databases could then merge them all into single ./markdowndb

If I do them one at a time like so:

npx mddb DirOne/ 
npx mddb dir_two/

Then only the last one's data is in the ./markdowndb DB

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      AltStyle によって変換されたページ (->オリジナル) /