feat(README.md): example usage with syntax highlighting
This commit is contained in:
parent
e3622822fb
commit
b58184c509
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -74,6 +74,18 @@ $ curl https://bin.heimdall.pm/efgh
|
|||
...
|
||||
```
|
||||
|
||||
If you want syntax highlighting on your pastes, you can use `bat`, a
|
||||
cat clone with syntax highlighting features. Simply `curl` your paste
|
||||
and pipe it to `bat` with the language used.
|
||||
|
||||
```console
|
||||
$ curl https://bin.heimdall.pm/efgh | bat -l c
|
||||
/*
|
||||
* feuille.c
|
||||
* Main source file.
|
||||
...
|
||||
```
|
||||
|
||||
Want to push the concept further? You can send encrypted files, too!
|
||||
You'll need `gpg` for this. `-c` means encryption using a password,
|
||||
`-ao tmp.pgp` means ASCII output to file `tmp.pgp`.
|
||||
|
|
Reference in a new issue