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 :

```Shell

cargo build ```

If you want to directly install this software in your environment, please use :

```Shell

cargo install ```

Available options

Here are the available options :

Short example

```Shell

clean . ~/Downloads -v ```