David Foucher
1b2c595808
sync with 1.10.0
2016-07-17 13:11:17 +02:00
woorst
04e2ccc43e
additional tests for from_name method
2016-07-16 23:49:26 -05:00
woorst
0149b00f42
Search works for logged in user's submissions
2016-07-16 19:31:44 -05:00
woorst
3018dec46e
subreddit name parsing code more readable
2016-07-16 19:18:33 -05:00
woorst
fc9198a84a
Make search work for different types of reddit pages
2016-07-16 19:07:36 -05:00
Michael Lazar
57a319775d
Update README.rst
2016-07-16 01:43:11 -07:00
Michael Lazar
9e0f35d9c7
Update README.rst
2016-07-16 01:40:12 -07:00
Michael Lazar
39b81ccb34
Rename CONTRIBUTORS.rst to AUTHORS.rst
2016-07-16 01:36:37 -07:00
Michael Lazar
a79d249d2a
Create CONTRIBUTING.rst
2016-07-16 01:35:54 -07:00
Michael Lazar
246e06fad0
Merge pull request #250 from michael-lazar/unittest_refresh_token
...
Disable unit tests from deleting refresh token.
2016-07-15 23:07:40 -07:00
Michael Lazar
99ca930041
Fixed an ambiguous test.
2016-07-15 23:01:31 -07:00
Michael Lazar
23267d8a4b
Fix for python 2.
2016-07-15 22:42:19 -07:00
Michael Lazar
add11e9f22
Disable unit tests from deleting refresh token.
2016-07-15 21:53:14 -07:00
Michael Lazar
40732fb90c
Refactored and added documentation.
2016-07-15 18:33:07 -07:00
Michael Lazar
789551b62d
Merge branch 'master' into custom_commands2
2016-07-15 17:10:05 -07:00
Michael Lazar
91393876da
Merge pull request #247 from michael-lazar/x_display_title
...
Don't set title when no DISPLAY
2016-07-15 17:08:14 -07:00
Michael Lazar
a1a26aa308
Fixed test.
2016-07-15 16:30:22 -07:00
Michael Lazar
797ea5d072
Only set title if DISPLAY is set, change os x behavior to check DISPLAY.
2016-07-15 16:22:54 -07:00
woorst
583dd1b6eb
Merge remote-tracking branch 'origin/master' into more_listings
2016-07-15 16:54:21 -05:00
Michael Lazar
d058020859
Improving error handling.
2016-07-15 01:10:28 -07:00
Michael Lazar
5ad040596c
Added handler for gfycat videos.
2016-07-14 23:38:01 -07:00
Michael Lazar
43fb2a0378
Added terminal mode, fixed mime handler for gifv
2016-07-13 01:19:16 -07:00
Michael Lazar
131e64273a
CHANGELOG wording.
2016-07-11 22:08:28 -07:00
Michael Lazar
c5777d7864
Upping version.
2016-07-11 18:33:07 -07:00
Michael Lazar
cfb0583541
Added docstrings for urlview.
2016-07-11 18:11:53 -07:00
Michael Lazar
a51e453660
Tweaked regex.
2016-07-11 18:03:59 -07:00
Michael Lazar
47b9835ccc
Tweaked regex.
2016-07-11 18:02:30 -07:00
Michael Lazar
2ebc9552c8
Added support for imgur albums.
2016-07-11 17:58:14 -07:00
Michael Lazar
265c4446e6
Added mailcap_fix dependency.
2016-07-11 01:20:00 -07:00
Michael Lazar
1d8c555c27
Fighting with mailcap
2016-07-08 23:51:42 -07:00
Michael Lazar
06ac572b20
Added mime_handlers file.
2016-07-08 20:57:33 -07:00
Michael Lazar
1f6ced1f74
Fixed tests.
2016-07-08 20:55:04 -07:00
Michael Lazar
cd9617b0d8
Pass config object to terminal.
2016-07-08 20:48:42 -07:00
Michael Lazar
e30d53c49e
Merge pull request #243 from michael-lazar/handle_xpost_better
...
Handle xpost better
2016-07-08 00:37:55 -07:00
Michael Lazar
d26097e398
xposts should now work for subreddits.
2016-07-08 00:33:34 -07:00
Michael Lazar
fa28b8fa7d
in progress
2016-07-07 18:12:43 -07:00
Michael Lazar
81294b5a46
Merge pull request #242 from michael-lazar/me_header
...
Changed /r/me to "My Submissions" in page header, added test.
2016-07-07 17:48:52 -07:00
Michael Lazar
42d342f175
Changed /r/me to "My Submissions" in page header, added test.
2016-07-07 17:44:35 -07:00
Michael Lazar
dacbe11e4b
Merge branch 'msmith491-urlview'
2016-07-06 18:14:46 -07:00
Michael Lazar
be22d6575b
Minor wording tweaks.
2016-07-06 18:14:31 -07:00
Michael Lazar
2283db39d4
Merge branch 'urlview' of https://github.com/msmith491/rtv into msmith491-urlview
2016-07-06 18:13:33 -07:00
woorst
47b77e3b8d
Merge remote-tracking branch 'origin/master' into more_listings
2016-07-06 15:17:48 -05:00
Matt Smith
749ad11171
Added urlview keybinding
...
1. A shortcut of 'b' was used as the default binding for passing
comment body text to urlview (this is similar to the default of C-b in
the 'mutt' text email client)
2. The `comment_urlview` SubmissionController function was added to
recieve the SUBMISSION_OPEN_IN_URLVIEWER keypress request.
3. The `open_urlview` terminal function was added to handle the urlview
request. It passes the comment body data to urlview via a Popen
process.
4. A test case was added to ensure this new code path is executed
5. Small formatting changes, mostly line length
2016-07-05 20:52:31 -07:00
Michael Lazar
e883d756f8
Merge pull request #237 from woorst/master
...
Set terminal title to reflect current page
2016-07-05 17:40:26 -07:00
mardiqwop
19c5f0546b
Added a new keybind (defaults to q) that toggles between the Frontpage and your most recently viewed subreddit.
2016-07-05 14:11:52 -04:00
woorst
b5ff999b7c
Update controls in docs and other files
2016-07-02 22:28:48 -05:00
woorst
b489cafa0b
shorten lengthy terminal titles
2016-07-01 02:02:27 -05:00
woorst
aa27647f59
Set terminal title to reflect current page
2016-06-30 09:38:12 -05:00
woorst
e2352c1db4
Add documentation of new features
2016-06-29 12:37:26 -05:00
woorst
0d807fd6eb
Can browse through list of subscribed multireddits
2016-06-29 00:15:30 -05:00