Skip to content

magnickolas/alfred_pass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alfred pass workflow

Alfred workflow utilities for pass password manager.

Prerequisites

Quickstart

Download pass.alfredworkflow from the latest release and open it.

In Alfred bar type:

  • pass <query> searches for a password (the list will be sorted in ad-hoc relevancy order) and types it to the currently focused window. pass-copy <query> copies to clipboard instead.
  • pass-otp <query> same as above but types the attached one-time password. pass-otp-copy <query> copies instead.
  • pass-gen <arg ...> wraps pass generate <arg ...> and then types the generated password. pass-gen-copy <arg ...> copies instead.

Build from source

Requirements:

  • Git
  • GNU Make
  • Go 1.16+
  • Xcode 12.2+

Run the following commands:

git clone https://github.com/magnickolas/alfred_pass
cd alfred_pass
make

This builds the workflow (universal for both x86_64 and arm64 architectures) in the repo's directory.