diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2020-12-26 13:41:50 +0200 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2020-12-26 13:41:50 +0200 |
commit | e32159428b5d4da93ea924583b1deb2160ca4b95 (patch) | |
tree | 420130110060873061bd6f893b031e64d50bdf79 /quart.1 | |
parent | 6432435c8a04109bc701630c95fd031507745180 (diff) | |
download | quart-master.tar.gz quart-master.tar.bz2 quart-master.zip |
Diffstat (limited to 'quart.1')
-rw-r--r-- | quart.1 | 114 |
1 files changed, 0 insertions, 114 deletions
diff --git a/quart.1 b/quart.1 deleted file mode 100644 index 37b3c34..0000000 --- a/quart.1 +++ /dev/null @@ -1,114 +0,0 @@ -.\" Generated by scdoc 1.11.1 -.\" Complete documentation for this program is not available as a GNU info page -.ie \n(.g .ds Aq \(aq -.el .ds Aq ' -.nh -.ad l -.\" Begin generated content: -.TH "quart" "1" "2020-12-25" -.P -.SH NAME -.P -quart - plan your day, a quarter at a time -.P -.SH SYNOPSIS -.P -\fBquart\fR [\fIfile\fR] [\fB-schrn\fR] [\fB-l\fR \fINUM\fR] -.br -\fBqc\fR [\fICOMMAND\fR] -.br -\fBqc\fR [\fB-\fR \fIARGS\fR] -.P -.SH OPTIONS -.P -\fBquart\fR has the following options: -.P -\fIfile\fR -.RS 4 -File containing the schedule to parse.\& -.P -.RE -\fB-c\fR -.RS 4 -Print \fIcurrent\fR task.\& -.P -.RE -\fB-n\fR -.RS 4 -Print \fInext\fR task.\& -.P -.RE -\fB-l\fR \fIquarters\fR -.RS 4 -Print the task that you should do \fIquarters\fR quarters \fIlater\fR.\& -.P -.RE -\fBqc\fR has the following options: -.P -Without any arguments it pretty prints the current schedule.\& -.P -\fB-\fR -.RS 4 -Pass any argument that follows the `-` symbol to \fBquart\fR, along with -the current schedule.\& -.P -.RE -\fBinit, i\fR -.RS 4 -Create the required directory structure under \fI$QUART_HOME\fR.\& -.P -.RE -\fBnew, n\fR -.RS 4 -Create a new schedule and archive the current one.\& -.P -.RE -\fBremove, rm\fR -.RS 4 -Remove current schedule while also archiving it.\& -.P -.RE -\fBedit, e\fR -.RS 4 -Run \fI$EDITOR\fR on the current schedule.\& -.P -.RE -\fBcat, c\fR -.RS 4 -Print current schedule file in \fIstdout\fR.\& -.P -.RE -\fBhelp, h, -h\fR -.RS 4 -Show help.\& -.P -.RE -.SH DESCRIPTION -.P -\fBquart\fR parses a file in \fBquart\fR(5) format and prints the schedule according to -the given options.\& \fBqc\fR is a bash wrapper around \fBquart\fR that automates the -management of daily schedule files.\& It cat be customized by editing it.\& It is -the recommended way of managing you quart schedules.\& Both commands provide -usage information using the \fB-h\fR flag.\& -.P -.SH FILES/ENVIRONMENT -.P -\fIQUART_HOME\fR -.RS 4 -\fBqc\fR uses this location for storing current and archived schedules.\& -\fI~/.\&quart.\&d\fR by default.\& -.P -.RE -\fIQUART_HOME/archive\fR -.RS 4 -All the archived schedules end up here and are renamed.\& -.P -.RE -\fIEDITOR\fR -.RS 4 -Used when invoking the edit command.\& -.P -.RE -.SH AUTHOR -.P -Anastasis Grammenos
\ No newline at end of file |