Justfile: rename yubikey -> gpg-card #26

Merged
steveej merged 1 commit from pr/bump into master 2019-09-06 10:40:18 +00:00

View file

@ -246,8 +246,8 @@ run-with-channels +cmds:
source $(just -v _get_nix_path {{invocation_directory()}}/nix/variables/versions.nix)
{{cmds}}
# Switch between yubikeys which have a copy of the same key
switch-yubikey:
# Switch between gpg-card capable devices which have a copy of the same key
switch-gpg-card:
#!/usr/bin/env bash
#
# Derived from https://github.com/drduh/YubiKey-Guide/issues/19.