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
- Host: GitHub
- URL: https://github.com/daqing/rename
- Owner: daqing
- Created: 2023-09-14T16:38:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T13:35:54.000Z (almost 2 years ago)
- Last Synced: 2025-07-27T23:45:28.755Z (11 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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