arbal / hyper-seek

Alfred workflow that shows inline search results, without a keyword.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyper Seek

Alfred workflow that shows inline search results, without a keyword.

Showcase image

Table of Contents

Features

  • Inline Search Results, similar to Spotlight on iOS.
  • Results without a keyword. Results are always shown alongside your other keywords.
  • Multi-Selection of URLs to open.
  • Global Search Hotkey: Search for terms, open URLs, write mails, etc.
  • Add link to selected text: Turns selected text into a Markdown link.

Installation

  1. ➡️ Download the latest release of the workflow.
  2. Add this workflow as fallback search.

An earlier version of this workflow required ddgr. However, ddgr is not required anymore.

Auto-Update
Due to the nature of this workflow, it is not going to be submitted to the Alfred Gallery. Therefore, the workflow includes its own auto-update function.

Usage

Inline results

Typing anything in Alfred shows inline search results. You do not need to use a keyword.

  • : Search for the query term, or open result.
  • : Copy URL to clipboard.
  • (hold): Show full URL.
  • (hold): Show preview text of search result.

Note

In the Alfred Advanced Settings, set to Action all visible results. This allows you to open all search results at once.

Global search hotkey

Configure the hotkey to be able to search for any selection. The resulting action depends on the type of text selected:

  • file path → reveal file in Finder
  • directory path → open directory in Finder
  • URL → open in default browser
  • eMail → send eMail to that address in your default mail app
  • Some other text → search for selection & open first search result (I'm feeling lucky)

Add link to selection

Configure another hotkey to turn selected text into a Markdown link, with the URL of the first search result for that text as URL of the Markdown link. This feature is essentially a simplified version of Brett Terpstra's SearchLink.

License

  • ddgr is included in this project and licensed under GNU GPL v3.
  • Hyper Seek is licensed under the MIT License.

Credits

About Me
In my day job, I am a sociologist studying the social mechanisms underlying the digital economy. For my PhD project, I investigate the governance of the app economy and how software ecosystems manage the tension between innovation and compatibility. If you are interested in this subject, feel free to get in touch.

Profiles

Buy Me a Coffee

Buy Me a Coffee at ko-fi.com

About

Alfred workflow that shows inline search results, without a keyword.

License:MIT License


Languages

Language:JavaScript 58.1%Language:Shell 37.7%Language:Makefile 4.2%