Skip to content

Fast lookup for HTTP status codes, including Cloudflare's 5xx specials.

License

Notifications You must be signed in to change notification settings

d-lord/alfred-http

 
 

Repository files navigation

Alfred HTTP

An Alfred workflow for searching HTTP status codes. The workflow displays the codes along with their reason-phrase (e.g. "Not Found") and a short sentence describing the function of this code.

Hitting return opens a browser window with the proper RFC or Cloudflare docs for that status code.

alfred-http

This is a fork which adds Cloudflare's unique 5XX HTTP codes and some ⚡️ speed ⚡️.

Installation

Open the HTTP.Statuses.alfredworkflow file.

Preparation

You shouldn't need to do this unless you're the author or playing around with modifying the data. This lets you add and edit entries for the List Filter that Alfred uses.

The data lives in a JSON file for ease of editing, but must be re-imported into Alfred as a CSV, so build.py generates that CSV.

python build.py
# this will spit out a CSV and some instructions; follow them

License

This software is licensed under the MIT licence

About

Fast lookup for HTTP status codes, including Cloudflare's 5xx specials.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%