Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bleakgrey/heads-up
- Owner: bleakgrey
- License: gpl-3.0
- Created: 2020-05-05T10:50:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T15:32:38.000Z (over 3 years ago)
- Last Synced: 2024-10-29T07:40:31.081Z (3 months ago)
- Topics: app, dictionary, gnome, gtk, lookup
- Language: Vala
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.