remwharead/remwharead.1.adoc

1.5 KiB

remwharead(1) Manual Page

NAME

remwharead - Remember what you read, and when

SYNOPSIS

remwharead [-t tags] URL

remwhared -e format [-f file] [-s start,end]

DESCRIPTION

remwhared saves URLs of things you read in a database along with the current date and time, title, description, the full text of the page and optional tags.

OPTIONS

-t tags, --tags=tags

Add tags to URL, delimited by commas.

-e format, --export=format

Export to format. Possible values are csv and asciidoc.

-f file, --file=file

Save output to file. Default is stdout.

-s start,end, --span=start,end

Only export entries between start and end. start and end are date and time representations according to ISO 8601.

--version

Print version, copyright and license.

EXAMPLES

remwhared -t tag1,tag2 https://example.com/article.html

remwhared -e asciidoc -f out.adoc -s 2019-04-01,2019-05-31

remwhared -e asciidoc | asciidoctor --backend=html5 --out-file=out.html -

FILES

  • Database: ${XDG_DATA_HOME}/remwharead.sqlite

${XDG_DATA_HOME} is usually ~/.local/share.