Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.4 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.4 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 for that status code.

alfred-http

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

Installation

  • Download the latest release
  • Open finder and doubleclick the HTTP.Statuses.alfredworkflow file

Preparation

You shouldn't need to do this unless you're the author or playing with another hack. 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

Contributing

Check out the contributing guidelines

License

This software is licensed under the MIT licence