mirror of
https://github.com/cheat/cheat.git
synced 2025-12-09 17:03:59 +01:00
Add travis build badge
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
cheat
|
cheat
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
[](https://travis-ci.com/cheat/cheat)
|
||||||
|
|
||||||
`cheat` allows you to create and view interactive cheatsheets on the
|
`cheat` allows you to create and view interactive cheatsheets on the
|
||||||
command-line. It was designed to help remind \*nix system administrators of
|
command-line. It was designed to help remind \*nix system administrators of
|
||||||
options for commands that they use frequently, but not frequently enough to
|
options for commands that they use frequently, but not frequently enough to
|
||||||
@@ -22,7 +25,7 @@ cheat tar
|
|||||||
You will be presented with a cheatsheet resembling the following:
|
You will be presented with a cheatsheet resembling the following:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# To extract an uncompressed archive:
|
# To extract an uncompressed archive:
|
||||||
tar -xvf '/path/to/foo.tar'
|
tar -xvf '/path/to/foo.tar'
|
||||||
|
|
||||||
# To extract a .gz archive:
|
# To extract a .gz archive:
|
||||||
|
|||||||
Reference in New Issue
Block a user