Skip to content

Rust binary crate to remove annoying characters from flle names

License

Notifications You must be signed in to change notification settings

carrascomj/qesp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://github.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.

About

Rust binary crate to remove annoying characters from flle names

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published