Skip to content

italomaia/renamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Do you like pyrenamer? Would like a command line tool that allows you to rename your files just like pyrenamer does? Well, search no more! Renamer does exactly that. Most of the code core is from pyrenamer anyway.

Supported patterns

  • {#} Numbers
  • {L} Letters
  • {C} Characters (Numbers & letters, not spaces)
  • {X} Numbers, letters, and spaces
  • {@} Trash

Usage

> ls
>> 1.txt
>> 2.txt
>> foo.bar
> ./renamer.py {X}.txt {1}.c
>> 1.txt -> 1.c
>> 2.txt -> 2.c
> ls
>> 1.txt
>> 2.txt
> ./renamer.py {X}.txt {1}.c -p
> ls
>> 1.c
>> 2.c

About

Command line pyrenamer-like tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages