All Projects → mnussbaum → PassHUD

mnussbaum / PassHUD

Licence: MIT license
A HUD-style interface for pass on macOS

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to PassHUD

gpgpwd
Moved to GitLab
Stars: ✭ 22 (-29.03%)
Mutual labels:  password-manager, password, password-store
gnome-pass-search-provider
Pass password manager search provider for gnome-shell
Stars: ✭ 52 (+67.74%)
Mutual labels:  password-manager, pass, password-store
pass-audit
A pass extension for auditing your password repository.
Stars: ✭ 71 (+129.03%)
Mutual labels:  password-manager, password, pass
Rooster
The simple password manager for geeks, built with Rust.
Stars: ✭ 106 (+241.94%)
Mutual labels:  password-manager, password, password-store
Pass Import
A pass extension for importing data from most of the existing password manager.
Stars: ✭ 412 (+1229.03%)
Mutual labels:  password-manager, password, password-store
OormiPass
Free open source cross platform password manager
Stars: ✭ 50 (+61.29%)
Mutual labels:  password-manager, password, password-store
Pass Update
A pass extension that provides an easy flow for updating passwords.
Stars: ✭ 191 (+516.13%)
Mutual labels:  password-manager, password, password-store
Buttercup Core
🎩 The mighty NodeJS password vault
Stars: ✭ 340 (+996.77%)
Mutual labels:  password-manager, password, password-store
Strongbox
A KeePass/Password Safe Client for iOS and OS X
Stars: ✭ 586 (+1790.32%)
Mutual labels:  password-manager, password, password-store
keevault
Kee Vault is a password manager for your web browser. Password databases (Vaults) are encrypted using the KeePass storage format before being sent to a remote server for synchronisation across any modern device/browser
Stars: ✭ 57 (+83.87%)
Mutual labels:  password-manager, password, password-store
Gopass Ui
gopass CLI + UI = visual cross-platform password manager for teams
Stars: ✭ 147 (+374.19%)
Mutual labels:  password-manager, password-store
Android Password Store
Android application compatible with ZX2C4's Pass command line application
Stars: ✭ 1,912 (+6067.74%)
Mutual labels:  password-manager, password-store
Pass Winmenu
An easy-to-use Windows interface for pass
Stars: ✭ 160 (+416.13%)
Mutual labels:  password-manager, password-store
Authorizer
Authorizer is a Password Manager for Android. It emulates an HID keyboard over USB and enters your credentials on your target device. Additionally it supports OTP 🔑📴
Stars: ✭ 172 (+454.84%)
Mutual labels:  password-manager, password-store
Buttercup Browser Extension
🌏 Buttercup browser extension
Stars: ✭ 164 (+429.03%)
Mutual labels:  password-manager, password-store
Keepassxc
KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
Stars: ✭ 11,623 (+37393.55%)
Mutual labels:  password-manager, password
Python Scripts
Collection of Various Python Script's.💻
Stars: ✭ 195 (+529.03%)
Mutual labels:  password-manager, password
Keeweb
Free cross-platform password manager compatible with KeePass
Stars: ✭ 10,587 (+34051.61%)
Mutual labels:  password-manager, password
Gopassbridge
A web extension for firefox and chrome to insert login credentials from gopass
Stars: ✭ 182 (+487.1%)
Mutual labels:  password-manager, password
Nitrokey App
Nitrokey's Application (Win, Linux, Mac)
Stars: ✭ 210 (+577.42%)
Mutual labels:  password-manager, password-store

PassHUD

A HUD-style fuzzy-finder interface for zx2c4's pass on macOS. Copies passwords to clipboard. Depends on pass being installed and configured.

Screenshot

Usage

Run the PassHUD application, then open PassHUD's window by clicking its lock menu bar icon, or by using its default keyboard shorcut of + /.

PassHUD fuzzy-finds passwords as you type. Click passwords to copy them to the clipboard or just hit Enter once the password is highlighted. PassHUD keeps recently used passwords at the top of the list for easy access.

Passwords are written to the clipboard directly by pass and are never seen by PassHUD. Default pass clipboard clearing behavior applies.

Installation

Download and install the latest release from a DMG on the releases page.

Configuration

PassHUD can be configured with an optional config file that can be created at one of the following paths:

  • ~/.PassHUD
  • ~/.config/PassHUD/config

The config file is YAML and can set environment variables for PassHUD's execution of pass, and an optional path to pass itself. If a path isn't provided pass must be on the $PATH. All fields in the config are optional. Here's an exhaustive example config file:

---
version: 1

pass:
  commandPath: ~/a/non/default/path/to/pass
  env:
    - name: PASSWORD_STORE_DIR
      value: ~/a/non/default/password/store/path

# This example registers two arbitrary hot keys. Valid modifiers are: "cmd",
# "ctrl", "opt" and "shift"
hotKeys:
  - modifiers:
      - cmd
      - shift
    key: \
  - modifiers:
      - cmd
    key: /
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].