-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnotes.1
42 lines (36 loc) · 1019 Bytes
/
snotes.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.TH SNotes 1 SNotes\-VERSION
.SH NAME
SNotes \- Simple Notes
.SH SYNOPSIS
.B snotes
.RB [ \-v ]
.RB [ \-h ]
.RB [ \-F ]
.RB [ \-R ]
.RB [ \-l ]
.RB [ \-T ]
.SH DESCRIPTION
SNotes (Simple Notes) is a note manager designed to be simple, fast and practical.
It allows you to set notes in the following formats HTML (.html), Emacs Org Mode (.org) and Markdown (.md).
.SH OPTIONS
.TP
.B \-v
prints version information to stderr, then exits.
.TP
.B \-h
prints the help to allow the user to check the parameters present.
.TP
.B \-F
print the list of supported formats
.TP
.B \-R
allows you to remove a note by passing it the name and day it was created in the format
specified in the config.h file.
.p
Ex. snote \-R name\_of\_file \-c name\_of\_directory.
.TP
.B \-c
this parameter is used to search by category, in fact, an example is used in the note removal function.
.TP
.B \-l
prints the contents of a directory passing the name of the above, its effectiveness is limited to sub directories of the Notes directory.