Manages user fonts in the ~/.fonts directory. Fetches fonts from fontlibrary.org, github.com.
Tested on Debian and Fedora.
- Python 3
- requests for Python 3
git clone https://github.com/professorsloth/fontlibman.git
cd fontlibman
./fontlibman
Install the font "Fantasque Sans Mono" for your current user:
fontlibman --install fantasque
fontlibman --reload
See what fonts are installed:
fontlibman --list
Delete unwanted font "Fantasque Sans Mono" installed by fontlibman:
fontlibman --delete fantasque
- Now prints usage section when no argument is provided.
