rmt.rs
rmt.rs copied to clipboard
Rmt is similar to the rm command but saves the deleted elements in the trash and restores them. Rmt is written in Rust 🦀
Results
11
rmt.rs issues
Sort by
recently updated
recently updated
newest added
Make the config.yml file look something like so: ```yml compression: true trash: max_size: 10000 max_element: 10 automatic_flush: time: something ``` The user should be able to set the cron either...
help wanted
good first issue