Skip to content

A simple bookmark manager for desktops written in JavaFX

License

Notifications You must be signed in to change notification settings

shaigem/linkgem

Repository files navigation

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