index
:
mirrors/nitrocli
devel
devel-20210110
master
pull-request/status
topic/extensions
topic/gentoo-packaging
topic/otp-cache
topic/test
A command line tool for interacting with Nitrokey devices (GitHub mirror)
Robin Krahl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Introduce builder-inspired way for configuring Nitrocli instance
Daniel Mueller
2020-08-24
*
Remove Nitrocli::model method
Daniel Mueller
2020-09-05
*
Adjust copyright & license specification to comply with REUSE 3.0
Daniel Mueller
2020-09-02
*
Adjust copyright string to refer to The Nitrocli Developers
Daniel Mueller
2020-09-01
*
Add Context::from_env constructor
Robin Krahl
2021-01-10
*
Merge ExecCtx and RunCtx into Context
Robin Krahl
2021-01-10
*
Remove Stdio trait
Daniel Mueller
2020-09-03
*
Add --no-cache option to bypass PIN cache
Robin Krahl
2021-01-10
*
Add config test case and example config file
Robin Krahl
2021-01-10
*
Use standard configuration file locations
Robin Krahl
2021-01-10
*
Use envy to parse environment variables for Config
Robin Krahl
2021-01-10
*
Implement configuration handling
Robin Krahl
2021-01-10
*
Remove warning for missing_copy_implementations lint
Daniel Mueller
2020-09-01
*
Remove application global Result definition
Daniel Mueller
2020-08-31
*
Remove no longer used error module
Daniel Mueller
2020-08-31
*
Remove no longer necessary msg parameter from try_with_* functions
Daniel Mueller
2020-08-29
*
Use anyhow for error handling
Daniel Mueller
2020-08-28
*
Refrain from using Error::Error variant in pinentry tests
Daniel Mueller
2020-07-09
*
Remove UnwrapError test trait
Daniel Mueller
2020-07-09
*
Remove unwrap_lib_err method from UnwrapError test trait
Daniel Mueller
2020-07-09
*
Remove unwrap_str_err method from UnwrapError test trait
Daniel Mueller
2020-07-08
*
Change default OTP format to base32
Daniel Mueller
2020-07-07
*
Correctly use doc comments in macros
Daniel Mueller
2020-07-03
*
Rename arg_defs.rs to args.rs
Daniel Mueller
2020-04-11
*
Merge remaining bits of args.rs into main.rs
Daniel Mueller
2020-04-11
*
Merge config_set function into commands.rs
Daniel Mueller
2020-04-11
*
Merge otp_set function into commands.rs
Daniel Mueller
2020-04-10
*
Move dependencies to args and commands modules into generated code
Daniel Mueller
2020-04-04
*
Remove dependency on crate::Error from arg_defs
Daniel Mueller
2020-04-04
*
Move PinType type into arg_defs module
Daniel Mueller
2020-04-02
*
Factor out arg_defs.rs for argument parsing related types
Daniel Mueller
2020-04-01
*
Remove deprecated plugin_as_library lint usage
Daniel Mueller
2020-03-22
*
Update nitrokey dependency to 0.6.0
Robin Krahl
2020-01-29
*
Make --verbose and --model options global
Robin Krahl
2020-01-26
*
Provide correct mutual exclusion between config set -o and -O options
Daniel Mueller
2020-01-24
*
Add unit tests for the list command
Robin Krahl
2020-01-14
*
Implement list command
Robin Krahl
2020-01-14
*
Add scaffolding for the list command
Robin Krahl
2020-01-14
*
Bump nitrokey dependency to version 0.5.1
Robin Krahl
2020-01-14
*
Use symbolic default values where possible
Daniel Mueller
2020-01-08
*
Do not declare internally used types as pub
Daniel Mueller
2020-01-08
*
Remove empty Args structs for simple (sub-)commands
Robin Krahl
2020-01-08
*
Move doc comments for (sub-)commands to their enum
Robin Krahl
2020-01-08
*
Handle doc comments and empty variants in the Command! macro
Robin Krahl
2020-01-08
*
Order members in args.rs by command hierarchy
Robin Krahl
2020-01-08
*
Set possible values for all enum options and arguments
Robin Krahl
2020-01-07
*
Add all_str function to enums generated by Enum! macro
Robin Krahl
2020-01-07
*
Use closures instead of command functions
Robin Krahl
2020-01-07
*
Remove str argument from Command! macro
Robin Krahl
2020-01-07
*
Remove unused code after structopt transition
Robin Krahl
2020-01-07
[next]