This commit is contained in:
Emma Tebibyte 2023-03-22 15:18:39 -04:00
parent 447f9a1d39
commit 02831fd304
Signed by: emma
GPG Key ID: 6D661C738815E7DD
1 changed files with 29 additions and 0 deletions

29
xdg-sanity.1 Normal file
View File

@ -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 users 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
users 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
<https://git.tebibyte.media/emma/xdg-sanity>.
.SH COPYRIGHT
Copyright © 2023 Emma Tebibyte. License AGPLv3+: GNU AGPL version 3 or later
<https://gnu.org/licenses/gpl.html>.
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)