πŸ“¦ techouse / alfred-stackoverflow

Search for answers on StackOverflow from Alfred

β˜… 13 stars β‘‚ 1 forks πŸ‘ 13 watching βš–οΈ MIT License
alfredalfred-workflowstackoverflowstackoverflow-api
πŸ“₯ Clone https://github.com/techouse/alfred-stackoverflow.git
HTTPS git clone https://github.com/techouse/alfred-stackoverflow.git
SSH git clone git@github.com:techouse/alfred-stackoverflow.git
CLI gh repo clone techouse/alfred-stackoverflow
Klemen TuΕ‘ar Klemen TuΕ‘ar :bookmark: release v1.1.0 8bfe451 1 years ago πŸ“ History
πŸ“‚ main View all commits β†’
πŸ“ .github
πŸ“ assets
πŸ“ bin
πŸ“„ .env.example
πŸ“„ .gitignore
πŸ“„ build.sh
πŸ“„ build.yaml
πŸ“„ CHANGELOG.md
πŸ“„ demo.gif
πŸ“„ info.plist
πŸ“„ LICENSE
πŸ“„ Makefile
πŸ“„ pubspec.lock
πŸ“„ pubspec.yaml
πŸ“„ README.md
πŸ“„ README.md

StackOverflow Search for Alfred

GitHub release GitHub All Releases GitHub

Search StackOverflow questions using Alfred.

Heavily inspired by deanishe/alfred-stackexchange. :seedling:

demo

Installation

  • Download the latest version
  • Install the workflow by double-clicking the .alfredworkflow file
  • You can add the workflow to a category, then click "Import" to finish importing. You'll now see the workflow listed
in the left sidebar of your Workflows preferences pane.

Usage

Just type so followed by your <query>.

so how to encode an http query in python

Either press ⌘Y to Quick Look the result, or press <enter> to open it in your web browser.

Query syntax

Prefix a word in your <query> with . (full stop) to indicate that it's a tag, e.g requests .python will search for answers tagged python with the query requests.

Note

The search uses the StackExchange Advanced Search API which has a hard limit of 10,000 queries per IP address per day.