chore: move bropages to bottom (#8108)

htop
Seth Falco 2022-05-28 05:35:07 +02:00 committed by GitHub
parent 96b5eed73b
commit aa1f67d823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -40,10 +40,10 @@ It certainly doesn't help that the first option explained in `man tar` is:
There seems to be room for simpler help pages, focused on practical examples.
How about:
![animated svg of the tldr client displaying the tar command](images/tldr.svg)
![Animated SVG of the tldr client displaying the tar command.](images/tldr.svg)
This repository is just that: an ever-growing collection of examples
for the most common UNIX, Linux, macOS, SunOS and Windows command-line tools.
for the most common UNIX, Linux, macOS, SunOS, and Windows command-line tools.
## How do I use it?
@ -69,7 +69,7 @@ For a comprehensive list of clients, head over to our [Wiki](https://github.com/
## How do I contribute?
- Your favourite command isn't covered?
- Your favorite command isn't covered?
- You can think of more examples for an existing command?
All `tldr` pages are kept as Markdown files right here in this repository,
@ -84,12 +84,6 @@ to see the current progress of all translations.
## Similar projects
- [Bro pages (deprecated)](http://bropages.org)
are a highly readable supplement to man pages.
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 best entries are what people see first when they look up a command.
- [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
@ -117,6 +111,12 @@ to see the current progress of all translations.
is an interactive cheatsheet tool, which allows you to browse through
specific examples or complete commands on the fly.
- [bropages (deprecated)](http://bropages.org)
are a highly readable supplement to man pages.
It shows concise, common-case examples for Unix commands.
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.
## What does "tldr" mean?
TL;DR stands for "Too Long; Didn't Read".