Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bleakgrey/heads-up

[WIP] Simple dictionary lookup app
https://github.com/bleakgrey/heads-up

app dictionary gnome gtk lookup

Last synced: about 2 months ago
JSON representation

[WIP] Simple dictionary lookup app

Awesome Lists containing this project

README

        

# Heads-Up

A simple GTK3 dictionary lookup application for Linux

## Installing

Flatpak version is coming soon, stay tuned.

## Building from Source

You'll need some dependencies to build and run the app:
* meson
* valac
* libgtk-3-dev
* libgee-0.8-dev
* libwebkit2gtk-dev
* libhandy-0.0-dev
* xsel (for X.org)

To build the app, run `build.sh` script in the project root directory.

To install it, run `install.sh`.