README: replace animation with PNG for accessibility (#8720)
* readme: replace animation with png for accessibility * readme: suggestion, include shell output * readme: Fix suggestion * readme: use console for markdown fence * readme: Tar example verbage * cleanup: update assets, add support for themes Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * cleanup: drop page expansions Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
10
README.md
10
README.md
@@ -27,19 +27,23 @@ to traditional [man pages](https://en.wikipedia.org/wiki/Man_page).
|
||||
|
||||
Maybe you're new to the command-line world? Perhaps you're just a little rusty or can't always recall the arguments for commands like `lsof`, or `tar`?
|
||||
|
||||
It certainly doesn't help that the first option explained in `man tar` is:
|
||||
It certainly doesn't help that, in the past, the first option explained in `man tar` was:
|
||||
|
||||
```
|
||||
```console
|
||||
$ man tar
|
||||
...
|
||||
-b blocksize
|
||||
Specify the block size, in 512-byte records, for tape drive I/O.
|
||||
As a rule, this argument is only needed when reading from or writing to tape drives,
|
||||
and usually not even then as the default block size of 20 records (10240 bytes) is very common.
|
||||
...
|
||||
```
|
||||
|
||||
There seems to be room for simpler help pages, focused on practical examples.
|
||||
How about:
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
This repository is just that: an ever-growing collection of examples
|
||||
for the most common UNIX, Linux, macOS, SunOS, Android and Windows command-line tools.
|
||||
|
Reference in New Issue
Block a user