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
6
7
8
9
10
11
12
13
14
15
16
mod action_tag;
mod archive;
mod check;
mod doctor;
mod gc;
mod init;
mod notify;
mod pipeline;
mod pretend_inactive;
mod project_description;
mod project_name;
mod projects;
mod rule_names;
mod scan;
mod scanner_ignore;
mod template;