nitrocli icon indicating copy to clipboard operation
nitrocli copied to clipboard

A command line tool for interacting with Nitrokey devices.

Results 24 nitrocli issues
Sort by recently updated
recently updated
newest added

The extension mechanism and our bundled extension , `otp-cache`, is currently a bit hard to discover. We should mention it in the readme and refer to the man page for...

Google Authenticator introduced the [`otpauth` URI scheme](https://github.com/google/google-authenticator/wiki/Key-Uri-Format) to share OTP data (secret, OTP algorithm, HOTP counter, TOTP time window, issuer, …). A minimal example: ``` otpauth://totp/Example:[email protected]?secret=JBSWY3DPEHPK3PXP ``` A complete example:...

help wanted
extension

As far as I see nitrocli doesn't support enabling firmware update mode for Nitrokey Storage. It would be great if nitrocli supports such. Afterwards users could perform firmware update by...

enhancement
help wanted
extension

Executing all CI checks locally is currently non-trivial. What do you think about moving the `cargo build`, `cargo clippy` and `cargo fmt` invocations to the Makefile to make it easier...

This PR is intended to demonstrate the effects of the proposed changes for nitrokey-rs v0.10.0 on nitrocli and eventually update nitrocli to use that version once it is released.

Current status: - 2021-12-10: compiles with clap 3.0.0 and should already work quite well To do: - [ ] double-check extension handling - [ ] check version output and test...

Finally, the first release candidate for clap 3.0.0 is available. structopt will not be updated for clap 3.0.0 (https://github.com/TeXitoi/structopt/issues/516), so it will not receive any new features, and we were...

First of all, thanks for your great work! I wrote an extension to make [aws-vault](https://github.com/99designs/aws-vault/) work with the latest nitrocli dev version using otp-cache. It automatically calls `nitrocli otp-cache`and uses...

Here is what a certain page of the manual currently looks like: ![pdf](https://user-images.githubusercontent.com/6610056/95018182-e2d94580-0612-11eb-915d-ff666e944390.png) To me, it's confusing and actively wrong to hyphenate "code snippets" (whatever you may call them) the...

bug
help wanted

Currently, we describe three installation methods in the readme: distribution packages, from crates.io and from source. As we don’t really like `cargo install`, should we really mention it in the...