blob: 68591d791d3f8d593c5b122c072316ac4dc2d423 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
fontpreview is a command-line tool that lets the user to quickly search for
fonts that are installed on their machine and preview them. The fuzzy search
feature is provided by fzf and the preview is generated with ImageMagick and
then displayed using nsxiv. This tool is highly customizable, almost all of the
variables in this tool can be changed using the command-line flags or the
environment variables.
WWW: https://github.com/sdushantha/fontpreview
|