From 4c35bd6ad27c5d60a23a858130236a99324e620b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 27 Mar 2020 15:22:23 -0700 Subject: [PATCH] Documentation for fetch, --all and --silent Closes #2 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbc1824..0a13f1b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ Now you can fetch all of your items from Pocket like this: $ pocket-to-sqlite fetch pocket.db +The first time you run this command it will fetch all of your items, and display a progress bar while it does it. + +On subsequent runs it will only fetch new items. + +You can force it to fetch everything from the beginning again using `--all`. Use `--silent` to disable the progress bar. + ## Using with Datasette -The SQLite database produced by this tool is designed to be browsed using [Datasette](https://datasette.readthedocs.io/). +The SQLite database produced by this tool is designed to be browsed using [Datasette](https://datasette.readthedocs.io/). Use the [datasette-render-timestamps](https://github.com/simonw/datasette-render-timestamps) plugin to improve the display of the timestamp values.