https://github.com/royalicing/plz
A CLI for common developer queries
https://github.com/royalicing/plz
Last synced: 11 months ago
JSON representation
A CLI for common developer queries
- Host: GitHub
- URL: https://github.com/royalicing/plz
- Owner: RoyalIcing
- License: apache-2.0
- Created: 2019-12-13T08:58:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T11:02:57.000Z (over 6 years ago)
- Last Synced: 2025-04-26T07:59:00.589Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plz
A CLI for common developer queries
```shell
> plz http 408
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/408
https://httpstatuses.com/408
```
```shell
> plz jsonrpc
https://www.jsonrpc.org/specification
```
```shell
> plz http2
https://tools.ietf.org/html/rfc7540
```
```shell
> plz aria
https://www.w3.org/TR/wai-aria/
https://www.w3.org/TR/wai-aria-practices/
https://www.w3.org/TR/html-aria/
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA
```
## Install
```shell
brew install RoyalIcing/plz/plz
```
```shell
go get -u github.com/RoyalIcing/plz
```