https://github.com/chaman-rawat/renameit
RenameIt is an AI-powered file renaming app based on content.
https://github.com/chaman-rawat/renameit
electron file-renaming
Last synced: 3 months ago
JSON representation
RenameIt is an AI-powered file renaming app based on content.
- Host: GitHub
- URL: https://github.com/chaman-rawat/renameit
- Owner: chaman-rawat
- License: gpl-3.0
- Created: 2025-01-21T09:21:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-11T10:37:36.000Z (about 1 year ago)
- Last Synced: 2025-04-11T12:04:49.943Z (about 1 year ago)
- Topics: electron, file-renaming
- Language: TypeScript
- Homepage:
- Size: 1.54 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RenameIt
RenameIt is an AI-powered file renaming app based on content.
## Description
RenameIt is a desktop app built with Electron that uses AI to analyze the content of files and automatically rename them, making file organization easier and more efficient.
## Installation and Setup
1. **Clone the repository**:
```sh
git clone https://github.com/chaman-rawat/renameit.git
```
2. **Navigate to the project directory**:
```sh
cd renameit
```
3. **Install project dependencies**:
```sh
npm install
```
4. **Start the application**:
```sh
npm start
```