Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakuapik/gh-inspire
get inspiration from github cli
https://github.com/lakuapik/gh-inspire
gh-extension
Last synced: 2 months ago
JSON representation
get inspiration from github cli
- Host: GitHub
- URL: https://github.com/lakuapik/gh-inspire
- Owner: lakuapik
- License: mit
- Created: 2021-09-16T12:34:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T04:21:51.000Z (about 2 years ago)
- Last Synced: 2024-08-02T21:02:52.556Z (5 months ago)
- Topics: gh-extension
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-gh-cli-extensions - **inspire** - Get inspiration quotes from github cli. (Fun)
README
# gh inspire
when you feel down, unmotivated, or maybe little tired...
relax...
take and deep breath...
then type `gh inspire`
## installation
```sh
$ gh extension install lakuapik/gh-inspire
```### requirements
1. `jq` https://stedolan.github.io/jq/
2. `shuf` https://www.gnu.org/software/coreutils/manual/html_node/shuf-invocation.html
3. `fold` https://www.gnu.org/software/coreutils/manual/html_node/fold-invocation.html## screenshot
![gh-inspire](https://user-images.githubusercontent.com/20186786/133615225-cc3cce2a-ff85-4907-abb6-40c7b9a61c37.gif)
## credit
* thank you [potherca](https://gist.github.com/Potherca) for this [awesome programming quotes gist](https://gist.github.com/Potherca/5cd28e2a812e5c65c9f7320e0726da18/59ceb3683d6c8898e22ad72208159f8031fe6ba5).
* learn more about github cli extension [here](https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions).