gitdir icon indicating copy to clipboard operation
gitdir copied to clipboard

Can't flatten and output_dir at same time

Open kylejbrk opened this issue 1 year ago • 0 comments

When trying to download all files from a nested dir, i want to output just the files to a single directory. However, it seems the flatten option just overrides the output directory and will just go to the current folder no matter what.

Here is the command I used: python -m gitdir https://github.com/standardnotes/app/tree/main/packages/components/dist/zips -d zips -f

kylejbrk avatar Sep 08 '22 19:09 kylejbrk