https://github.com/akabiru/hscode
📘🖥 A command line reference tool for http status codes.
https://github.com/akabiru/hscode
cli gem http-status-code lookup
Last synced: 6 months ago
JSON representation
📘🖥 A command line reference tool for http status codes.
- Host: GitHub
- URL: https://github.com/akabiru/hscode
- Owner: akabiru
- License: mit
- Created: 2016-10-31T17:51:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T02:20:24.000Z (about 4 years ago)
- Last Synced: 2025-04-14T06:12:38.578Z (6 months ago)
- Topics: cli, gem, http-status-code, lookup
- Language: Ruby
- Homepage: https://akabiru.github.io/hscode/
- Size: 61.5 KB
- Stars: 31
- Watchers: 2
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://codebeat.co/projects/github-com-akabiru-hscode) [](https://gemnasium.com/github.com/akabiru/hscode) [](http://inch-ci.org/github/akabiru/hscode) [](https://coveralls.io/github/akabiru/hscode?branch=master) [](https://travis-ci.org/akabiru/hscode) [](https://badge.fury.io/rb/hscode)
# Hscode
Hscode is a simple `HTTP` status code lookup tool. Lookup that status code at the comfort of your own terminal.😎
## Installation
Install it yourself as:
$ gem install hscode
Or Add this line to your application's Gemfile:
```ruby
gem 'hscode'
```And then execute:
$ bundle
## Usage
Run a quick lookup
$ hscode -c 200
For a more comprehensive description, run verbosely.
$ hscode -c 200 -v
List all status codes
$ hscode -l
In case you forget something; run help.
$ hscode -h
## Screencast
[](https://asciinema.org/a/9vjzetmxefd86dxymbr969et2)## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/akabiru/hscode. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).