shellnotes/docs/manpages/quickread.1

43 lines
751 B
Groff
Raw Normal View History

2021-04-01 07:11:35 +02:00
.\" Manpage for quickread.
.\" Contact dmarakom@gmail.com to correct errors or typos.
2021-07-06 10:19:13 +02:00
.TH quickread 1
2021-04-01 07:11:35 +02:00
.SH NAME
2021-07-06 10:19:13 +02:00
2021-04-01 07:11:35 +02:00
shellnotes-quickread \- Read new note directly in your terminal.
2021-07-06 10:19:13 +02:00
2021-04-01 07:11:35 +02:00
.SH SYNOPSIS
2021-07-06 10:19:13 +02:00
.PP
.B notegrep
[\fIOPTION\fR]
.IR [FILE...]
2021-04-01 07:11:35 +02:00
.SH DESCRIPTION
2021-07-06 10:19:13 +02:00
.B quickread
uses cat (do "man cat") to view a note. It only runs inside your notes folder.
.SH OPTIONS
2021-07-06 10:19:13 +02:00
.TP
.BR \-l ", " \--line =\fIINT\fR
Display a specific line of a note.
2021-07-06 10:19:13 +02:00
.TP
.BR \-r ", " \--reverse =\fISTRING\fR
Reverse output of cat, using tac.
.TP
.BR \-s ", " \--sort =\fISTRING\fR
Print output piped to the sort command.
2021-07-06 10:19:13 +02:00
.SH BUGS
.TP
.BR \-FloatBug ", " \-fBug ", " \102
If $line is a float, sed returns en error message.
2021-07-06 10:19:13 +02:00
2021-04-01 07:11:35 +02:00
.SH AUTHOR
2021-07-06 10:19:13 +02:00
Dimitris Marakomihelakis (dmarakom@gmail.com)