Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 689 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 689 Bytes

status

Build 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.