Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perdian/filerenamer
Small application to easily rename files into a common pattern.
https://github.com/perdian/filerenamer
filemanager java javafx
Last synced: 7 days ago
JSON representation
Small application to easily rename files into a common pattern.
- Host: GitHub
- URL: https://github.com/perdian/filerenamer
- Owner: perdian
- License: apache-2.0
- Created: 2017-10-01T13:23:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T20:44:43.000Z (about 1 year ago)
- Last Synced: 2024-12-14T16:13:55.399Z (2 months ago)
- Topics: filemanager, java, javafx
- Language: Java
- Homepage:
- Size: 514 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File Renamer
[![Travis build status](https://api.travis-ci.org/perdian/filerenamer.svg)](https://travis-ci.org/perdian/filerenamer)
[![License](http://img.shields.io/:license-apache-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)Small application to easily rename files into a common pattern.
![Application](docs/screenshots/screenshot-new.png)
## Building the application
### Generic build
The application is written in pure Java, using a JavaFX frontend. It's therefore platform independent and can be built and run on every platform supporting a Java SDK.
For building it simply checkout the repository from GitHub and call the Maven package target on the command line:
$ git clone https://github.com/perdian/filerenamer.git
$ cd filerenamer
$ mvn clean package
$ java -jar target/filerenamer.jar### macOS build
On macOS a simplified build that directly generated a DMG archive from which the application can be installed or distributed can be built using the following commands:
$ git clone https://github.com/perdian/filerenamer.git
$ cd filerenamer
$ mvn clean package -Pmacos-bundle
$ open target/File\ Renamer.dmg## Authors
- [**Christian Seifert**](http://www.perdian.de)
## License
This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.