Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Update README with new options
Browse files Browse the repository at this point in the history
  • Loading branch information
evilhamsterman committed May 27, 2016
1 parent f8075b5 commit 58f9500
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ For example:

For a all registered services

`iotp get`
`iotp get [-cCr]`

For a specific service

`iotp get [-c] <service>`
`iotp get [-cCr] <service>`

Using `-c` will copy the code to the clipboard. This requires installing the `xclip` app on Linux/\*BSD, Windows and Mac have not extra requirements.
By default a countdown bar will display the remaining seconds the TOTP is valid.
* `-c` will copy the code to the clipboard. This requires installing the `xclip` app on Linux/\*BSD, Windows and Mac have no extra requirements.
* `-C` will prevent the countdown from displaying.
* `-r` will repeat the TOTP after the countdown is over for the number specified.

For example:

Expand Down

0 comments on commit 58f9500

Please sign in to comment.