22 lines
688 B
Groff
22 lines
688 B
Groff
.\" Manpage for nc.
|
|
.TH man 1 "14 April 2023" "1.0" Everest Linux Manual"
|
|
.SH NAME
|
|
nc \- to-do list which outputs to the command line
|
|
.SH SYNPOSIS
|
|
nc -l -n DATE EVENT_NAME
|
|
.SH DESCRIPTION
|
|
nc is a to-do list. It outputs contents from a text file, defined in config.h (usually /etc/nc/events). nc is designed for *NIX systems.
|
|
.SH OPTIONS
|
|
.TP
|
|
.BR \-l
|
|
lists all events in NC_ENTRIES_FILE
|
|
.TP
|
|
.BR \-n DATE
|
|
creates a new event in NC_ENTRIES_FILE
|
|
.SH EXAMPLES
|
|
create an event due on date 4/15/23 with name "finish nc": $ nc -n 4/15/23 "finish nc"
|
|
.SH BUGS
|
|
Report all bugs on the issues page at https://git.everestlinux.org/EverestLinux/nc
|
|
.SH AUTHOR
|
|
Liam Waldron (liamwaldron@everestlinux.org)
|