nitrokey-dmenu

Crates.ionitrokey-dmenu
lib.rsnitrokey-dmenu
version0.2.2
sourcesrc
created_at2022-08-21 00:57:45.629833
updated_at2024-03-03 19:49:41.067909
descriptionQuickly fetch passwords from your nitrokey
homepage
repositoryhttps://github.com/rbartlensky/nitrokey-dmenu
max_upload_size
id649563
size63,569
Robert Bartlensky (rbartlensky)

documentation

README

nitrokey-dmenu

A simple binary that you can use to quickly fetch passwords from your nitrokey.

The app will:

  • ask for your nitrokey password
  • unlock your nitrokey and fetch all slot names
  • feed slot names into dmenu
  • get the selected slot and copy your slot's password to the clipboard
  • after 5 seconds, the clipboard is cleared, and the nitrokey is locked

Install

Run cargo install nitrokey-dmenu.

Linking against your system's libnitrokey

Before running cargo install you can set USE_SYSTEM_LIBNITROKEY=1.

Commit count: 18

cargo fmt