Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.2 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.2 KB

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