From 41f5b4603a018ca4a2345339d549240b1c6f1dc9 Mon Sep 17 00:00:00 2001 From: Igor Shubovych Date: Sun, 3 Jan 2016 15:34:57 +0200 Subject: [PATCH] Mention similar (related) projects in README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 226a98804..c2f8698d4 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,9 @@ Let us know if you are building one and we can add it to this list! Contributions are most welcome! Have a look at the [contributing guidelines](https://github.com/tldr-pages/tldr/blob/master/CONTRIBUTING.md) and go ahead! + +## Similar projects + +- [Cheat](https://github.com/chrisallenlane/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/) are a highly readable supplement to man pages. Bro pages show concise, common-case examples for Unix commands.