diff options
author | Andinus <andinus@nand.sh> | 2020-11-26 20:19:24 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-11-26 20:19:24 +0530 |
commit | a2b888160a03211e4a89565c6a33345527ce6852 (patch) | |
tree | 6a88c00dc7fa425a8e2284229c5c5130a649c970 | |
parent | b97357cf8260a18a3fe283b34587cd265addcfb3 (diff) | |
download | draco-a2b888160a03211e4a89565c6a33345527ce6852.tar.gz |
Move the examples section above in manual
-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 |