# V0.1
- ~~Ignore certain directories/files (.vscode, .idea, node_modules, target, build etc.)~~
- ~~Add tests~~
- ~~Write a README~~
- ~~Make report correct (also add skipped files/directories to report)~~
# V0.2
- Support more languages besides Rust
- Determine file extension/language
- Accept configuration for skippable files/directories
## Ideas
- Check if directory has version control with Git
- Save report to file (use a flag)
- Check directory size
- Check if files/directory hasn't been accessed for x amount of time -> deletable
### Report todo's
- Report most used language in repository
- Report all used languages in repository
- Report percentage of language present in repository
### Command todo's
- languages => shows only all languages used
- todos => lists all todos in directory
- largest => returns largest file in directory (including file size)