22========
33
44** Repocket** is a (very, very raw) tool to manage a local copy of articles
5- from GetPocket [ Pocket ] ( https://getpocket.com ) . Because, you know, The
5+ from [ GetPocket ] ( https://getpocket.com ) . Because, you know, The
66Cloud is not a reliable storage. Also, grep. Local copies contain a
77header in plain YAML with the [ metadata provided by
88Pocket] ( https://getpocket.com/developer/docs/v3/retrieve )
@@ -45,7 +45,7 @@ simple yaml stored at `~/.repocket/config` with these contents:
4545 archived_dir: <absolute_path_dir_for_archived_articles>
4646
4747* The ` consumer_key ` indicates the GetPocket Application. You can leave
48- the sample value above (my own app), but of you prefer to use your own
48+ the sample value above (my own app), but if you prefer to use your own
4949 just [ create a new
5050 application] ( https://getpocket.com/developer/apps/new ) .
5151
@@ -66,7 +66,7 @@ These directories *only sync upstream*:
6666 of the ` delete ` command. You move articles here when you want to
6767 delete them from Pocket.
6868* ` archived_dir ` contains articles that should be archived in the next run
69- of the ` archive ` command. YOu move articles here when you want to
69+ of the ` archive ` command. You move articles here when you want to
7070 archive them in Pocket, but don't want to keep a local copy.
7171
7272Files in both ` deleted_dir ` and ` archived_dir ` are removed after a sync.
7676
7777When you first run ` Repocket ` , it will authenticate against the Pocket
7878API. It will ask you to browse to a URL where you can grant permissions
79- to read your list of articles. The message looks something like this:
79+ to read your list n articles. The message looks something like this:
8080
8181 2019/09/09 20:40:12 Browse to this URL, you may ignore errors:
8282 https://getpocket.com/auth/authorize?request_token=62074b8c-ed8a-b5e5-71f3-586bcf&redirect_uri=localhost
0 commit comments