aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
new file mode 100644
index 0000000..e0cd7da
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,25 @@
+rdt
+===
+
+Spit out the titles and links for the front page of a given subreddit,
+including specifying "rising", "new" etc.
+
+Just two horrible little shell scripts...but they work!
+
+* `rdt`
+* `rdt programming`
+* `rdt programming rising`
+* `rdtm programming linux vim`
+
+Requires [`curl`][1], [`pup`][2], and [`jq(1)`][3].
+
+License
+-------
+
+Copyright (c) [Tom Ryder][4]. Distributed under an [MIT License][5].
+
+[1]: https://curl.haxx.se/
+[2]: https://github.com/ericchiang/pup
+[3]: https://stedolan.github.io/jq/
+[4]: https://sanctum.geek.nz/
+[5]: https://www.opensource.org/licenses/MIT