feat(README.md): example usage with syntax highlighting

main
Tom MTT. 1 year ago
parent e3622822fb
commit b58184c509

@ -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`.

Loading…
Cancel
Save