https://github.com/chhsiao90/cheat-ext
https://github.com/chhsiao90/cheat-ext
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chhsiao90/cheat-ext
- Owner: chhsiao90
- License: mit
- Created: 2016-11-11T08:53:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T19:43:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T18:18:16.670Z (6 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cheat-ext
[](https://travis-ci.org/chhsiao90/cheat-ext)
[](https://coveralls.io/github/chhsiao90/cheat-ext?branch=master)
[](https://pypi.python.org/pypi/cheat-ext/)
[](https://pypi.python.org/pypi/cheat-ext/)
An extension of [cheat](https://github.com/chrisallenlane/cheat)
Provide simple methodology to extends cheatsheets## Install
```
pip install cheat-ext
```## Usage
### Download cheatsheets from github
This command will clone github respository to ```~/.cheat/.ext/author_repository```
and will also add symbolic link from ```~/.cheat/cmd``` to ```~/.cheat/.ext/author_repository/cmd``````
# installed cheatsheets from github repository
cheat-ext install chhsiao90/cheatsheets-java
# then use cheat to display the cheatsheet defined in the cheatsheets repository
cheat cmd
```## Available cheatsheets
- [chhsiao90/cheatsheets-java](https://github.com/chhsiao90/cheatsheets-java) : Cheatsheets for Java