diff options
-rw-r--r-- | draco.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/draco.1 b/draco.1 index 3dec7f0..1040c65 100644 --- a/draco.1 +++ b/draco.1 @@ -33,6 +33,14 @@ Print this help. .It FETCH_ALL Fetch all comments. This might make multiple HTTP calls to reddit. This should fetch all the comments. +.Sh EXAMPLES +.Bl -tag -width Ds +.It FETCH_ALL=1 draco -d <reddit_url> > /tmp/thread.org +Archive the whole thread to `/tmp/thread.org'. This might make +multiple HTTP calls. +.It draco -d <reddit_url> > /dev/null +Archive the thread. This will only archive the comments that are +included in first HTTP call. .Sh NOTES Draco will add 2 spaces before every new line. Comments/Posts may contain `*' at the start of line & that confuses Org. Org might @@ -43,14 +51,6 @@ every new line the maximum number of columns becomes 78. .Pp Check :PROPERTIES: section under Post & Comments. They include useful information. -.Sh EXAMPLES -.Bl -tag -width Ds -.It FETCH_ALL=1 draco -d <reddit_url> > /tmp/thread.org -Archive the whole thread to `/tmp/thread.org'. This might make -multiple HTTP calls. -.It draco -d <reddit_url> > /dev/null -Archive the thread. This will only archive the comments that are -included in first HTTP call. .Sh WHY? I reference things from the web in my Journal & don't want those links to break so I save them locally. Previously I used to manually archive |