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

https://github.com/daqing/rename

A rename utility written in Go
https://github.com/daqing/rename

Last synced: 5 months ago
JSON representation

A rename utility written in Go

Awesome Lists containing this project

README

          

About
======

`rename` is an utility to rename file names easily.

Installation
=============

```bash
$ go install github.com/daqing/rename@latest
```

Usage
======

$ rename ./a.txt b
> a.txt was renamed to b.txt

$ rename ./a.txt .md
> a.txt was renamed to a.md