Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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