Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justchokingaround/chokegenerator
https://github.com/justchokingaround/chokegenerator
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/justchokingaround/chokegenerator
- Owner: justchokingaround
- License: gpl-3.0
- Created: 2022-05-11T22:40:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T19:10:48.000Z (over 2 years ago)
- Last Synced: 2023-03-07T03:47:39.957Z (over 1 year ago)
- Language: Shell
- Size: 19.3 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```sh
curl -sL github.com/justchokingaround/chokegenerator/raw/main/chokegenerator -o /usr/local/bin/chokegenerator &&
chmod +x /usr/local/bin/chokegenerator
```In case it says `shuf: command not found` on Mac OS, use homebrew to install coreutils:
```sh
brew install coreutils
```