Skip to content

rodrez/rustnamer

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

RUSTNAMER

Rename multiple files at once!
A file bulk renamer that goes straight to the point.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Here's why:

  • No BS
  • Dead Simple
  • Looks awesome (from my eyes)

Of course, you are allowed to disagree but if you find it useful, please give me a star. Thanks!

(back to top)

Built With

Rustnamer is built on TOP of the awesome technologies below.

  • Rust
  • Tailwind
  • React
  • Tauri
  • Vite

(back to top)

Getting Started

Follow the instructions below to setup your own source code of Rustnamer.

Prerequisites

You will need npm in order to play around with Rustnamer source code.

Installation

Rustnamer has very little dependencies.

  1. Clone the repo
    git clone https://github.com/rodrez/rustnamer.git
  2. Install NPM packages
    npm install
  3. Start your copy of Rustnamer
    npm run tauri dev
  4. Building your own copy of Rustnamer
    npm run tauri build

(back to top)

Usage

Remember, Rustnamer is dead simple. To bulk rename files follow the steps below:

  1. Click the select folder button and select your folder/directory

  2. Enter the Old Pattern you want to replace.

  3. Enter the New Pattern that will replace the old one.

  4. Click Rename and that's it.

(back to top)

Roadmap

  • Add Changelog
  • Add Files View
  • Multi-language Support
    • Spanish

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Fabian Rodriguez - @Rodrez_ - fabian.rodrez@gmail.com

Project Link: https://github.com/rodrez/rustnamer

(back to top)

Acknowledgments

Awesome resources I've used for this project!

(back to top)