diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -33,23 +33,24 @@ a list of programs that i have configurations for. ## scripts a list of useful (for me) shell scripts also provided in current repo. -* clean_local_ssh -- purges localhost entries from `.ssh/known_hosts`. + +* `clean_local_ssh` -- purges localhost entries from `.ssh/known_hosts`. (yes it's very silly, but i need it because i ssh to my vms and ssh is always complaining about wrong host keys) -* fossil-update -- updates fossil to latest version +* `fossil-update` -- updates fossil to latest version -* keylookup -- receives a public key from keyserver (because gpg is not +* `keylookup` -- receives a public key from keyserver (because gpg is not always able to do so for some reason) -* nimi_sewi -- a wrapper for [nimi sewi][1] that copies it's output to +* `nimi_sewi` -- a wrapper for [nimi sewi][1] that copies it's output to clipboard and gives a notification -* paperbackup -- makes a printable qr-code backup for gpg secret key +* `paperbackup` -- makes a printable qr-code backup for gpg secret key -* print_codes -- makes a printable qr-code backup for otp recovery codes +* `print_codes` -- makes a printable qr-code backup for otp recovery codes -* rand -- outputs random string +* `rand` -- outputs random string ## license |
