woorst
be51dc30e1
Make search work for different types of reddit pages
2016-07-18 14:49:53 -05:00
woorst
33e272c7f1
Update controls in docs and other files
2016-07-18 14:49:53 -05:00
woorst
9400cb727c
Add documentation of new features
2016-07-18 14:49:53 -05:00
woorst
b2bf20cdc0
Can browse through list of subscribed multireddits
2016-07-18 14:49:53 -05:00
woorst
31cc3fa0e9
Can browse through list of subscribed multireddits
2016-07-18 14:49:53 -05:00
woorst
2f06df7515
Add test for from_name for multireddits
2016-07-18 14:49:53 -05:00
woorst
10268f0fa0
Change prompt text
2016-07-18 14:49:53 -05:00
woorst
a72f0b937b
Apply time period only to appropriatly sorted multireddits
2016-07-18 14:49:53 -05:00
woorst
a8836e1a64
Change default multireddit sort to 'hot'
2016-07-18 14:49:53 -05:00
woorst
a6daa6537c
More robust checking for valid subreddit name; Can browse public multireddits now
2016-07-18 14:49:53 -05:00
woorst
1d1a5a7b36
Add tests for tests_content_subreddit_from_name
2016-07-18 14:49:53 -05:00
woorst
8fd4950f5b
Remove use of python 3 specific tuple unpacking
2016-07-18 14:49:53 -05:00
user
a2d2c2edf8
Feature: view user pages and domain listings
2016-07-18 14:49:53 -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
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
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
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
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
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
Michael Lazar
fb837bafc7
Merge pull request #231 from michael-lazar/exception_file_save
...
Exception file save
2016-06-23 23:29:04 -07:00
Michael Lazar
5f64a3e005
typo in log messages.
2016-06-23 23:25:56 -07:00
Michael Lazar
c5db35fe82
Delete file before opening newly created post.
2016-06-23 23:23:02 -07:00
Michael Lazar
a2f51dfc2e
pylint.
2016-06-23 23:14:58 -07:00
Michael Lazar
8529b4a313
Fixed another test.
2016-06-23 23:08:30 -07:00
Michael Lazar
a5a42fc5da
Fixed some error messages
2016-06-23 23:06:41 -07:00
Michael Lazar
a2a0001943
Added log message on session start.
2016-06-23 22:52:54 -07:00
Michael Lazar
d81c981dbf
Updated tests. Updated log format.
2016-06-23 22:50:12 -07:00
Michael Lazar
33257ac3d1
Added logic, still need to test.
2016-06-23 18:30:58 -07:00
Michael Lazar
b64ee6fa94
Merge pull request #230 from michael-lazar/slash_subreddit
...
Check for empty subreddit name.
2016-06-14 01:09:02 -07:00
Michael Lazar
ab86b5d875
Fixed test.
2016-06-14 01:05:20 -07:00
Michael Lazar
3bbd327b7e
Merge pull request #229 from michael-lazar/flush_title
...
Flush sys.stdout after writing the title.
2016-06-14 01:00:25 -07:00