mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
392 B
Plaintext
22 lines
392 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# nitch
|
|
|
|
> A small and incredibly fast system fetch written fully in Nim.
|
|
> More information: <https://github.com/ssleert/nitch#usage->.
|
|
|
|
- Display system information (hostname, kernel, uptime, etc.):
|
|
|
|
`nitch`
|
|
|
|
- Display help:
|
|
|
|
`nitch {{[-h|--help]}}`
|
|
|
|
- Display version:
|
|
|
|
`nitch {{[-v|--version]}}`
|