Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature addition: processing multiple directories together #120

Open
paul-hammant opened this issue May 4, 2024 · 0 comments
Open

Feature addition: processing multiple directories together #120

paul-hammant opened this issue May 4, 2024 · 0 comments

Comments

@paul-hammant
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant