Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kofiasare/status
A command line reference tool for http status codes.
https://github.com/kofiasare/status
Last synced: 26 days ago
JSON representation
A command line reference tool for http status codes.
- Host: GitHub
- URL: https://github.com/kofiasare/status
- Owner: kofiasare
- License: mit
- Created: 2017-06-26T09:48:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T09:03:26.000Z (about 7 years ago)
- Last Synced: 2024-10-30T00:27:51.374Z (2 months ago)
- Language: Go
- Size: 1.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# status
[![Build Status](https://travis-ci.org/kofiasare/status.svg?branch=master)](https://travis-ci.org/kofiasare/status)Status is a simple `HTTP` status code lookup tool written in Go. lookup `HTTP` statuscodes right in your
terminal.# Installation
```go get -u github.com/kofiasare/status```# Usage
A quick lookup$ status -c 200
For details, run with verbose.
$ status -c 200 -v
List all status codes
$ status -a
Get help.
$ status -h
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/kofiasare/status.
The is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).