magnickolas / alfred_pass

Alfred workflow for pass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Alfred workflow for pass

License:MIT License


Languages

Language:Go 50.8%Language:Shell 39.2%Language:Makefile 10.0%