TrueType Fonts Quick Installer aka ttfqi is a font installer for GNU/Linux written in C.

nokoru 0584b024b4 change stuff 4 years ago
.gitignore 0a2888d096 minor changes 4 years ago
LICENSE 6e3d55b207 change license 4 years ago
README.md 9cc3e07536 update e-mail address 4 years ago
compile 2c4c071b20 initial commit 4 years ago
install 2c4c071b20 initial commit 4 years ago
ttfqi.c 0584b024b4 change stuff 4 years ago

README.md

TTFQI: TrueType Fonts Quick Installer

ttfqi is a simple and crappy program written in C that is meant to be an easy way to install TrueType Fonts (TTF) in your GNU/Linux system.

This program was tested using Lubuntu!

Installation

  1. Clone this repo git clone https://notabug.org/nokoru/ttfqi.git
  2. Select the repo directory cd ttfqi
  3. Install the program by running ./install
  4. If a password prompt appears, just type your root password.
  5. Use ttfqi -h to check if installation succeded.
  6. Done!

Usage

You can install .ttf fonts by running either sudo ttfqi -u [FILES] or sudo ttfqi -i [FILES].

  • -u installs fonts and updates the font cache.
  • -i installs fonts without updating the font cache, so you'll need to either manually update the font cache or reboot your system.

Contact