Skip to content

Fontist CLI Reference

Complete command-line interface reference for Fontist.

Quick Reference

CommandDescription
fontist installInstall fonts
fontist uninstallUninstall fonts
fontist listList font status
fontist statusShow font paths
fontist updateUpdate formulas
fontist versionShow version info

Subcommands

CommandDescription
fontist manifestManifest management
fontist indexSystem font index
fontist cacheCache management
fontist configConfiguration
fontist repoCustom repositories
fontist fontconfigFontconfig integration
fontist importImport fonts
fontist create-formulaCreate formulas

Global Options

These options work with all commands:

OptionDescription
--quietSuppress output
--verboseEnable verbose output
--debugEnable debug output
--colorForce colored output
--no-colorDisable colored output

Environment Variables

VariableDescription
FONTIST_PATHOverride Fontist directory (default: ~/.fontist)
FONTIST_NO_PROGRESSDisable progress bars

Getting Help

sh
# Show general help
fontist help

# Show command-specific help
fontist install --help
fontist manifest --help

Exit Codes

Fontist uses standard exit codes for scripting. See the Exit Codes Reference for details.


Installation

sh
gem install fontist

Prerequisites

  • Ruby 2.7 or higher
  • Network access for downloading fonts

Next Steps

Fontist is riboseopen