Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add the --progress option to the fill command | Robin Krahl | 2020-09-20 |
| | | | | | | | The fill command starts a background operation on a Nitrokey Storage device that fills the SD card with random data. This patch adds a new option, --progress, to the fill command that checks if a fill operation is already running on the device and shows its progress. | ||
* | Show progress bar in fill output | Robin Krahl | 2020-09-12 |
This patch uses the progressing crate to display a progress bar for the fill command if the output is printed to a TTY. |