Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnome/gnome-characters
Read-only mirror of https://gitlab.gnome.org/GNOME/gnome-characters
https://github.com/gnome/gnome-characters
Last synced: about 1 month ago
JSON representation
Read-only mirror of https://gitlab.gnome.org/GNOME/gnome-characters
- Host: GitHub
- URL: https://github.com/gnome/gnome-characters
- Owner: GNOME
- License: bsd-3-clause
- Created: 2014-09-27T20:55:17.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T11:00:33.000Z (2 months ago)
- Last Synced: 2024-10-07T12:50:01.089Z (about 1 month ago)
- Language: C
- Homepage: https://gitlab.gnome.org/GNOME/gnome-characters
- Size: 7.32 MB
- Stars: 17
- Watchers: 8
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: COPYING
Awesome Lists containing this project
README
# Characters
Characters is a simple utility application to find and insert unusual
characters. It allows you to quickly find the character you are
looking for by searching for keywords.## Helpful Links
* [File a Bug in GitLab](https://gitlab.gnome.org/GNOME/gnome-characters/issues)
* [Download a Release Tarball](https://download.gnome.org/sources/gnome-characters/)
* [Browse source code in Git version control](https://gitlab.gnome.org/GNOME/gnome-characters)
* [Learn more about Characters](https://apps.gnome.org/Characters/)## Building
Characters is built using meson:
```sh
meson --prefix=/usr build
ninja -C build
sudo ninja -C build install
```## License
Files from [gtk-js-app](https://github.com/gcampax/gtk-js-app) are
licensed under 3-clause BSD. Other files are GPL 2.0 or later.