Skip to content

cascassette/vils-ng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

vils-ng

vils-ng is a mass renaming script that allows you to rename files with all the comfort of your favorite editor. It is a small bash rewrite of the original vils tool. I also added a few features I was missing in the original script.

History

The original vils was written by Oliver Fromme in 2002. It uses zsh and is an enormous timesaver. You can find the original code of the vils script here.

Usage

  vils-ng [options] [file1] [file2] [file3] [...]

    -h help
    -r recursive
    -v verbose
    -x use $VISUAL instead of $EDITOR

  Example usage:

    rename files in actual dir:
    > vils-ng

    rename files in actual dir and all subdirs:
    > vils-ng -r

    rename specific files:
    > vils-ng testfile1.txt testfile2.mkv testdir/testfile3.log

Authors

Simon Schiele (mailto:simon.codingmonkey@gmail.com)

About

rewrite of vils in bash with some nice new features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%