mirror of https://github.com/CrimsonTome/tldr.git
README: add navi project (#7496)
parent
9bc80d1d42
commit
8e819a17d9
34
README.md
34
README.md
|
@ -84,34 +84,38 @@ to see the current progress of all translations.
|
||||||
|
|
||||||
## Similar projects
|
## Similar projects
|
||||||
|
|
||||||
- [Cheat](https://github.com/cheat/cheat)
|
|
||||||
allows you to create and view interactive cheatsheets on the command-line.
|
|
||||||
It was designed to help remind *nix system administrators of options
|
|
||||||
for commands that they use frequently, but not frequently enough to remember.
|
|
||||||
|
|
||||||
- [Bro pages](http://bropages.org/)
|
- [Bro pages](http://bropages.org/)
|
||||||
are a highly readable supplement to man pages.
|
are a highly readable supplement to man pages.
|
||||||
Bro pages show concise, common-case examples for Unix commands.
|
Bro pages show concise, common-case examples for Unix commands.
|
||||||
The examples are submitted by the user base, and can be voted up or down;
|
The examples are submitted by the user base, and can be voted up or down;
|
||||||
the best entries are what people see first when they look up a command.
|
the best entries are what people see first when they look up a command.
|
||||||
|
|
||||||
- [kb](https://github.com/gnebbia/kb)
|
- [Cheat](https://github.com/cheat/cheat)
|
||||||
is a minimalist command-line knowledge base manager.
|
allows you to create and view interactive cheatsheets on the command-line.
|
||||||
kb can be used to organize your notes and cheatsheets in a minimalist
|
It was designed to help remind *nix system administrators of options
|
||||||
and clean way. It also supports non-text files.
|
for commands that they use frequently, but not frequently enough to remember.
|
||||||
|
|
||||||
|
- [cheat.sh](https://cheat.sh/)
|
||||||
|
Aggregates cheat sheets from multiple sources (including tldr-pages)
|
||||||
|
into 1 unified interface.
|
||||||
|
|
||||||
|
- [devhints](https://devhints.io/)
|
||||||
|
Rico's cheatsheets are not just focused on the command-line and
|
||||||
|
include a plethora of other cheatsheets related to programming.
|
||||||
|
|
||||||
- [eg](https://github.com/srsudar/eg)
|
- [eg](https://github.com/srsudar/eg)
|
||||||
provides detailed examples with explanations on the command-line.
|
provides detailed examples with explanations on the command-line.
|
||||||
Examples come from the repository, but `eg` supports displaying
|
Examples come from the repository, but `eg` supports displaying
|
||||||
custom examples and commands alongside the defaults.
|
custom examples and commands alongside the defaults.
|
||||||
|
|
||||||
- [devhints](https://devhints.io/)
|
- [kb](https://github.com/gnebbia/kb)
|
||||||
Rico's cheatsheets are not just focused on the command-line and
|
is a minimalist command-line knowledge base manager.
|
||||||
include a plethora of other cheatsheets related to programming.
|
kb can be used to organize your notes and cheatsheets in a minimalist
|
||||||
|
and clean way. It also supports non-text files.
|
||||||
|
|
||||||
- [cheat.sh](https://cheat.sh/)
|
- [navi](https://github.com/denisidoro/navi)
|
||||||
Aggregates cheat sheets from multiple sources (including tldr-pages)
|
is an interactive cheatsheet tool, which allows you to browse through
|
||||||
into 1 unified interface.
|
specific examples or complete commands on the fly.
|
||||||
|
|
||||||
## What does "tldr" mean?
|
## What does "tldr" mean?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue