LinkGem is a very basic bookmark manager. It allows you to organise your favourite website links through the use of folders. Bookmarks are saved in a file that uses the JSON format.
- Organize your bookmarks using folders
- Search for bookmarks by using its name or part of its URL
- Save your bookmarks in a JSON file
- Portable
- git clone this repo
- call
gradlew build
To start the Application you can
- instantly start the Application via
gradlew run
- build an executable jar file via
gradlew uberJar
The executable jar file is located in .\build\libs
and can be run via java -jar linkgem-0.1-uber.jar