frostx 0.1.0

frostx monitors project directories for inactivity. Once a configured inactivity threshold elapses (e.g. "90 days since any file was modified"), frostx executes a pipeline of **actions** - e.g., checking git state, creating archives, uploading backups, deleting local copies. Automating the lifecycle of projects, frostx helps users manage disk space and maintain a clean workspace.
Documentation
1
2
3
4
5
# Todos

List of features, I would like to add, in no particular order. Not a roadmap, just a brain dump of ideas.

- [ ] Fix all `cargo clippy --all-targets -- -D warnings -W clippy::pedantic`