Added Annotations to examples.

This commit is contained in:
tastytea 2019-05-19 04:56:35 +02:00
parent 3d19b9a1d2
commit 9a451532ec
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 12 additions and 3 deletions

View File

@ -2,7 +2,7 @@
:doctype: manpage :doctype: manpage
:Author: tastytea :Author: tastytea
:Email: tastytea@tastytea.de :Email: tastytea@tastytea.de
:Date: 2019-05-18 :Date: 2019-05-19
:Revision: 0.0.0 :Revision: 0.0.0
:man source: remwharead :man source: remwharead
:man manual: General Commands Manual :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* [*-t* _tags_] _URI_
*remwharead* *-e* _format_ [*-f* _file_] [*-s* _start_,_end_] *remwharead* *-e* _format_ [*-f* _file_] [*-S* _start_,_end_]
== DESCRIPTION == DESCRIPTION
@ -48,11 +48,20 @@ Print version, copyright and license.
== EXAMPLES == EXAMPLES
.Save a thing into the database, with tags.
====
`remwharead -t tag1,tag2 https://example.com/article.html` `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 -` `remwharead -e asciidoc | asciidoctor --backend=html5 --out-file=out.html -`
====
== FORMATS == FORMATS