All Projects → deanishe → Alfred Stackexchange

deanishe / Alfred Stackexchange

Licence: mit
Search StackOverflow.com from Alfred

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Alfred Stackexchange

Alfred Ssh
SSH workflow for Alfred for Mac with powerful hostname expansion/completion
Stars: ✭ 78 (-76.72%)
Mutual labels:  alfred, alfred-workflow, workflow
alfred-latex-symbols-workflow
🔎 Alfred 3-4 workflow to search for latex symbol commands
Stars: ✭ 33 (-90.15%)
Mutual labels:  alfred, workflow, alfred-workflow
Deepl Alfred Workflow2
DeepL Alfred Workflow
Stars: ✭ 93 (-72.24%)
Mutual labels:  alfred, alfred-workflow, workflow
Alfred Man
man(1) workflow for Alfred
Stars: ✭ 21 (-93.73%)
Mutual labels:  alfred, alfred-workflow, workflow
alfred-microsoft-onenote-navigator
Use Alfred to browse through your Microsoft OneNote notebooks, section groups and sections and then jump to them instantly.
Stars: ✭ 52 (-84.48%)
Mutual labels:  alfred, workflow, alfred-workflow
Alfred Time
Start and stop tracking time with Toggl, Harvest, Everhour or Clockify through Alfred 4
Stars: ✭ 65 (-80.6%)
Mutual labels:  alfred, alfred-workflow, workflow
Alfy
Create Alfred workflows with ease
Stars: ✭ 2,232 (+566.27%)
Mutual labels:  alfred, alfred-workflow, workflow
Alfred Reddit
Browse Reddit from Alfred
Stars: ✭ 155 (-53.73%)
Mutual labels:  alfred, alfred-workflow, workflow
alfred-mailto
Send emails to recipients and groups from Alfred
Stars: ✭ 59 (-82.39%)
Mutual labels:  alfred, workflow, alfred-workflow
Alfred Workflow
Full-featured library for writing Alfred 3 & 4 workflows
Stars: ✭ 2,622 (+682.69%)
Mutual labels:  alfred, alfred-workflow, workflow
Alfred Iconfinder Search
Alfred 3 workflow for Iconfinder instant search
Stars: ✭ 14 (-95.82%)
Mutual labels:  alfred, alfred-workflow, workflow
alfred-relative-dates
Alfred workflow to generate relative dates in different locales
Stars: ✭ 30 (-91.04%)
Mutual labels:  alfred, workflow, alfred-workflow
Alfred Unicode
Preview Unicode characters and emoji in Alfred
Stars: ✭ 23 (-93.13%)
Mutual labels:  alfred, alfred-workflow, workflow
Alfred Open With Vscode Workflow
Alfred 3 workflow for opening files or folders in Visual Studio Code.
Stars: ✭ 74 (-77.91%)
Mutual labels:  alfred, alfred-workflow, workflow
Awgo
Go library for Alfred 3 + 4 workflows
Stars: ✭ 556 (+65.97%)
Mutual labels:  alfred, alfred-workflow, workflow
Alfred Fakeum
Generate fake test data in Alfred
Stars: ✭ 195 (-41.79%)
Mutual labels:  alfred, alfred-workflow, workflow
AlfredWorkflows
My workflow creations for Alfred on macOS.
Stars: ✭ 55 (-83.58%)
Mutual labels:  alfred, workflow, alfred-workflow
Alfred My Mind
Alfred workflow to search through my notes and bookmarks
Stars: ✭ 321 (-4.18%)
Mutual labels:  alfred, alfred-workflow, workflow
Hue Alfred Workflow
An Alfred workflow for controlling Philips Hue lights.
Stars: ✭ 304 (-9.25%)
Mutual labels:  alfred, alfred-workflow
Alfred Bear
Alfred 3 workflow to create and search notes in Bear.
Stars: ✭ 319 (-4.78%)
Mutual labels:  alfred, alfred-workflow

StackExchange Search for Alfred

Search for answers on StackExchange sites from Alfred 4+.

Download

Get StackExchange for Alfred from GitHub releases.

Usage

The main action (keyword stack) shows a list of all StackExchange sites. Choose one to search it.

There is also a search for StackOverflow.com configured (keyword .so), but it is easy to add searches for your own favourite StackExchange sites.

  • stack [<query>] — Choose a StackExchange site to search.
    • — Select site
    • ⌘↩ — Set as default site
    • ⌥↩ — Reveal site icon in Finder
    • ⌘C — Copy site ID to clipboard (for adding Script Filters)
  • .so <query> — Search StackOverflow.com for <query>. See below for syntax.
    • or ⌘+NUM — Open result in default browser
    • ⌘L — Show full question title in Alfred's Large Text window

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.

Results

Answered questions will be shown first in the list of results (and have a green check mark on their icon).

Adding custom searches

You can easily add your own searches for specific sites by adding your own Script Filter with the following Script:

/usr/bin/python so.py search --site <siteid> "$1"

The easiest way to do this is to make and edit a copy of the built-in StackOverflow.com search.

To get a site ID, use the site search (keyword stack) and hit ⌘C on the desired site to copy its ID to the clipboard.

You can also use ⌥↩ on a site to reveal its icon in Finder.

Licensing, thanks

This workflow is released under the MIT Licence.

It is heavily based on Alfred-Workflow, also MIT-licensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].