adding man page

This commit is contained in:
kedap 2021-09-02 13:12:38 -05:00
parent 407162536d
commit ee0565ba8d
No known key found for this signature in database
GPG Key ID: 7F15F0EB6121ACBC
1 changed files with 85 additions and 0 deletions

85
tiempo.1 Normal file
View File

@ -0,0 +1,85 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH TIEMPO "1" "September 2021" "tiempo 1.0.2" "User Commands"
.SH NAME
tiempo \- manual page for tiempo 1.0.2
.SH DESCRIPTION
tiempo 1.0.2
Abraham Toriz <categulario@gmail.com>
A command line time tracker
.SS "USAGE:"
.IP
t <SUBCOMMAND>
.SS "FLAGS:"
.TP
\fB\-h\fR, \fB\-\-help\fR
Prints help information
.TP
\fB\-V\fR, \fB\-\-version\fR
Prints version information
.SS "SUBCOMMANDS:"
.TP
archive
Move entries to a hidden sheet (by default named '_[SHEET]') so they're out of the way. [aliases:
a]
.TP
backend
Open an sqlite shell to the database. [aliases: b]
.TP
configure
Configure tiempo in\-place. If no arguments are given it just prints the path to the config file in
use. [aliases: c]
.TP
display
Display the current timesheet or a specific. Pass `all' as SHEET to display all unarchived sheets
or `full' to display archived and unarchived sheets. [aliases: d]
.TP
edit
Edit an entry [aliases: e]
.TP
help
Prints this message or the help of the given subcommand(s)
.TP
in
Start an activity in the current timesheet [aliases: i]
.TP
kill
Delete an entry or an entire sheet [aliases: k]
.TP
list
List existing sheets [aliases: l]
.TP
month
Display entries starting this month [aliases: m]
.TP
now
Show all running entries [aliases: n]
.TP
out
end the active entry in the current timesheet [aliases: o]
.TP
resume
Restart the timer for an entry. Defaults to the last active entry [aliases: r]
.TP
sheet
Change active timesheet or list existing timesheets [aliases: s]
.TP
today
Display entries that started today [aliases: t]
.TP
week
Display entries starting last monday or later [aliases: w]
.TP
yesterday
Display entries that started yesterday [aliases: y]
.SH "SEE ALSO"
The full documentation for
.B tiempo
is maintained as a Texinfo manual. If the
.B info
and
.B tiempo
programs are properly installed at your site, the command
.IP
.B info tiempo
.PP
should give you access to the complete manual.