Skip to content

Commit

Permalink
Update README with new flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopaganini committed Feb 19, 2024
1 parent 47870d6 commit 6af0316
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,18 @@ Specifies the file or a glob matching more than one file holding the encrypted v

E.g.: Specifying `--input="/backups/aegis/*.json"` (note the quotes) will cause **termotop** to use the latest file named `*.json` in the `/backup/aegis` directory.

**--fzf**

Uses [fzf](https://github.com/junegunn/fzf) to select the desired OTP. The `fzf` binary must be installed on the system.

**--fuzzy**

Without any special options, **termotp** shows a formatted table of your TOTP providers and the calculated tokens. This option shows a simple TUI with a fuzzy selector. Hitting enter on an entry will print the otp to the standard output.

**--plain**

Produces a plain listing of the vault.

**---version**

Just print the current program version (or git commit number) and exit.
Expand Down

0 comments on commit 6af0316

Please sign in to comment.