NOW ( 1 )
USER COMMANDS
NOW ( 1 )
NAME
now - display upcoming events
SYNOPSIS
now
[
options
] matching-criteria ...
DESCRIPTION
now
lists events from a queue-format calendar, reformatting to ease reading. By default, events are reformatted to the terminal width, with one screenful of events shown.
OPTIONS
-
a
, --
all
List all events instead of only a screenful. This is the default if output is redirected or piped.
-
c
, --
complete
Show only completed events.
-
e
, --
events
=
count
List number of events specified.
-
E
, --
edit
Edit files, validating dates.
-
f
, --
file
=
file
Specify an alternate file. Repeat option to specify multiple files.
-
i
, --
not-complete
Show incomplete events and those without completion status.
-
I
, --
incomplete
Show only events marked incomplete.
-
p
, --
past
Include events prior to today.
-
P
, --
past-only
Show only events prior to today.
-
S
, --
since
=
date
Show only events on or after a specified date.
-
t
, --
today
Show only today.
-
T
, --
tally
Tally event durations. Does not include all-day events. Implies
-a
.
-
u
, --
unformatted
Do not reformat events. Implies
-a
.
-
U
, --
until
=
date
Show only events on or before a specified date.
-
w
, --
width
=
columns
Format for the specified width.
FILES
Documents/Cloud/queue.txt
is the default file.
SEE ALSO
cloud
(1),
queue2ics
(1),
queue
(5)
IMPLEMENTATION
version
now 51 2019-03-03 19:13:01Z perette
author
Perette Barella <
perette@deviousfish.com
>