Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
polvoazul committed Jul 12, 2024
1 parent 89c301b commit 665d89b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Vimv - A Tool for Renaming Files in Bulk
# 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. It is designed to simplify the process of renaming files in bulk, making it easier to manage your files and directories.
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
Expand All @@ -24,11 +25,11 @@ This will open Vim with a list of the files, allowing you to edit their names as
Work in progres...

### Manually:
You can download it from here: https://github.com/polvoazul/vimv-go/releases, then add to somewhere in your path.
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 on the project's GitHub page.
Contributions to Vimv are welcome! If you have any suggestions or bug fixes, please open an issue or submit a pull request.


## License
Expand Down

0 comments on commit 665d89b

Please sign in to comment.