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
Commit message (
Expand
)
Author
Age
*
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
*
Update minimum required Rust version to 1.40.0
Daniel Mueller
2020-04-05
*
Add test for bash completion functionality
Daniel Mueller
2020-04-05
*
Add support for generating a bash completion script
Daniel Mueller
2020-04-04
*
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
*
Bump version to 0.3.2
v0.3.2
Daniel Mueller
2020-03-31
*
Fix link to Nitrokey Storage device in README
Daniel Mueller
2020-03-29
*
Update quote dependency to 1.0.3
Daniel Mueller
2020-03-25
*
Remove deprecated plugin_as_library lint usage
Daniel Mueller
2020-03-22
*
Update syn dependency to 1.0.14
Daniel Mueller
2020-03-16
*
Update nitrokey dependency to 0.6.0
Robin Krahl
2020-01-29
*
doc: Remove options from synopsis in man page
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
*
Document the list command in the manpage
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
*
Remove argparse dependency
Robin Krahl
2020-01-07
*
Replace argparse with structopt
Robin Krahl
2020-01-07
*
Add data structures for the options and arguments
Robin Krahl
2020-01-07
*
Derive structopt::StructOpt in Command!
Robin Krahl
2020-01-07
*
Implement Default in the Enum! and Command! macros
Robin Krahl
2020-01-07
*
Allow adding fields to an enum variant in Command!
Robin Krahl
2020-01-07
*
Factor out Enum! and Command! macros in arg_util
Robin Krahl
2020-01-07
*
Use strings instead of Command variants
Robin Krahl
2020-01-07
*
arg_util: Change Err type in FromStr implementation
Robin Krahl
2020-01-07
*
Refactor the Enum! macro into Enum! and Command!
Robin Krahl
2020-01-07
*
Add structopt dependency in version 0.3.7
Daniel Mueller
2020-04-04
*
Move nitrocli source code into repository root
Daniel Mueller
2020-04-04
*
Remove vendored dependencies
Daniel Mueller
2020-04-04
*
Update packaging instruction for Debian and Ubuntu
Robin Krahl
2020-01-04
*
Update links to Debian & Ubuntu packages
Daniel Mueller
2020-01-03
[next]