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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 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

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%