fontfinder alternatives and similar packages
Based on the "System tools" category.
Alternatively, view fontfinder alternatives based on common mentions on social networks and blogs.
-
#<Sawyer::Resource:0x00007f0cdab48348>
Terminal bandwidth utilization tool -
dotenv-linter
⚡️Lightning-fast linter for .env files. Written in Rust 🦀 -
systemd-manager
a systemd service manager written in Rust using GTK-rs. -
snatch
A simple, fast and interruptable download accelerator, written in Rust -
concurr
Performs distributed command execution, written in Rust w/ Tokio -
logram
Utility that takes logs from anywhere and sends them to Telegram.
Static code analysis for 29 languages.
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/)