Skip to content

rename multiple files using your favourite $EDITOR

License

Notifications You must be signed in to change notification settings

jake-stewart/massren

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

massren

rename multiple files using your favourite $EDITOR.

usage

massren {files}

where files is zero or more file paths. if no files are provided, then all files in the current directory are used.

there is no special functionality for selecting files. shell globbing & piping should be used instead.

deleting files

you can supply a deletion string with the -d flag. Any files renamed to this string will be deleted. For example, use massren -d '!' *.py and change any lines to ! and they will be deleted. An empty string can be used as a deletion string.

demo

About

rename multiple files using your favourite $EDITOR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages