A Linux system comes with a whole collection of system reference manuals (known as man pages). There’s a man page for each command or program.
Read more
The Linux Portal Site
A Linux system comes with a whole collection of system reference manuals (known as man pages). There’s a man page for each command or program.
Read more
eg will give you useful examples right at the command line. Think of it as a companion tool for man.
Read more
bropages is a highly readable supplement to man pages. The CLI tool shows simple, concise examples for commands with syntax highlighting.
Read more
tlrc is a tldr client written in Rust. The tldr-pages project is a collection of community-maintained help pages for command-line tools.
Read more
tldr.el is an tldr client for Emacs.You can use M-x tldr-update-docs to update docs. It’s written in Emacs Lisp.
Read more
tldr++ offers community driven man pages improved with smart user interaction. It’s written in the Go programming language.
Read more
cheat allows you to create and view interactive cheatsheets on the command-line. cheat is free and open source software written in Go.
Read more
tldr-python-client is a command-line client for tldr pages. This is free and open source software. It’s written in Python.
Read more
Tealdeer is a very fast implementation of tldr in Rust: Simplified, example based and community-driven man pages.
Read more