Skip to content

yrocq/alfred-homepage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alfred Homepage workflow

Screenshot

An Alfred workflow to open bookmarks and services links from a Homepage Instance.

Yes, there is a downloadable release.

Usage

  • Open workflow in Alfred
  • Provide your Homepage instance URL in configuration dialog
  • Use h keyword + space + optional filter string
  • Preview the URL by pressing cmd key on an entry
  • Press Enter to open the URL in your browser

Local development

This workflow is based on a homepage command, written in Rust language. It uses GNU Make as a build tool.

Prerequisites

  • Xcode
  • Rust environment

Build a release

At the root of the alfred-homepage directory, type:

make package

The workflow will be available in the workflow/package directory. The homepage command is an universal binary. It can run on Intel or Apple chips.