https://github.com/goronfreeman/alfred-http-status-codes
Alfred workflow to give quick info about HTTP status codes.
https://github.com/goronfreeman/alfred-http-status-codes
Last synced: about 1 year ago
JSON representation
Alfred workflow to give quick info about HTTP status codes.
- Host: GitHub
- URL: https://github.com/goronfreeman/alfred-http-status-codes
- Owner: goronfreeman
- Created: 2015-04-30T17:49:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-03T20:19:35.000Z (about 11 years ago)
- Last Synced: 2025-04-03T12:52:20.426Z (about 1 year ago)
- Language: Ruby
- Size: 205 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alfred-http-status-codes

Use Alfred search to get quick info about HTTP status codes, and hit enter to get taken to more in-depth information about each code.
**[Download][releases]**
## How to use
To invoke **alfred-http-status-codes**, simply type `http` followed by the status code you would like more information about. The workflow will intelligently filter the status codes as you type, so if you enter `http 2`, **alfred-http-status-codes** will display all 200 status codes, along with their name, and a brief description. You can also search for status codes by name, so entering `http continue` will return `100: Continue`. If you would like more in-depth information about a particular status code, simply hit `enter` to be taken to the W3C page about that status code.
## Credits
Thank you to:
* [konapun] for his [autocomplete] library and the project mascot
* [lrrfantasy] for his [alfred-feedback-xml-generation][xml] library
* Icon made by [Freepik] from [www.flaticon.com][flaticon]
* [Stephanie Hoogerwerf][stephanie] for icon tweaks
[releases]: https://github.com/goronfreeman/alfred-http-status-codes/releases
[konapun]: https://github.com/konapun
[autocomplete]: https://github.com/konapun/autocomplete
[lrrfantasy]: https://github.com/lrrfantasy
[xml]: https://github.com/lrrfantasy/alfred-feedback-xml-generation
[freepik]: http://www.freepik.com
[flaticon]: http://www.flaticon.com
[stephanie]: http://stephaniehoogerwerf.com/
