https://github.com/coderaiser/node-renamify-cli
CLI tool for renaming group of files from a directory
https://github.com/coderaiser/node-renamify-cli
cli cloudcmd rename
Last synced: 3 months ago
JSON representation
CLI tool for renaming group of files from a directory
- Host: GitHub
- URL: https://github.com/coderaiser/node-renamify-cli
- Owner: coderaiser
- License: mit
- Created: 2018-03-12T12:54:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T16:21:40.000Z (7 months ago)
- Last Synced: 2025-04-13T11:06:18.992Z (6 months ago)
- Topics: cli, cloudcmd, rename
- Language: JavaScript
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
# Renamify CLI [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Coverage Status][CoverageIMGURL]][CoverageURL]
[BuildStatusURL]: https://github.com/coderaiser/node-renamify-cli/actions?query=workflow%3A%22Node+CI%22 "Build Status"
[BuildStatusIMGURL]: https://github.com/coderaiser/node-renamify-cli/workflows/Node%20CI/badge.svg
[NPMIMGURL]: https://img.shields.io/npm/v/renamify-cli.svg?style=flat
[LicenseIMGURL]: https://img.shields.io/badge/license-MIT-317BF9.svg?style=flat
[NPMURL]: https://npmjs.org/package/renamify-cli "npm"
[LicenseURL]: https://tldrlegal.com/license/mit-license "MIT License"
[CoverageURL]: https://coveralls.io/github/coderaiser/node-renamify-cli?branch=master
[CoverageIMGURL]: https://coveralls.io/repos/coderaiser/node-renamify-cli/badge.svg?branch=master&service=githubRename group of files from a directory with help of an editor.
## Install
`npm i renamify-cli --save`
## Usage
Edit files names in the `$EDITOR` of choice. Run:
```
$ renamify
```Edit file names in editor, save and exit. New names will be applied if names count hasn't changed.
It works in similar way to `git rebase -i`.To edit full names use:
```
$ renamify --full
```## Related
- [renamify](https://github.com/coderaiser/node-renamify "renamify") - Rename group of files from a directory.
## License
MIT