Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliverkwebb/cheat
Offline interface for cheat.sh
https://github.com/oliverkwebb/cheat
Last synced: 18 days ago
JSON representation
Offline interface for cheat.sh
- Host: GitHub
- URL: https://github.com/oliverkwebb/cheat
- Owner: oliverkwebb
- License: 0bsd
- Created: 2023-08-03T02:26:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-26T00:26:15.000Z (4 months ago)
- Last Synced: 2024-10-13T14:16:57.394Z (about 1 month ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cheat - show use cases of a command
---cheat is a POSIX shell script designed to replicate [cheat.sh][2] in a
offline manner.---
How to...
- Install cheat
```
git clone https://www.github.com/oliverkwebb/cheat && ./cheat/cheat -u
```
- Update page database for cheat
```
cheat -u
```
- Show use cases of `rsync`
```
cheat rsync
```
- View guide on learning `awk`
```
cheat learn-awk
```
- Open page on `cpio` from source tldr
```
cheat -d tldr cpio
```
- Print use cases of `cut` to stdout, colorized
```
cheat -c cut
```
- Print use cases of `tar`, uncolorized
```
cheat -tc tar
```
---
See Also:\
[Bash Oneliner][1]\
[cheat.sh][2]Page Sources: (These account for 96.6% of the pages on cheat.sh)\
[Learn X in Y Minutes][3]\
[tldr][4]\
[cheat.sheets][5]\
[cheat][6][1]: https://onceupon.github.io/Bash-Oneliner/
[2]: https://github.com/chubin/cheat.sh
[3]: https://learnxinyminutes.com/
[4]: https://tldr.sh
[5]: https://github.com/chubin/cheat.sheets
[6]: https://github.com/cheat/cheat