diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-09-29 23:57:50 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-09-29 23:57:50 +0300 |
| commit | 01740e65662e21140917e56c0e788ebc4ae11fa0 (patch) | |
| tree | 69a691b88564fda45a581cc380d68652bbecd1ae | |
| parent | 169efca7e98da41f8fc97284e364ac3418cc1da1 (diff) | |
| download | dotfiles-01740e65662e21140917e56c0e788ebc4ae11fa0.tar.gz dotfiles-01740e65662e21140917e56c0e788ebc4ae11fa0.zip | |
readme: fix formatting of script list
| -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 |
