LinuxCommandLibrary

nitch

small, fast system fetch utility written in Nim

TLDR

Display system information

$ nitch
copy
Display help
$ nitch -h
copy
Display version
$ nitch -v
copy

SYNOPSIS

nitch [-h|--help] [-v|--version]

DESCRIPTION

nitch is a small, fast system fetch utility written in Nim. It displays system information including hostname, username, operating system, kernel version, uptime, shell, packages, and memory usage.
The tool is designed for speed and minimalism, with no configuration options. It focuses on displaying essential system information quickly with a clean, colorful output format.

PARAMETERS

-h, --help

Display help information
-v, --version
Display version information

OUTPUT

Displays:
- User and hostname
- Operating system
- Kernel version
- Uptime
- Shell
- Package count
- Memory usage (used/total)

CAVEATS

Package count accuracy depends on the package manager detected. Some information may not be available on all systems. No configuration or customization options.

HISTORY

nitch was developed by ssleert as an alternative to heavier system fetch tools like neofetch and fastfetch. Written in Nim for high performance, it focuses on displaying only essential system information with minimal resource usage.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community