Commit graph

18 commits

Author SHA1 Message Date
Frank Denis
32038530b7 Add a note about signify compatibility
Fixes #159
2025-03-11 18:43:41 +01:00
Chad Dougherty
e9631e8c67
Add a note in the man page about signify compatibility (#159)
based nearly verbatim on @jedisct1's explanation in the discussion of #59
2025-03-11 18:40:49 +01:00
Frank Denis
1c44ef601e Regen man page 2025-01-15 23:42:04 +01:00
Frank Denis
12fd90b6fe Update man page 2023-01-16 21:18:39 +01:00
Frank Denis
16624abf2e Add the ability to change the password of a secret key
Fixes #110
2023-01-16 20:39:56 +01:00
Frank Denis
d870938ae5 Reorder commands for clarity 2023-01-16 19:21:19 +01:00
Frank Denis
d2afa89fe7 Update usage 2023-01-16 19:15:53 +01:00
Frank Denis
e74428c464 Update man page
Fixes #106
2021-10-25 00:53:09 +02:00
Abu Sakib
121cf06e9b
Fix example of how to verify with pubkey (#89) 2020-11-07 22:37:19 +01:00
Frank Denis
3bd2ae56da Bump 2020-06-06 22:24:07 +02:00
Frank Denis
a705d72380 Add line breaks between synopsis commands; regen man page
Fixes #74
2020-05-06 10:22:34 +02:00
Frank Denis
ba6bc8eb98 No need to manually move the secret key to ~/.minisign any more 2016-08-01 01:17:25 +02:00
Frank Denis
2c97046c15 Final stop 2016-08-01 00:46:54 +02:00
Frank Denis
9ad3d02b6e Take the signature off the man page
Is it not very readable as a man page
2016-08-01 00:45:35 +02:00
Frank Denis
cea57b2fe7 Update the man page 2016-08-01 00:40:58 +02:00
Frank Denis
fa455e73d6 Load the secret key from ~/.minisign/minisign.key by default
Or `${MINISIGN_CONFIG_DIR}/minisign.key` if `MINISIGN_CONFIG_DIR` is
defined.
2016-06-12 21:55:53 +02:00
Frank Denis
74f7017d7e Despam 2016-01-01 10:39:56 +01:00
Corey Edwards
7f41769d67 Added manual page
I thought it would be nice to have a man page for this wonderful piece of software, especially with it being available in various package managers like Homebrew.

This man page is basically a reformatting (and slight reorganizing to fit the typical man page structure) of the official docs.

src/manpage.md is the Markdown source which can generate the actual man page (share/man/man1/minisign.1) using ronn <http://rtomayko.github.com/ronn/>

Update: Corrected a few typos that I didn't catch before original submission.
2015-12-31 18:18:28 -06:00