| App::perlmv::scriptlets::std - A collection of perlmv scriptlets |
App::perlmv::scriptlets::std - A collection of perlmv scriptlets
version 0.36
Replace multiple spaces into a single space, example (<space> signifies actual space): "1<space><space>2.txt " -> "1<space>2.txt"
Rename Chinese characters in filename into their pinyin. Requires the Lingua::Han::Pinyin manpage.
Remove prefix that are common to all args, e.g. (file1, file2b) -> (1, 2b)
Remove suffix that are common to all args, while preserving extension, e.g. (1-radiolab.mp3, 2-radiolab.mp3) -> (1.mp3, 2.mp3)
Rename files into numbers. Preserve extensions. Ex: (file1.txt, foo.jpg, quux.mpg) -> (1.txt, 2.jpg, 3.mpg)
Rename files into timestamp. Preserve extensions. Ex: file1.txt -> 2010-05-13-10_43_49.txt
Remove leading and trailing blanks, example: " abc def .txt " -> "abc def.txt"
Remove accents in filename, e.g. accéder.txt -> acceder.txt. Requires the Text::Unaccent::PurePerl manpage.
If you have cool scriptlets to share, feel free to contact me so I can include them here.
Steven Haryanto <stevenharyanto@gmail.com>
This software is copyright (c) 2010 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| App::perlmv::scriptlets::std - A collection of perlmv scriptlets |