Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chhsiao90/cheat-ext
https://github.com/chhsiao90/cheat-ext
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chhsiao90/cheat-ext
- Owner: chhsiao90
- License: mit
- Created: 2016-11-11T08:53:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T19:43:40.000Z (about 1 year ago)
- Last Synced: 2024-12-19T05:38:07.098Z (16 days 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
[![Build Status](https://travis-ci.org/chhsiao90/cheat-ext.svg?branch=master)](https://travis-ci.org/chhsiao90/cheat-ext)
[![Coverage Status](https://coveralls.io/repos/github/chhsiao90/cheat-ext/badge.svg?branch=master)](https://coveralls.io/github/chhsiao90/cheat-ext?branch=master)
[![PyPI](https://img.shields.io/pypi/v/cheat-ext.svg)](https://pypi.python.org/pypi/cheat-ext/)
[![PyPI](https://img.shields.io/pypi/dm/cheat-ext.svg)](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