https://github.com/retheviper/junkyard
Some junk functions with GUI.
https://github.com/retheviper/junkyard
compose-desktop kotlin linux macos windows
Last synced: 2 months ago
JSON representation
Some junk functions with GUI.
- Host: GitHub
- URL: https://github.com/retheviper/junkyard
- Owner: retheviper
- Created: 2024-07-01T14:06:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T11:32:37.000Z (over 1 year ago)
- Last Synced: 2025-02-16T06:44:49.280Z (over 1 year ago)
- Topics: compose-desktop, kotlin, linux, macos, windows
- Language: Kotlin
- Homepage:
- Size: 26.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Junkyard
## TL;DR
This is a collection of some junk tools and codes with GUI. Just for fun and learning purpose.
Some tools are based on: https://github.com/retheviper/PythonTools
## Features
- Archive subdirectories to zip in a directory
- Convert RAR to ZIP
- Change file extension
- Convert image format
- Create thumbnail (resize) image
- Resync subtitle
- Dark mode
- Multiple language support (English, Japanese, Korean)
## Target Platform
- Windows
- Linux (has text encoding issue)
- macOS
## Screenshot
Click to expand screenshots






## Used Libraries
- [Compose for Desktop](https://www.jetbrains.com/lp/compose/)
- [FileKit](https://github.com/vinceglb/FileKit)
- [Junrar](https://github.com/junrar/junrar)
- [Srimage](https://github.com/sksamuel/scrimage)
## to Run
### macOS, Linux
```bash
./gradlew run
```
### Windows
```bash
gradlew.bat run
```
## to Build
### just runnable
#### macOS, Linux
```bash
./gradlew createDistributable
```
#### Windows
```bash
gradlew.bat createDistributable
```
### with installer
#### macOS, Linux
```bash
./gradlew package
```
#### Windows
```bash
gradlew.bat package
```