Dev Station is a desktop utility designed to automate routine tasks for programmers. It allows users to create scripts for launching applications, update drivers, clean up files, check website functionality, and track file changes, among other features.
- Quickly launch multiple programs from a single script.
- Compare driver versions, download updates, and install them in one place.
- Move files to a pseudo-recycle bin with the ability to restore them.
- Built-in terminal for checking website ping and availability.
- View file changes in real-time.
- Highlight modifications with automatic tracking.
- Scheduled cleanup for log files.
- View system resources and performance statistics.
✅ Two UI Themes (Light & Dark).
✅ Multilingual Support.
✅ Image Viewer: Specify a folder, and Dev Station will display all images inside the application.
- Java, JavaFX, FXML, Maven
- Developed using IntelliJ IDEA
1️⃣ Clone the Repository
git clone https://github.com/vero-git-hub/dev-station.git
cd dev-station
2️⃣ Build the Project
mvn package
3️⃣ Run the Application
java -jar target/dev-station.jar
- After launching the application, configure paths to folders via the Settings menu.
- Use the left sidebar to navigate through different functionalities.
Welcome contributions! 🚀 To contribute:
- Fork the repository.
- Create a new branch for your feature (
git checkout -b feature-name
). - Commit your changes (
git commit -m "Added new feature"
). - Push to GitHub (
git push origin feature-name
). - Submit a Pull Request with a brief description.
The images used in this project were obtained from open and free resources. Unfortunately, the original source links are unavailable. If you recognize your work and would like attribution, please contact.
This project is licensed under the MIT License.