1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
.Dd @PACKAGE_DATE@
.Dt GCLI-STATUS 1
.Os @PACKAGE_STRING@
.Sh NAME
.Nm gcli status
.Nd Print a list of notifications and/or TODOs
.Sh SYNOPSIS
.Nm
.Op Fl n Ar number-of-items
.Sh DESCRIPTION
.Nm
prints a list of TODOs and notifications on the given account.
.Sh OPTIONS
.Bl -tag -width indent
.It Fl n Ar number-of-items
Fetch at most
.Ar number-of-items
items and print them. If given a negative number, all notifications
are fetched. The default is 30.
.El
.Sh EXAMPLES
Print a TODO list for my-account:
.Bd -literal -offset indent
$ gcli -a my-account status
.Ed
.Pp
.Sh SEE ALSO
.Xr gcli 1 ,
.Xr gcli-issues 1 ,
.Xr gcli-pulls 1
.Sh AUTHORS
.An Nico Sonack aka. herrhotzenplotz Aq Mt nsonack@herrhotzenplotz.de
and contributors.
.Sh BUGS
Please report bugs via E-Mail to
.Mt @PACKAGE_BUGREPORT@ .
.Pp
Alternatively you can report them on any of the forges linked at
.Lk @PACKAGE_URL@ .
However, the preferred and quickest method is to use the mailing
list.
|