Commit Graph

145 Commits

Author SHA1 Message Date
Michael Lazar
fb2ede8df7 Adding theme list and enabling F2 / F3 2017-09-12 01:48:03 -04:00
Michael Lazar
9af4b8c709 Refactoring the monochrome stuff 2017-09-11 00:30:18 -04:00
Michael Lazar
a208a6764a Merge branch 'master' into themes
# Conflicts:
#	rtv/__main__.py
#	rtv/page.py
#	rtv/submission_page.py
#	rtv/subreddit_page.py
#	rtv/subscription_page.py
#	rtv/terminal.py
#	rtv/theme.py
2017-09-10 22:26:06 -04:00
Michael Lazar
982861560a Cherry picking backwards-compatible changes from the themes branch 2017-09-08 01:10:32 -04:00
Michael Lazar
7b074e0c05 Merge branch 'master' into themes 2017-09-07 22:31:43 -04:00
Michael Lazar
4bad3000e4 Refactoring 2017-08-31 09:19:41 -04:00
Michael Lazar
c77cf89d16 Updating sorting options for search results 2017-08-31 01:15:44 -04:00
Michael Lazar
cc5d8a941c Adding the search term to the title bar, removing with_search argument 2017-07-22 22:04:20 -04:00
Michael Lazar
d0fef21c3e Adding the ability to highlight 2017-07-22 19:35:01 -04:00
woorst
9f59d941d7 reconcile method signatures 2017-07-18 17:09:24 -05:00
woorst
1807ea4aad clear search when not refreshing sort 2017-07-18 15:27:35 -05:00
Michael Lazar
862d0e756d Working on theme support 2017-07-10 17:58:48 -04:00
Michael Lazar
4ff822373b Moving comments to docstrings 2017-06-27 23:20:05 -04:00
Ryan Reno
370cfa0642 Issue #343 Added method to clear screen 2017-06-20 21:07:24 -07:00
Michael Lazar
1c66c5662f Fixed tests 2017-05-10 21:40:40 -07:00
Michael Lazar
29584acd3a Code review refactoring 2017-05-09 18:20:52 -04:00
Josue Ortega
7412f5256d Adds flash message when copy is successful 2017-05-05 13:22:43 -06:00
Josue Ortega
ed5419eff8 Removes call of str() function to avoid mixing bytes/string 2017-05-05 12:57:39 -06:00
Josue Ortega
5f6435d7b9 Fixed source of submission url to make it work with selfposts 2017-05-05 12:31:11 -06:00
Josue Ortega
512b3cebe9 Adds own implementation of copy 2017-05-03 19:47:24 -06:00
Josue Ortega
7a2d248875 Add hotkeys to copy submission permalink and submission url 2017-04-17 15:17:55 -06:00
Michael Lazar
13e9fd9b10 A couple of pylint changes 2017-03-28 23:18:13 -07:00
Michael Lazar
f3deea5abc Fix bug in tmux when TERM is set to xterm-256color 2017-01-10 18:36:44 -08:00
Michael Lazar
e625beb638 Changed order-by shortcut to trigger on a single keystroke. #330 2016-12-27 21:34:08 -08:00
Michael Lazar
e96db6e7ac Making a few things more clear. 2016-10-31 13:56:08 -07:00
Michael Lazar
6a395216a3 Cleanup refactor. 2016-10-31 13:50:41 -07:00
Michael Lazar
496fb849e1 Adding tests. 2016-10-11 22:53:26 -07:00
Michael Lazar
fa9ffc50f8 Tidying up and fixing tests, still need to add new tests. 2016-10-11 17:59:24 -07:00
Reshef
31f9425f69 implemented stray TODO for controversial time sorting 2016-10-09 15:50:27 -04:00
Reshef
75fd380432 Added 'links from' menu 2016-10-09 12:37:26 -04:00
Lorenz Leitner
08b1f7ef5d Add config option to hide username if logged in 2016-10-04 23:51:54 +02:00
Michael Lazar
d37e263181 Fix for subreddit title. 2016-10-01 17:47:34 -07:00
Michael Lazar
628bf37c6f Added check for unset locale. 2016-09-11 23:05:54 -07:00
Michael Lazar
54ad7dc22c Fixed bug in page line counter. 2016-08-15 21:27:51 -07:00
Michael Lazar
54352bcd84 - Reorganized [?] help layout
- Added a footer with common commands
- Changed author font to green
- Changed prompt background to inverted
2016-08-12 00:34:11 -07:00
Michael Lazar
7a34c089b9 Raise NotImplemetedError. 2016-08-04 01:01:48 -07:00
Michael Lazar
9894e2ce1d Updated help, switch help screen to PAGER. 2016-08-03 22:05:13 -07:00
David Foucher
94dc86f915 Merge remote-tracking branch 'upstream/master'
Refactoring
2016-07-24 01:27:11 +02:00
Michael Lazar
e7c2d82d93 Cleaned up SubredditContent.from_name 2016-07-20 00:45:45 -07:00
woorst
07aa3c5225 Correct /r/me to /u/me 2016-07-18 16:05:37 -05:00
David Foucher
1b2c595808 sync with 1.10.0 2016-07-17 13:11:17 +02: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
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
42d342f175 Changed /r/me to "My Submissions" in page header, added test. 2016-07-07 17:44:35 -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
33257ac3d1 Added logic, still need to test. 2016-06-23 18:30:58 -07:00
Michael Lazar
9e89dab0b3 Show (not enough space to display) for single comments that are too large. 2016-04-20 00:21:17 -07:00
Michael Lazar
7a2c6ef039 Fixed edge case when expanding bottom item the content is cut off. 2016-04-15 23:13:05 -07:00