<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/nitrocli/src, branch devel</title>
<subtitle>A command line tool for interacting with Nitrokey devices (GitHub mirror)
</subtitle>
<id>https://git.ireas.org/mirrors/nitrocli/atom?h=devel</id>
<link rel='self' href='https://git.ireas.org/mirrors/nitrocli/atom?h=devel'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/'/>
<updated>2020-12-01T03:50:27Z</updated>
<entry>
<title>Rename intra_doc_link_resolution_failure lint</title>
<updated>2020-12-01T03:50:27Z</updated>
<author>
<name>Daniel Mueller</name>
<email>deso@posteo.net</email>
</author>
<published>2020-12-01T03:50:27Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=f1265b72fa1f1a91785fd2e3db1d667037ed8678'/>
<id>urn:sha1:f1265b72fa1f1a91785fd2e3db1d667037ed8678</id>
<content type='text'>
The intra_doc_link_resolution_failure lint has been renamed to
broken_intra_doc_links in recent versions of Rust. With this change we
update it accordingly in our list of lints to use for the crate. Because
our CI tests against the minimum supported Rust version, which does not
yet understand the new lint, we configure it to allow unknown lints.
</content>
</entry>
<entry>
<title>Display available extensions in the help text</title>
<updated>2020-10-04T16:46:31Z</updated>
<author>
<name>Daniel Mueller</name>
<email>deso@posteo.net</email>
</author>
<published>2020-10-04T16:46:31Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=ac5ea03a16f71fa7305e931619a132e150c83c29'/>
<id>urn:sha1:ac5ea03a16f71fa7305e931619a132e150c83c29</id>
<content type='text'>
With recent changes we are able to execute user-provided extensions
through the program. However, discoverability is arguably lacking,
because nitrocli provides no insight into what extensions are available
to begin with.
This patch changes this state of affairs by listing available extensions
in the help text.
</content>
</entry>
<entry>
<title>Introduce support for user-provided extensions</title>
<updated>2020-08-26T02:04:50Z</updated>
<author>
<name>Daniel Mueller</name>
<email>deso@posteo.net</email>
</author>
<published>2020-08-26T02:04:50Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=62509c100c876b6d427673709a530c481ec7e4c0'/>
<id>urn:sha1:62509c100c876b6d427673709a530c481ec7e4c0</id>
<content type='text'>
This change introduces support for discovering and executing
user-provided extensions to the program. Extensions are useful for
allowing users to provide additional functionality on top of the
nitrocli proper. Implementation wise we stick to an approach similar to
git or cargo subcommands in nature: we search the directories listed in
the PATH environment variable for a file that starts with "nitrocli-",
followed by the extension name. This file is then executed. It is
assumed that the extension recognizes (or at least not prohibits) the
following arguments: --nitrocli (providing the path to the nitrocli
binary), --model (with the model passed to the main program), and
--verbosity (the verbosity level).
</content>
</entry>
<entry>
<title>Rename numlock, capslock, scrollock options</title>
<updated>2021-01-11T05:07:25Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2020-09-29T17:18:56Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=b619f78f45fdd3ecbcaa2e30134866e8ab694d6d'/>
<id>urn:sha1:b619f78f45fdd3ecbcaa2e30134866e8ab694d6d</id>
<content type='text'>
This patch renames the options for the config set command:
  --numlock        ==&gt;  --num-lock
  --capslock       ==&gt;  --caps-lock
  --scrolllock     ==&gt;  --scroll-lock
  --no-numlock     ==&gt;  --no-num-lock
  --no-capslock    ==&gt;  --no-caps-lock
  --no-scrolllock  ==&gt;  --no-scroll-lock

The original naming was based on a typo in nitrokey-rs (scrollock vs.
scrolllock). Also, the typical spelling for the keys is Num Lock, Caps
Lock and Scroll Lock, so using a hyphen is a more natural.
</content>
</entry>
<entry>
<title>Remove DeviceModel::as_user_facing_str</title>
<updated>2021-01-11T05:06:18Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2020-09-29T17:07:05Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=9585cfd98beb2156f75d15c22c694cb34a29f6ec'/>
<id>urn:sha1:9585cfd98beb2156f75d15c22c694cb34a29f6ec</id>
<content type='text'>
This patch removes the unused DeviceModel::as_user_facing_str method.
The device model is only used for the argument handling.  When printing
messages for the user, we always use nitrokey::Model.  Its Display
implementation already prints the model in an appropriate format.
</content>
</entry>
<entry>
<title>Support Librem Key</title>
<updated>2021-01-11T05:06:18Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2020-09-25T00:09:18Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=3d83b07ca7090817192bcd8f250effc0d0817b2a'/>
<id>urn:sha1:3d83b07ca7090817192bcd8f250effc0d0817b2a</id>
<content type='text'>
This patch adds the librem device model for the Librem Key.
</content>
</entry>
<entry>
<title>Update nitrokey to v0.8.0</title>
<updated>2021-01-11T05:05:59Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2020-09-25T00:06:00Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=f18fdc680c0bc616d64b116abaf2daede613f48b'/>
<id>urn:sha1:f18fdc680c0bc616d64b116abaf2daede613f48b</id>
<content type='text'>
This patch updates the nitrokey dependency to version 0.8.0 and applies
all breaking changes (Config fields renaming, DeviceWrapper and Model
non-exhaustiveness, changed Display implementation for Model).
</content>
</entry>
<entry>
<title>Add the --progress option to the fill command</title>
<updated>2021-01-11T05:05:44Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2020-09-19T13:04:18Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=3152a6d3c1e46243a69fe8ef8066027ca4d38d47'/>
<id>urn:sha1:3152a6d3c1e46243a69fe8ef8066027ca4d38d47</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Show progress bar in fill output</title>
<updated>2021-01-11T05:05:44Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2020-09-10T10:39:07Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=e085dcda752f7a5007e35c2baecbf094d888faa0'/>
<id>urn:sha1:e085dcda752f7a5007e35c2baecbf094d888faa0</id>
<content type='text'>
This patch uses the progressing crate to display a progress bar for the
fill command if the output is printed to a TTY.
</content>
</entry>
<entry>
<title>Add is_tty field to Context</title>
<updated>2021-01-11T05:05:44Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2020-09-10T11:34:46Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=763219bc4331331351b4180d4775432e9e11f8b2'/>
<id>urn:sha1:763219bc4331331351b4180d4775432e9e11f8b2</id>
<content type='text'>
This patch adds the is_tty field to the Context struct that indicates
whether stdout is a TTY.  This allows us to use TTY features like moving
the cursor in our output.
</content>
</entry>
</feed>
