aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
blob: e0cd7da3ccb5c64801916e894205b223e6ebae19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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