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.
This is a fork which adds Cloudflare's unique 5XX HTTP codes and some ⚡️ speed ⚡️.
Open the HTTP.Statuses.alfredworkflow
file.
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
This software is licensed under the MIT licence