shellnotes/docs/manpages/delnote.1

19 lines
697 B
Groff
Raw Normal View History

2021-07-05 10:50:01 +02:00
.\" Manpage for delnote
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" "" "delnote man page"
2021-04-01 07:11:35 +02:00
.SH NAME
shellnotes-delnote \- Delete a note in your notes folder.
.SH SYNOPSIS
2021-07-05 10:50:01 +02:00
delnote [FILENAME] [OPTION]
2021-04-01 07:11:35 +02:00
.SH DESCRIPTION
2021-07-05 10:50:01 +02:00
delnote() finds and removes the desired note or all the notes from your notes folder.
2021-04-01 07:11:35 +02:00
.SH OPTIONS
2021-07-05 10:50:01 +02:00
[FILENAME] \- The name of the note to delete.
\fR \or\fR
[-all] \- Delete all notes.
\fR \or\fR
leave a blank parameter ("delnote") and shellnotes will ask you for the filename with an input.
.SH BUGS
If the default path for delnote() is not valid, the program is likely to return an error.
2021-04-01 07:11:35 +02:00
.SH AUTHOR
2021-07-05 10:50:01 +02:00
Dimitris Marakomihelakis (dmarakom@gmail.com)