1 stable release

Uses old Rust 2015

1.0.0 Jan 20, 2016

#405 in Build Utils

Apache 2.0

9KB
180 lines

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

No runtime deps