fontfinder alternatives and similar packages
Based on the "System tools" category.
Alternatively, view fontfinder alternatives based on common mentions on social networks and blogs.
-
watchexec
Executes commands in response to file modifications —— Maintenance status: on hold. I have no time for OSS currently; back late 2024. -
ion
Ion is a modern system shell that features a simple, yet powerful, syntax. It is written entirely in Rust, which greatly increases the overall quality and security of the shell. It also offers a level of performance that exceeds that of Dash, when taking advantage of Ion's features. While it is developed alongside, and primarily for, RedoxOS, it is a fully capable on other *nix platforms.
SaaSHub - Software Alternatives and Reviews
Do you think we are missing an alternative of fontfinder or a related project?
README
Font Finder
This project is a from-scratch implementation of TypeCatcher in Rust. It is a GTK3 application for browsing through and installing fonts from Google's font archive from the comfort of your Linux desktop.
Installation Instructions
make
sudo make install prefix=/usr/local
Requirements
- cargo (Rust 1.24.0)
- libwebkit2gtk-4.0-dev
- libgtk-3-dev
Screenshots
Filtering w/ Search
[First Screenshot](screenshot01.png)
Filtering w/ Category
[Second Screenshot](screenshot02.png)
Multiple Paragraphs
[Third Screenshot](screenshot03.png)
Dark Preview
[Fourth Screenshot](screenshot04.png)
Translators
Translators are welcome to submit translations directly as a pull request to this project. It is generally expected that your pull requests will contain a single commit for each language that was added or improved, using a syntax like so:
i18n(eo): Add Esperanto language support
i18n(pl): Improvements to Polish language support
Translation files for the GTK application can be found [here](./i18n/). We are using Project Fluent for our translations, which should be easier than working with gettext.
Supported Languages
- [English](./gtk/i18n/en/)
- [Polish](./gtk/i18n/pl/)
- [Spanish](./gtk/i18n/es/)