Sha256: 3b1841f88542ed739650eb0789fec424253c4556adb97fd7b98fc3bd87fb56fb

Contents?: true

Size: 775 Bytes

Versions: 3

Compression:

Stored size: 775 Bytes

Contents

# Renumber

This simple utility allows renaming non-sequential files to be sequentially numbered.

For example given input files: `input00.txt`, `input03.txt`, `input99.txt` it can change their
names to: `f0.text`, `f1.text`, `f2.text`

## Installation

Add the command line utility using Ruby's gem command:

    $ gem install renumber

## Usage

From the command line specify a directory name and optional prefix and suffix:

    $ renumber directory_name [prefix] [suffix]

## Contributing

1. Fork it ( https://github.com/[my-github-username]/renumber/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
renumber-0.0.9 README.md
renumber-0.0.8 README.md
renumber-0.0.7 README.md