An open API service indexing awesome lists of open source software.

https://github.com/devlights/renamer

A simple rename tool.
https://github.com/devlights/renamer

Last synced: 2 months ago
JSON representation

A simple rename tool.

Awesome Lists containing this project

README

        

# renamer

A simple rename tool.

## Install

```sh
go get -u github.com/devlights/renamer/cmd/renamer
```

## Run

```sh
renamer -path /path/to/directory [-r] [-v] -old Old-Strings -new New-Strings
```

### Example

```sh
renamer -path ~/tmp -r -old ".txt" -new ".bin"
```