clean

Crates.ioclean
lib.rsclean
version1.0.0
sourcesrc
created_at2016-01-20 22:25:08.623563
updated_at2016-01-20 22:25:08.623563
descriptionA temporary emacs file cleaner
homepagehttps://github.com/GuillaumeGomez/rust-clean
repository
max_upload_size
id3935
size19,979
Guillaume Gomez (GuillaumeGomez)

documentation

https://github.com/GuillaumeGomez/rust-clean

README

rust-clean Build Status

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
Commit count: 0

cargo fmt