Documentation
¶
Index ¶
- func FontsWithVersion(database *sql.DB, fonts []types.Font, version string) []types.Font
- func FuzzySearchFonts(font string, fonts []string) ([]string, error)
- func GetData() (types.NerdFonts, error)
- func HandleInstall(args types.Args, database *sql.DB, data types.NerdFonts, downloadPath string, ...) error
- func HandleUninstall(args types.Args, database *sql.DB, data types.NerdFonts, extractPath string) error
- func HandleUpdate(database *sql.DB, data types.NerdFonts, downloadPath string, ...) error
- func InstallFont(font types.Font, downloadPath string, extractPath string, keepTar bool) error
- func IsAdmin() bool
- func IsFontUpdatAvilable(database *sql.DB, data types.NerdFonts) bool
- func IsUpdateAvilable(remote string, local string) bool
- func ListFonts(fonts []types.Font, onlyInstalled bool)
- func SetupDB(database *sql.DB, remoteData types.NerdFonts)
- func UninstallFont(path string, name string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FontsWithVersion ¶
func HandleInstall ¶
func HandleUninstall ¶
func HandleUpdate ¶
func InstallFont ¶
func IsUpdateAvilable ¶
func UninstallFont ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.