Project

renamr

0.0
No release in over a year
Renamr organises multiple files and directories.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.8
~> 13.0
~> 1.50

Runtime

~> 3.3
~> 1.7
~> 1.12
~> 0.3
 Project Readme

Renamr

build rubocop gem maintainability hits of code ruby style license

  • About
  • Installation
  • Updating
  • Usage
  • Example
  • License

About

renamr organizes file and directory names.

Installation

The tool is designed to operate on macOS, GNU/Linux, Windows, and Unix-like operating systems. It is packaged as a Gem and requires Ruby version 2.6 or later. If you do not have the appropriate version on your platform, refer to Installing Ruby.

Utilize this command for installing the package:

gem install renamr

Updating

Utilize this command for updating the package:

gem update renamr

Usage

renamr [options]
  -a, --act          Real renaming.
  -r, --rec          Passes recursively.
  -l, --lim          Limits name length.
  -m, --mod          Prepends modification time.
  -d, --dir dir      Directory to rename.
  -s, --src src      A string to substitute.
  -t, --dst dst      A string to replace to.
  -w, --wid wid      Width of the table.
  -p, --pre str,beg  A string to prepend to started from beg.
  -c, --cut pos,len  Removes len symbols from pos.
  -v, --version      Shows version.

Example

renamr -d <source>

It renames all files in source by default pattern: 26 English letters, 10 numbers, minus for spaces and other symbols.

License

renamr is copyright David Rabkin and available under a Zero-Clause BSD license.