From 9a451532ec6725dbbc30f29a6be69880c8ac0982 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 19 May 2019 04:56:35 +0200 Subject: [PATCH] Added Annotations to examples. --- remwharead.1.adoc | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/remwharead.1.adoc b/remwharead.1.adoc index 5dabb24..0e072e2 100644 --- a/remwharead.1.adoc +++ b/remwharead.1.adoc @@ -2,7 +2,7 @@ :doctype: manpage :Author: tastytea :Email: tastytea@tastytea.de -:Date: 2019-05-18 +:Date: 2019-05-19 :Revision: 0.0.0 :man source: remwharead :man manual: General Commands Manual @@ -15,7 +15,7 @@ remwharead - Saves URIs of things you want to remember in a database *remwharead* [*-t* _tags_] _URI_ -*remwharead* *-e* _format_ [*-f* _file_] [*-s* _start_,_end_] +*remwharead* *-e* _format_ [*-f* _file_] [*-S* _start_,_end_] == DESCRIPTION @@ -48,11 +48,20 @@ Print version, copyright and license. == EXAMPLES +.Save a thing into the database, with tags. +==== `remwharead -t tag1,tag2 https://example.com/article.html` +==== -`remwharead -e asciidoc -f out.adoc -s 2019-04-01,2019-05-31` +.Export all things between and including 2019-04-01 and 2019-05-31 to a file. +==== +`remwharead -e asciidoc -f out.adoc -S 2019-04-01,2019-05-31` +==== +.Export all things to an HTML file. +==== `remwharead -e asciidoc | asciidoctor --backend=html5 --out-file=out.html -` +==== == FORMATS