massren

massren - easily rename multiple files using your text editor

Downloads
7
Stars
1.3K
Committers
12
massren - v1.5.6 Latest Release

Published by laurent22 over 2 years ago

Various improvements and bug fixes.

massren - Allow moving files to sub-directories

Published by laurent22 about 9 years ago

This release allows moving files to sub-directories by adding a directory before a filename. For example, this

one.txt
two.txt
three.txt

renamed to this:

a/one.txt
a/two.txt
b/three.txt

will move the files "one.txt" and "two.txt" to the directory "a", and "three.txt" to the "b". If any of these directories do not exist they will be automatically created.

massren - Bug fixes and new options

Published by laurent22 over 10 years ago

  • Handles more edge cases and fixes various bugs. In particular, it is now possible to rename something like files 0.jpg, 1.jpg to 1.jpg, 2.jpg (previously, that wouldn't work) or to swap the names of two files.
  • Added option "include_directories" to allow including/excluding directories from text buffer.
  • Added option "include_header" to allow including/excluding instruction header from text buffer.
  • Added command massren --help --config to list possible config values and defaults.
massren - Option to delete to trash or not, performance improvement

Published by laurent22 over 10 years ago

With this release it is possible to make it optional to delete a file to trash. Also some minor performance improvement when deleting many files simultaneously.

massren - New delete feature

Published by laurent22 over 10 years ago

This release adds support for the delete feature. If a file in the text buffer is preceded by "//", it will be deleted. In OSX and Windows it will be moved to the trash/recycle bin so that it can be recovered. Currently, on Linux, it will be permanently deleted.

massren - Improved text editor support

Published by laurent22 over 10 years ago

  • Added support for EDITOR environment variable, if present.
  • Added support for text editor arguments (eg. "subl -n")
massren - First release

Published by laurent22 over 10 years ago

First release