where

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9490d5c9e4d382a5ca8b602a7bff164721b946ab
parent 03fa178d2f90a829ee318d1d5189d34a6dbbf11f
Author: aabacchus <ben@bvnf.space>
Date:   Tue, 11 May 2021 00:15:22 +0100

create manpage

Diffstat:
Awhere.1 | 36++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+), 0 deletions(-)

diff --git a/where.1 b/where.1 @@ -0,0 +1,36 @@ +.Dd $Mdocdate$ +.Dt WHERE 1 +.\".Os +.Sh NAME +.Nm where +.Nd plot a map of users on your system +.Sh SYNOPSIS +.Nm +.Op Fl hpv +.Fl c Ar file +.Nm +.Op Fl hpv +.Fl k Ar ipstack_api +.Fl mboxu Ar uname +.Fl mboxa Ar api +.Fl mboxs Ar style +.Op Fl mboxp Ar padding% +.Sh DESCRIPTION +Standard options: +.Bl -tag -width Ds +.It Fl p +use a cached output of `who --ips`, read from the file +.Ar whoips +.It Fl v +turn on verbose output +.It Fl c Ar file +read credentials from a json file (keys are command-line flags) +.It Fl h +print usage +.El +.Sh FILES +.Ar whoips +.Ar ips.json +.Ar map.png +.Sh AUTHOR +.An Lk https://github.com/aabacchus aabacchus