forked from samhunter/recentxx
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.4 KiB
71 lines
1.4 KiB
.TH "recent++" 1 "06 MAY 2022" "" "General Operation Manual"
|
|
.SH NAME
|
|
\fBrecent++\fP - Python rewrite of the venerable "recent" utility for RTC
|
|
.SH SYNOPSIS
|
|
.nf
|
|
.fam C
|
|
\fBrecent++\fP [\fIoptions\fP]
|
|
.fam T
|
|
.fi
|
|
|
|
.SH DESCRIPTION
|
|
\fBrecent++\fP shows updates of various user services.
|
|
|
|
.SH OPTIONS
|
|
.B
|
|
\fB-h, --help\fP
|
|
show this help message and exit
|
|
.TP
|
|
.B
|
|
\fB-c, --compatible\fP
|
|
Emulates behaviour of the standard 'recent'
|
|
.TP
|
|
.B
|
|
\fB-e, --exitcode\fP
|
|
Returns RC>1 if no changes since the last check. No display.
|
|
.TP
|
|
.B
|
|
\fB-m, --mark\fP
|
|
Set 'read' marker to current time.
|
|
.B
|
|
.SH FILTERING SWITCHES
|
|
.B
|
|
\fB-u USER, --user USER\fP
|
|
Comma separated list of usernames to include in the report
|
|
.TP
|
|
.B
|
|
\fB-U USER, --exclude-user USER\fP
|
|
Comma separated list of usernames to exclude in the report
|
|
.TP
|
|
.B
|
|
\fB-s SERVICE, --service SERVICE\fP
|
|
Comma separated list of services to include in the report
|
|
.TP
|
|
.B
|
|
\fB-S SERVICE, --exclude-service SERVICE\fP
|
|
Comma separated list of services to exclude in the report
|
|
.TP
|
|
.B
|
|
\fB--since TIME\fP
|
|
Show items newer than TIME, provided in Unix time format
|
|
.B
|
|
.SH FILES & SYSTEM VARS
|
|
.TP
|
|
.B
|
|
\fB--since NUM[dwm]\fP
|
|
Show items newer than NUM of days (d), weeks (w), or months (m)
|
|
.B
|
|
.SH FILES & SYSTEM VARS
|
|
.TP
|
|
None
|
|
.SH BUGS
|
|
.TP
|
|
Yes.
|
|
.SH LINKS
|
|
.TP
|
|
Source Code Repository
|
|
https://git.rawtext.club/samhunter/recentxx
|
|
.SH AUTHORS
|
|
\fBrecent++\fP is developed by samhunter
|
|
.TP
|