httpcat v1.0.3
httpcat
httpcat is a fun tool to translate http status codes.
Installation
Start by cloning the repository and then build the project
$ crystal build src/httpcat.cr
When the project has been built move the binary into a folder that is in your $PATH
.
Usage
Open http.cat
$ httpcat -o
$ httpcat --open
Translate status code to text
$ httpcat -c 200
200 OK
$ httpcat --code 200
200 OK
Open status code on http.cat
$ httpcat -c 200 -o
$ httpcat -c 200 --open
$ httpcat --code 200 -o
$ httpcat --code 200 --open
Contributing
- Fork it (https://github.com/henrikac/httpcat/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Henrik Christensen - creator and maintainer
Repository
httpcat
Owner
Statistic
- 2
- 0
- 0
- 0
- 0
- over 1 year ago
- March 21, 2023
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 04:09:30 GMT
Languages