aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Rename numlock, capslock, scrollock optionsnitrokey-v0.8.0Robin Krahl2020-10-02
* Remove DeviceModel::as_user_facing_strRobin Krahl2020-10-02
* Support Librem KeyRobin Krahl2020-10-02
* Update nitrokey to v0.8.0Robin Krahl2020-10-02
* Add the --progress option to the fill commandRobin Krahl2020-09-20
* Show progress bar in fill outputRobin Krahl2020-09-12
* Add is_tty field to ContextRobin Krahl2020-09-12
* Add fill command to overwrite SD cardRobin Krahl2020-09-12
* Print SD card usage in Storage statusRobin Krahl2020-09-11
* Rename device path to USB path in list outputRobin Krahl2020-09-09
* Add --usb-path option to select deviceRobin Krahl2020-09-09
* Add test cases for new connection logicRobin Krahl2020-09-07
* fixup! Refactor connection handlingDaniel Mueller2020-09-07
* fixup! Add --serial-number optionDaniel Mueller2020-09-07
* fixup! Refactor connection handlingDaniel Mueller2020-09-07
* fixup! Refactor connection handlingDaniel Mueller2020-09-07
* Add --serial-number optionRobin Krahl2020-09-07
* Fail if multiple matching devices are attachedRobin Krahl2020-09-07
* Refactor connection handlingRobin Krahl2020-09-07
* Introduce builder-inspired way for configuring Nitrocli instanceDaniel Mueller2020-08-24
* Remove Nitrocli::model methodDaniel Mueller2020-09-05
* Adjust copyright & license specification to comply with REUSE 3.0Daniel Mueller2020-09-02
* Adjust copyright string to refer to The Nitrocli DevelopersDaniel Mueller2020-09-01
* Add Context::from_env constructorRobin Krahl2020-09-05
* Merge ExecCtx and RunCtx into ContextRobin Krahl2020-09-05
* Remove Stdio traitDaniel Mueller2020-09-03
* Add --no-cache option to bypass PIN cacheRobin Krahl2020-09-05
* Add config test case and example config fileRobin Krahl2020-09-05
* Use standard configuration file locationsRobin Krahl2020-09-05
* Use envy to parse environment variables for ConfigRobin Krahl2020-09-05
* Implement configuration handlingRobin Krahl2020-09-05
* Remove warning for missing_copy_implementations lintDaniel Mueller2020-09-01
* Remove application global Result definitionDaniel Mueller2020-08-31
* Remove no longer used error moduleDaniel Mueller2020-08-31
* Remove no longer necessary msg parameter from try_with_* functionsDaniel Mueller2020-08-29
* Use anyhow for error handlingDaniel Mueller2020-08-28
* Refrain from using Error::Error variant in pinentry testsDaniel Mueller2020-07-09
* Remove UnwrapError test traitDaniel Mueller2020-07-09
* Remove unwrap_lib_err method from UnwrapError test traitDaniel Mueller2020-07-09
* Remove unwrap_str_err method from UnwrapError test traitDaniel Mueller2020-07-08
* Change default OTP format to base32Daniel Mueller2020-07-07
* Correctly use doc comments in macrosDaniel Mueller2020-07-03
* Rename arg_defs.rs to args.rsDaniel Mueller2020-04-11
* Merge remaining bits of args.rs into main.rsDaniel Mueller2020-04-11
* Merge config_set function into commands.rsDaniel Mueller2020-04-11
* Merge otp_set function into commands.rsDaniel Mueller2020-04-10
* Move dependencies to args and commands modules into generated codeDaniel Mueller2020-04-04
* Remove dependency on crate::Error from arg_defsDaniel Mueller2020-04-04
* Move PinType type into arg_defs moduleDaniel Mueller2020-04-02
* Factor out arg_defs.rs for argument parsing related typesDaniel Mueller2020-04-01