Just a small, highly opinionated CLI tool to keep track of folders with too many audio/video files.
- Rust 100%
| LICENSES | Add Licenses | |
| src | Add mkv video extension | |
| .gitignore | Add REUSE info | |
| Cargo.lock | Make Clap depend on default-features | |
| Cargo.toml | Make Clap depend on default-features | |
| readme.md | Adjust readme file | |
| REUSE.toml | Add REUSE info | |
What?
Just a small, opinionated toy project CLI tool to keep track of folders with too many video (and if I find the time, audio) files.
Why?
I have several folders full of video files from my all-time favourite TV shows which I grabbed from the DVDs so I can watch them more easily and without breaking the disks by taking them out of the boxes again and again (yes, that happens; I am looking at you DS9 collector's box!).
This had been a Bash script for some time, wich served me well. Now I rewrote it in Rust to have a reason to play around with Rust. Bash seems way better suited for this task but eh. :D