- Add Taskfile for linting, testing, building, etc.
- Add support for a
.foldignorefile - Facilitate estimating the number of tokens in the output file
- Rename to
foldup(I think?). Sounds nicer lol and easier to typefoldupthanfold-clilike i have it rn - Update README with installation and usage instructions
- Faciliate glob patterns for excluding files in config or
.foldignore - Add license
- Add
--versionflag - Add a
--tree-onlyflag to only generate just the project tree and not the file contents - Package for release on PyPI: https://packaging.python.org/en/latest/tutorials/packaging-projects/
- Add GitHub Actions for releasing
- Set up automatic versioning for releases
- Tests
- Sort list of output files by size (number of lines? number of chars or tokens?)
- Add badges to README