shellnotes/docs/manpages/notewc.1
Dimitris Marakomihelakis 7cf826e513 Modify notewc manpage
2021-06-11 12:21:50 +03:00

16 lines
582 B
Groff

.\" Manpage for notewc
.\" Contact dmarakom@gmail.com to correct errors or typos.
.TH man 8 "30/12/2020" "" "notewc man page"
.SH NAME
shellnotes-notewc \- Get info about a note in your notes folder.
.SH SYNOPSIS
notewc [FILENAME]
.SH DESCRIPTION
notewc() uses wc (do "man wc") to show (lines/words/chars/name) of a note.
.SH OPTIONS
[FILENAME] \- The name of the note.
leave a blank parameter ("notewc") and shellnotes will ask you for the filename with an input.
.SH BUGS
If wc is not pre-installed the command won't work.
.SH AUTHOR
Dimitris Marakomihelakis (dmarakom@gmail.com)