https://github.com/polvoazul/vimv-go
Vimv is a command-line tool that allows you to rename multiple files at once using your favorite text editor, Vim.
https://github.com/polvoazul/vimv-go
rename-files vim
Last synced: 8 months ago
JSON representation
Vimv is a command-line tool that allows you to rename multiple files at once using your favorite text editor, Vim.
- Host: GitHub
- URL: https://github.com/polvoazul/vimv-go
- Owner: polvoazul
- Created: 2024-07-11T13:55:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-18T16:36:48.000Z (about 1 year ago)
- Last Synced: 2025-01-05T11:42:25.980Z (9 months ago)
- Topics: rename-files, vim
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vimv - Renaming Files in Bulk using vim
Vimv is a command-line tool that allows you to rename multiple files at once using your favorite text editor, Vim.
Inspired on [vimv](https://github.com/thameera/vimv), but I plan to add more features.
## Features
* Supports renaming multiple files at once
* Utilizes Vim for editing file names, allowing for powerful text manipulation capabilities
* Shows colored diffs before applying changes
* Provides a user-friendly interface for confirming changes before applying them## Usage
To use Vimv, simply run the command `vimv` followed by the list of files you want to rename. For example:
```bash
vimv file1.txt file2.txt file3.txt
```
This will open Vim with a list of the files, allowing you to edit their names as needed. Once you save and exit Vim, Vimv will apply the changes to the original files.## Installation
### Homebrew
Work in progres...### Manually:
You can download it from here: https://github.com/polvoazul/vimv-go/releases, then `chmod +x` it and add to somewhere in your path (like `/usr/local/bin/`).## Contributing
Contributions to Vimv are welcome! If you have any suggestions or bug fixes, please open an issue or submit a pull request.
## License
Vimv is licensed under the WTFPL (do whatever you want).