shellnotes/docs/manpages/notewc.1

17 lines
582 B
Groff
Raw Normal View History

2021-07-05 10:50:01 +02:00
.\" Manpage for notewc
2021-04-01 07:11:35 +02:00
.\" Contact dmarakom@gmail.com to correct errors or typos.
2021-07-05 10:50:01 +02:00
.TH man 8 "30/12/2020" "" "notewc man page"
2021-04-01 07:11:35 +02:00
.SH NAME
2021-07-05 10:50:01 +02:00
shellnotes-notewc \- Get info about a note in your notes folder.
2021-04-01 07:11:35 +02:00
.SH SYNOPSIS
2021-07-05 10:50:01 +02:00
notewc [FILENAME]
2021-04-01 07:11:35 +02:00
.SH DESCRIPTION
2021-07-05 10:50:01 +02:00
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.
2021-04-01 07:11:35 +02:00
.SH AUTHOR
2021-06-11 11:21:50 +02:00
Dimitris Marakomihelakis (dmarakom@gmail.com)