Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whyboris/simplest-file-renamer
Simplest file renamer - rename your files quickly and easily
https://github.com/whyboris/simplest-file-renamer
angular electron rename rename-files renamer renaming
Last synced: about 1 month ago
JSON representation
Simplest file renamer - rename your files quickly and easily
- Host: GitHub
- URL: https://github.com/whyboris/simplest-file-renamer
- Owner: whyboris
- License: mit
- Created: 2019-10-26T23:17:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T15:53:05.000Z (8 months ago)
- Last Synced: 2024-12-07T16:04:08.640Z (about 2 months ago)
- Topics: angular, electron, rename, rename-files, renamer, renaming
- Language: TypeScript
- Homepage: https://www.yboris.dev/renamer
- Size: 3.92 MB
- Stars: 102
- Watchers: 6
- Forks: 9
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Simplest File Renamer
Rename your files directly or with your favorite text editor, making use of all your 1337 keyboard shortcuts 😉
![image](https://user-images.githubusercontent.com/17264277/69740803-0042a680-1108-11ea-9821-bc7c7f8e522d.png)
## About
**Simplest File Renamer** was created by [Boris Yakubchik](https://videohubapp.com/en/about). It uses _Angular_ and _Electron_.
Works on _Windows_, _Mac_, and _Linux_ :tada:
## Download
The download links for all platforms are located on the app's [public webpage](https://yboris.dev/renamer/)
## License
This software was built on top of [`angular-electron`](https://github.com/maximegris/angular-electron) by [Maxime GRIS](https://github.com/maximegris). It carries an [_MIT_ license](LICENSE).
## Development
Main dependencies in use:
| Library | Version | Date | Comment |
| ---------------- | ------- | -------------- | ------- |
| Angular | v18 | Jun 2024 | |
| Angular-CLI | v18 | Jun 2024 | |
| Electron | v31 | Jun 2024 | (internally uses Node `v20.14.0` and Chromium 124) |
| Electron Builder | v24 | Jun 2024 | |Recommending Node 20 or newer.
Once you install `node` and `npm` just `npm install` and `npm start` in your terminal to develop, `npm run electron` to build :wink:
## Thank you
This software would not be possible without the tremendous work by other people:
- [Angular](https://github.com/angular/angular)
- [Electron](https://github.com/electron/electron)
- [angular-electron](https://github.com/maximegris/angular-electron)
- [Quill](https://github.com/quilljs/quill)
- [electron-builder](https://github.com/electron-userland/electron-builder)A huge personal _thank you_ to [Percipient24](https://github.com/Percipient24) for always helping me when I ask for coding help, and for his [code](https://codepen.io/percipient24/pen/eEBOjG) that inspired this project 🙇♂️