GitXplorerGitXplorer
d

fzf-nitro

public
0 stars
0 forks
1 issues

Commits

List of commits on branch main.
Verified
27bb97d947b5960bfdf493d8f6e8003ad571ec88

Add access of OTP via dmenu

ddariusjonda committed 3 years ago
Verified
369e1edffecdd0eb041c58ac4c41f621cb02f436

Redirect stdtout and stderr to /dev/null to hide OK msg

ddariusjonda committed 3 years ago
Verified
3600944e1a076b2ccbac761091535112053526ac

Fix README

ddariusjonda committed 3 years ago
Verified
6e04be711b305bfb561792c0f42ddff88d205f1f

Merge branch 'hotfix/killscd#2'

ddariusjonda committed 3 years ago
Verified
0ceb0a7372645fa1ce35e7761cb7b341f9e1cae0

Update README by including prerequisites

ddariusjonda committed 3 years ago
Verified
b884a73d9d4ef5ced727a9520902bbb7d6627eb6

Call scdkill function after each nitrocli operation

ddariusjonda committed 3 years ago

README

The README file for this repository.

fzf-nitro

fzf-nitro is a simple combination of nitrocli and fzf to make requesting otps / pws that are stored on a nitrokey a little easier.

Installation

Prerequisites:
in order to use this script the following applications need to be installed:

Installation:
just clone the repo and use the make utility:

git clone https://github.com/dariusjonda/fzf-nitro.git
cd fzf-nitro
make install

fzf-nitro should now be installed in ~/.local/bin/nitro

Usage

  • nitro otp to open fzf with all OTPs.
  • nitro pws to open fzf with all PWs.
  • nitro update to update cached OTPs / PWs.