lifo-pkg-fastfetch
v0.1.2
Published
fastfetch / neofetch system-info command for Lifo
Downloads
138
Maintainers
Readme
lifo-pkg-fastfetch
fastfetch (and its neofetch alias) for Lifo — a fast,
colorful system-info screen for the in-VM shell.
Install
lifo install fastfetchOr register it directly when embedding Lifo:
import { createDefaultRegistry } from '@lifo-sh/core';
import fastfetch from 'lifo-pkg-fastfetch';
const registry = createDefaultRegistry();
registry.register('fastfetch', fastfetch);
registry.register('neofetch', fastfetch);Usage
fastfetch [--logo default|small|none] [--color COLOR]Reads optional config from ~/.config/fastfetch/config.json.
