https://github.com/integr-dev/registry-tracker
Track entries in JSON format
https://github.com/integr-dev/registry-tracker
Last synced: 6 months ago
JSON representation
Track entries in JSON format
- Host: GitHub
- URL: https://github.com/integr-dev/registry-tracker
- Owner: integr-dev
- Created: 2023-12-16T13:07:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-25T09:12:57.000Z (over 2 years ago)
- Last Synced: 2025-09-30T21:32:21.982Z (6 months ago)
- Language: Kotlin
- Homepage:
- Size: 148 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Registry Tracker
by Integr aka. Erik
---
### Purpose
Track entries in the JSON file format. Just enter the values into the creation window, and the program will do the rest.
Also, automatically loads all entries on boot, so you can easily see all your entries. You may call it an advanced note-taking app.
### Progress
- [x] Implement JSON saving and reading
- [x] Implement the creation Window
- [x] Implement settings
- [x] Implement entry list
- [x] Implement editing
- [x] Implement Installer
### Images

### Building yourself
> [!CAUTION]
> Only do this if you know what you are doing
Clone the repository and navigate to the folder you cloned it into.
Run the gradle script `packageDistributionForCurrentOS` by opening the terminal (If you haven't done so already) and
run `./gradlew packageDistributionForCurrentOS`. Gradle will now make an installer for the current operating system.
The created file can by default be found under `.\build\compose\binaries\main\`.
(For example if you are on windows `msi`)
### Resources used
- Kotlin - Base language
- Compose for Desktop - UI framework
- Google GSON - Parsing JSON files
- Gradle - Build tool
- AppDirs by Harawata - Dynamic app directories
### Availability
- [x] Windows [Tested]
- [x] Linux [Not Tested]
- [ ] MacOS [Not Tested]