Crates.io | clean |
lib.rs | clean |
version | 1.0.0 |
source | src |
created_at | 2016-01-20 22:25:08.623563 |
updated_at | 2016-01-20 22:25:08.623563 |
description | A temporary emacs file cleaner |
homepage | https://github.com/GuillaumeGomez/rust-clean |
repository | |
max_upload_size | |
id | 3935 |
size | 19,979 |
A temporary emacs file cleaner in rust. It removes all the ~ files (file.txt~ for example), not the #files#.
##Installation
To build it, please use :
> cargo build
If you want to directly install this software in your environment, please use :
> cargo install
##Available options
Here are the available options :
-r : recursive mode
-v : verbose mode
-i : prompt before every removal
-l=[number] : Add a level for recursive mode
--help : print this help
##Short example
> clean . ~/Downloads -v