typos - notes - a console notes manager using git | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit 9ae53dab5cc029fd0bdb6aa122ae7f9e90259241 | |
parent 5b8d8d6280ab1db93048b40558176d3ccc7d5615 | |
Author: Solene Rapenne <[email protected]> | |
Date: Fri, 13 Jul 2018 23:11:16 +0200 | |
typos | |
Diffstat: | |
M notes.1 | 20 +++++++++++++------- | |
1 file changed, 13 insertions(+), 7 deletions(-) | |
--- | |
diff --git a/notes.1 b/notes.1 | |
@@ -15,7 +15,7 @@ | |
is a shell script to ease plain-text notes taking and keeping history of editi… | |
.Pp | |
.Nm | |
-helps working on plain text files inside a folder versionned with git. It prov… | |
+helps working on plain text files inside a directory versioned with git. It pr… | |
to display last modified files, history of a file, start a text editor for edi… | |
.Nm | |
is called to edit a file, changes are commited. | |
@@ -60,7 +60,7 @@ in the following order: | |
and will default to | |
.Xr vi 1 if none of the previous is found. | |
.It Nm Cm init | |
-Initialize the git repository using the command | |
+Initialise the git repository using the command | |
.Ql git --init | |
.It Nm Cm help | |
display the usage help | |
@@ -73,19 +73,25 @@ and commit the deletion within git. | |
.Sh FILES | |
.Bl -tag -width "~/notes" -compact | |
.It Pa ~/notes | |
-default folder where | |
+default directory where | |
.Nm | |
will create a git repository. | |
.Sh ENVIRONMENT | |
.Bl -tag -width REPO | |
.It Ev REPO | |
-The folder where | |
+The directory where | |
.Nm | |
-will work from. It will override the default folder or allows to takes | |
-notes in differents repositories. | |
+will work from. It will override the default directory or allows to takes | |
+notes in different repositories. | |
.Sh EXIT | |
.Ex -std notes | |
.Sh SEE ALSO | |
.Xr git 1 | |
-.Xr colortree 1 | |
.Xr tig 1 | |
+.Xr colortree 1 | |
+.Sh Authors | |
+.An -nosplit | |
+The | |
+.Nm | |
+program was written by | |
+.An Solène Rapenne Aq Mt [email protected] |