diff --git a/xdg-sanity.1 b/xdg-sanity.1 new file mode 100644 index 0000000..5490e7c --- /dev/null +++ b/xdg-sanity.1 @@ -0,0 +1,29 @@ +.TH XDG-SANITY 1 +.SH NAME +.B xdg-sanity +\(en sanely handle HTTP/S URIs. +.SH SYNOPSIS +.B xdg-sanity [URI...] +.SH DESCRIPTION +The xdg-sanity tool stands in as the user’s web browser, handling links as they +are passed to it. +.SH EXAMPLES +Given a remote PNG file, the following command will open that file using the +user’s configured handler for that MIME type: + + xdg-sanity https://example.com/image.png +.SH AUTHOR +Written by Emma Tebibyte. +.SH REPORTING BUGS +Any bugs may be reported on the bug tracker at +. +.SH COPYRIGHT +Copyright © 2023 Emma Tebibyte. License AGPLv3+: GNU AGPL version 3 or later +. + +This is free software: you are free to change and redistribute it. There is NO +WARRANTY, to the extent permitted by law. +.SH SEE ALSO +.BR xdg-open(1)\ +, +.BR xdg-mime(1)