Skip to content

Commit

Permalink
random preview
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmyczko committed Nov 30, 2021
1 parent 631329d commit acbd34f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ agave-b-autohinted.ttf [699]
agave-r-autohinted.ttf [2443]
```

Randomly display a preview every ten seconds:

`while (clear); do fnt preview $(fnt search | shuf -n1 | sed s,......-,,); sleep 10; done`

If you want to install all available fonts, you could run something like this:

`for a in $(fnt search |grep ^fonts- |sed s,fonts-,,); do fnt install $a; done`
Expand Down

0 comments on commit acbd34f

Please sign in to comment.