qesp

Crates.ioqesp
lib.rsqesp
version0.2.4
sourcesrc
created_at2020-03-22 18:02:57.900659
updated_at2020-07-01 11:35:51.44358
descriptionTool to remove annoying characters of names in a directory.
homepage
repository
max_upload_size
id221490
size17,951
Jorge Carrasco (carrascomj)

documentation

README

qesp

Build Status Build Status

Rust binary crate to remove characters of all files in a directory. It supports recursive walking through the tree.

Installation

You can build it with cargo from crates.io.

cargo install qesp

Installing from source

Just clone the repository and install it with cargo. For instance:

git clone https://github.com/carrascomj/qesp.git
cargo install --path qesp

But I don't want this cargo stuff...

Then download the perl script qesp and put in under your PATH. For instance:

wget https://raw.githubusercontent.com/carrascomj/qesp/master/benchmarks/qesp
mv qesp ~/.local/bin

Usage

qesp 0.2.1
Remove annoying characters of names in a directory

USAGE:
    qesp [FLAGS] [dir]

FLAGS:
    -h, --help         Prints help information
    -r, --recursive    recursively attempts to rename whole directory tree
    -V, --version      Prints version information

OPTIONS:
    -p, --pattern <pattern>    annoying characters to be removed [default: [ ()]]

ARGS:
    <dir>    Target directory [default: .]

"Annoying characters"

Space and parenthesis.

Commit count: 0

cargo fmt