1
0
Fork
You've already forked binge-rs
0
Just a small, highly opinionated CLI tool to keep track of folders with too many audio/video files.
  • Rust 100%
2026年01月23日 18:42:35 +01:00
LICENSES Add Licenses 2025年09月01日 14:49:11 +02:00
src Add mkv video extension 2026年01月23日 18:42:35 +01:00
.gitignore Add REUSE info 2025年09月01日 14:42:11 +02:00
Cargo.lock Make Clap depend on default-features 2026年01月05日 01:54:03 +01:00
Cargo.toml Make Clap depend on default-features 2026年01月05日 01:54:03 +01:00
readme.md Adjust readme file 2025年11月21日 22:32:59 +01:00
REUSE.toml Add REUSE info 2025年09月01日 14:42:11 +02:00

REUSE status

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