Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: tzwel/renu

0.2.0 The version update

21 Apr 16:15

Choose a tag to compare

The current version of renu can be now checked the usual -v way:

renu -v
renu --version

0.1.6 The 1 bugfix update

11 Mar 09:18

Choose a tag to compare

I just fixed a weird scoping issue of the :filename token. Now multiple files can be renamed in crazy custom ways like this:

renu -i "*.mp3" -r "ayaya :filename ehehe :counter"

Renamed lawnmower.mp3 => ayaya lawnmower ehehe 0.mp3
Renamed music.mp3 => ayaya music ehehe 1.mp3
Renamed 2 files

0.1.5 The minor misc regex update

11 Mar 08:59

Choose a tag to compare

I added some good examples to docs in this update, and the remove function. That's it

0.1.4 The test update

11 Mar 08:32

Choose a tag to compare

Fixed some random bugs, added some tests. Let's say this is stable for now as I haven't found anything really bad. This version kinda enforces the limitation of being unable to work on files without extension, but how often do you need these? Dotfiles can be managed just fine

0.1.3 The first minor update

10 Mar 12:05

Choose a tag to compare

Pre-release
  • Count changed files
  • Delete lockfile

0.0.3 The regex update

10 Mar 09:22

Choose a tag to compare

Pre-release

Regex and substitution support! (experimental)

0.0.2 License update

10 Mar 07:43

Choose a tag to compare

0.0.1

10 Mar 07:32

Choose a tag to compare

  • unrestrict :filename token - the token can now be used alone, without the :counter token
  • added info sections in readme
  • maybe some bugfixes but i dont know

Initial release

10 Mar 06:05

Choose a tag to compare

0.0.0

add version