Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiren (Quick Editor Renamer)

Edits the filenames of the current directory on the editor of your choice.

Installation

From crates.io:

$ cargo install quiren

From the git repository:

$ git clone https://github.com/Sinono3/quiren.git
$ cargo install --path quiren

Usage

Usage: quiren [options] [dir]

Options:
    -h, --help      Prints help information
    -r, --retry     Re-enters the editor after an error
    -d, --delete    Delete files removed in the editor
    -n, --dry-run   Show changes and ask for confirmation

Examples:

# On the current directory
$ quiren
# On another directory
$ quiren books
$ quiren /home/dude/abc/

Origin

I was looking for a tool that would let me edit filenames for the current directory in Vim. If I looked a little bit more into it I probably would have found something that suited my needs, but I thought trying to make it myself would be a fun project, so here we are.

About

Quick editor rename tool, for files and directories

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages