mirror of
https://github.com/chubin/cheat.sh.git
synced 2025-01-06 04:16:04 +03:00
Grammer Edit
Extraneous use of commas
This commit is contained in:
parent
18f555a128
commit
2fc67ee13b
12
README.md
12
README.md
@ -47,7 +47,7 @@ specifying the name of the command in the query:
|
||||
```
|
||||
As you can see, you can use both HTTPS and HTTP to access the service, and both the long (cheat.sh) and the short (cht.sh) service names.
|
||||
|
||||
Here `tar`, `curl`, `rsync`, and `tr` are names of the UNIX/Linux commands, you want to get cheat sheets for.
|
||||
Here `tar`, `curl`, `rsync`, and `tr` are names of the UNIX/Linux commands you want to get cheat sheets for.
|
||||
|
||||
If you don't know the name of the command you need, you can search for it using the `~KEYWORD` notation.
|
||||
For example, to see how you can make `snapshots` of a filesystem/volume/something else:
|
||||
@ -74,9 +74,9 @@ To get the list of available programming language cheat sheets, do a special que
|
||||
curl cht.sh/go/:list
|
||||
```
|
||||
|
||||
(almost) each programming language has a special page, named `:learn`,
|
||||
(almost) each programming language has a special page named `:learn`,
|
||||
that describes the language basics (that's a direct mapping from the *"Learn X in Y"* project).
|
||||
It could be a good starting point, if you've just started learning a language.
|
||||
It could be a good starting point if you've just started learning a language.
|
||||
|
||||
If there is no cheat sheet for some programming language query (and it is almost always the case),
|
||||
it is generated on the fly, basing on available cheat sheets and answers on StackOverflow.
|
||||
@ -161,7 +161,7 @@ Read more about the programming languages queries below.
|
||||
|
||||
## Command line client, cht.sh
|
||||
|
||||
The cheat.sh service has its own command line client (`cht.sh`), that,
|
||||
The cheat.sh service has its own command line client (`cht.sh`) that
|
||||
compared to querying the service directly with `curl`,
|
||||
has several useful features:
|
||||
|
||||
@ -256,7 +256,7 @@ Type `help` for other internal `cht.sh` commands.
|
||||
|
||||
The `cht.sh` client has its configuration file which is located at `~/.cht.sh/cht.sh.conf`.
|
||||
Use it to specify query options that you would use with each query.
|
||||
For example, to switch syntax highlighting off, create the file with the following
|
||||
For example, to switch syntax highlighting off create the file with the following
|
||||
content:
|
||||
|
||||
```
|
||||
@ -297,7 +297,7 @@ To activate tab completion support for `cht.sh`, add the `:zsh` script to the *f
|
||||
|
||||
### Stealth mode
|
||||
|
||||
One of the important properties of any real cheat sheet,
|
||||
One of the important properties of any real cheat sheet
|
||||
is that it could be used fully unnoticed.
|
||||
|
||||
cheat.sh can be used completely unnoticed too. The cheat.sh client, `cht.sh`, has
|
||||
|
Loading…
Reference in New Issue
Block a user