nora_rename

Command line utility for renaming files in batch using regex with advanced control

MIT License

Stars
4

Bot releases are visible (Hide)

nora_rename - v2.1.0 Latest Release

Published by Zelak312 10 months ago

  • Update rust crate clap to 4.3.23

  • Update rust crate clap to 4.3.24

  • Update rust crate regex to 1.9.4

  • Update rust crate clap to 4.4.0

  • Update rust crate clap to 4.4.1

  • Update rust crate clap to 4.4.2

  • Update rust crate regex to 1.9.5

  • Update rust crate clap to 4.4.3

  • Update rust crate clap to 4.4.4

  • Update rust crate clap to 4.4.5

  • Update rust crate indexmap to 2.0.1

  • Update rust crate clap to 4.4.6

  • Update rust crate indexmap to 2.0.2

  • Update rust crate regex to 1.9.6

  • Update rust crate regex to 1.10.0

  • Update rust crate regex to 1.10.1

  • Update rust crate regex to 1.10.2

  • Update rust crate clap to 4.4.7

  • Update rust crate indexmap to 2.1.0

  • Code-scan alerts

  • Update rust crate owo-colors to v4

  • Add path option to change the working directory used

  • Add recursive option + depth_limit option

  • Add lefthook + commitlint for linting commit messages

  • Add git-cliff for changelog generation from git commits

  • Adding release.sh for easier release process

  • Add buy me a coffee link

  • Change readme

  • Make clippy happy

  • Add version from lock

nora_rename - v2.0.0

Published by Zelak312 about 1 year ago

What's Changed

Full Changelog: https://github.com/Zelak312/nora_rename/compare/v1.0.0...v2.0.0

nora_rename - v1.0.0

Published by Zelak312 about 1 year ago

Version 1.0.0 brings breaking changes

  • Regex are now considered insensitive when it was case sensitive before

New features:

  • Added modulo math operation
  • Added floating point option for numbers
  • Keeping the file order
  • Being able to toggle if the regex needs to be case sensitive
  • The regex is now global so it doesn't stop after the first occurence
  • Added for loops
nora_rename - V0.1.3

Published by Zelak312 almost 2 years ago

  • Fixed some error message when converting types
  • Fixed sub operation for strings
  • Added sub multiple operation for string
nora_rename - V0.1.2

Published by Zelak312 almost 2 years ago

  • Refactoring good to improve speed
  • Added string subtraction
nora_rename - V0.1.1

Published by Zelak312 almost 2 years ago

  • Adding ternary second parameter skip
  • Adding Power and Log operator
  • Adding pretty print option
nora_rename - v0.1.0

Published by Zelak312 almost 2 years ago