Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 885 Bytes

File metadata and controls

17 lines (16 loc) · 885 Bytes

TODO

  • Add Taskfile for linting, testing, building, etc.
  • Add support for a .foldignore file
  • Facilitate estimating the number of tokens in the output file
  • Rename to foldup (I think?). Sounds nicer lol and easier to type foldup than fold-cli like i have it rn
  • Update README with installation and usage instructions
  • Faciliate glob patterns for excluding files in config or .foldignore
  • Add license
  • Add --version flag
  • Add a --tree-only flag 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