|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
.\" Text automatically generated by txt2man
|
|
|
|
|
.TH memo 1 "17 May 2018" "doc" "Linux Reference Manual"
|
|
|
|
|
.TH memo 1 "10 August 2018" "doc" "Linux Reference Manual"
|
|
|
|
|
.SH NAME
|
|
|
|
|
\fBmemo
|
|
|
|
|
\fB
|
|
|
|
@ -30,6 +30,10 @@ adds text to the memo.md in the topic folder.
|
|
|
|
|
if text is not given it will read from stdin.
|
|
|
|
|
.TP
|
|
|
|
|
.B
|
|
|
|
|
rm <topic>
|
|
|
|
|
remove $MEMO_DIR/topic folder with all it's content.
|
|
|
|
|
.TP
|
|
|
|
|
.B
|
|
|
|
|
copy <topic> <file-to-copy>
|
|
|
|
|
copy a file to the topic folder.
|
|
|
|
|
.TP
|
|
|
|
@ -49,6 +53,11 @@ opens your favorite editor to edit the \fBmemo\fP topic
|
|
|
|
|
.B
|
|
|
|
|
list
|
|
|
|
|
prints a list of all topics.
|
|
|
|
|
.TP
|
|
|
|
|
.B
|
|
|
|
|
git <command>
|
|
|
|
|
run git command in $MEMO_DIR.
|
|
|
|
|
Once $MEMO_DIR is a git repository all \fBmemo\fP commands create commits.
|
|
|
|
|
.RE
|
|
|
|
|
.PP
|
|
|
|
|
|
|
|
|
@ -91,5 +100,13 @@ Copy the "Invoice.pdf" file to the "lawsuit" topic.
|
|
|
|
|
.fam C
|
|
|
|
|
$> memo copy lawsuit ~/Downloads/Invoice.pdf
|
|
|
|
|
|
|
|
|
|
.fam T
|
|
|
|
|
.fi
|
|
|
|
|
Make $MEMO_DIR a git repository.
|
|
|
|
|
.PP
|
|
|
|
|
.nf
|
|
|
|
|
.fam C
|
|
|
|
|
$> memo git init
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|