diff options
author | Andinus <andinus@nand.sh> | 2020-11-19 00:42:29 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-11-19 00:42:29 +0530 |
commit | 79a9c99ec8598b4e6c84118fc26298d201686055 (patch) | |
tree | 7ce81065006911b97f07e9420a53eeba3d156bba /draco.1 | |
parent | b30de261361636a723613bfc43e41299c854746f (diff) | |
download | draco-79a9c99ec8598b4e6c84118fc26298d201686055.tar.gz |
Initial commit
Diffstat (limited to 'draco.1')
-rw-r--r-- | draco.1 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/draco.1 b/draco.1 new file mode 100644 index 0000000..013b789 --- /dev/null +++ b/draco.1 @@ -0,0 +1,19 @@ +.Dd $Mdocdate: November 19 2020 $ +.Dt DRACO 1 +.Os +.Sh NAME +.Nm draco +.Nd a script to convert reddit thread to Org document +.Sh SYNOPSIS +.Nm draco +.Ar <url> +.Sh DESCRIPTION +.Nm +is a script to convert reddit thread to Org document. It accepts a url +& prints the Org document to STDOUT. + +It'll also print comments along with their replies. It's limited by +the reddit API. +.Pp +.Sh AUTHOR +.An Andinus Aq Mt andinus@nand.sh |