Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.11 KB

linkgem

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.

Features

  • 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

Screenshots

Building from source

  • git clone this repo
  • call gradlew build

Starting the Application

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

Thanks to the Open Source Projects

Sejda

FontAwesome

FontAwesomeFX

ControlsFX

Caffeine

Image4j

Gson

afterburner.fx