Giter VIP home page Giter VIP logo

passhud's Introduction

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: /

passhud's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

passhud's Issues

No entries found

Hi,

I installed Pass from brew in version 1.7.4 on macOS 12.1 but nothing appears.

pass is of course fully functional on my setup.

I checked that PassHUD was opening pass by tracing the .sh file and it's ok.

Nothing happens in terminal with this command:

$ /Applications/PassHUD.app/Contents/MacOS/PassHUD

I checked that everything was fine until the output of cmd_find in pass and it seems to be the case: everything is fine.

This suggests to me that there may be a problem with the pass output parser of PassHUD.

Thanks in advance if you can take a look.

PassHud does not show any records

No Records are shown on opening PassHud

I installed pass (manually / without homebrew) in /usr/local/password-manager in the normal bin, lib folders.
PassHud is installed via the dmg file verion 0.2.0.

What's the expected result?

I expect that on opening PassHud with the short key cmd + / to open and show any result on typing a record name.

What's the actual result

PassHud does open and shows an empty application (screenshot 1)
When typing a record name no results are shown.

I opened PassHud in terminal and does not show any errors, but also no results (screenshot 2)

Config file ~/.PassHUD

version: 1
pass:
  commandPath: /usr/local/password-store/bin/pass

Location of password store ~/.password-store

If you need any more information, please let me know.

  • screenshot 1
    screenshot-1

  • screenshot 2
    screenshot-2

PassHUD does not start

Hi,

I downloaded the App using the releases page, unzipped it and tried to start it. Unfortunately, it does not start but says

You can't open the application "PassHUD.app" because it may be damaged or incomplete.

RFE: Copy user on CMD + /

It would be awesome if you can add the possibility to copy the user / username field from a password file. This makes a lot of sense if you don't want to use a browser plugin, which might be a security concern in some cases.
What do you say ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.