Commit Graph

90 Commits

Author SHA1 Message Date
Michael Lazar 865040acf9 Fixing edge case with terminals that dont support colors 2017-12-07 21:58:12 -05:00
Michael Lazar b69ee70366 Merge branch 'master' into themes 2017-12-07 20:55:44 -05:00
jupart 0f75b170d6 Wrap PAGER text, updated with PR review feedback 2017-11-16 08:13:27 -05:00
jupart a30fdbd1b3 Wrap text in submission page PAGER output 2017-11-13 09:46:31 -05:00
Michael Lazar 1e18c87757 Surpressing stdout/stderr from opening web browsers 2017-11-10 19:56:17 -05:00
Michael Lazar 00df45bd34 Fix crash on startup when terminal doesnt support colors 2017-11-04 14:10:50 -04:00
Michael Lazar 552c178fe6 Fixing tests 2017-09-20 13:35:20 -04:00
Michael Lazar 978cdb918a Fixing a few edge cases 2017-09-20 12:46:44 -04:00
Michael Lazar d8213f2271 Switching to more vim-inspired theme attributes 2017-09-19 02:10:37 -04:00
Josue Ortega a8c4b1adf4 Fix crash when submission page contains non standard characters 2017-09-16 12:58:12 -06:00
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 8b63e1c5de Adding tests 2017-09-10 21:47:55 -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 b1b1a64854 Pylint and fixing error type 2017-09-06 01:36:24 -04:00
Michael Lazar 5a98176992 Fix open_browser tests 2017-09-06 00:59:20 -04:00
Michael Lazar 5499aadffb Adding patch for webbrowser on macOS 2017-09-06 00:22:05 -04:00
Michael Lazar 32c33bc80d Adding $VISUAL check 2017-08-03 00:28:59 -04:00
Michael Lazar a852659f99 Merge branch 'master' into woorst-imgur_api 2017-07-25 00:54:19 -04:00
Michael Lazar 578f03259b Adding some comments 2017-07-23 02:13:24 -04:00
Michael Lazar e388591b54 Merge branch 'master' into woorst-imgur_api 2017-07-23 01:01:48 -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
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 7739d31b11 #343 added attribute to hold rxvt-unicode-256color variable instead of calling os.environ every time the screen is cleared. Also changed 'is not' to != in if statement 2017-06-22 19:06:04 -07:00
Ryan Reno 370cfa0642 Issue #343 Added method to clear screen 2017-06-20 21:07:24 -07:00
Michael Lazar e964cb7ca3 Adding imgur client id to the config file 2017-06-07 22:40:45 -04:00
Michael Lazar aefbc4e985 Cleaned up some of the dependencies, added conditional mailcap-fix dep 2017-04-09 19:59:59 -07:00
Michael Lazar 13e9fd9b10 A couple of pylint changes 2017-03-28 23:18:13 -07:00
Michael Lazar e9cd4c4458 Add safety check for terminals without cursor support. 2017-01-06 22:47:29 -08:00
Michael Lazar cf1415ac1d Ignore OSX $DISPLAY variable, default to true. #166 2016-12-27 22:11:21 -08:00
Michael Lazar 60a75098be Fix for using Popen without shell=true for multi-part commands e.g. "emacs -nw" 2016-11-01 10:13:55 -07:00
Michael Lazar 6a395216a3 Cleanup refactor. 2016-10-31 13:50:41 -07:00
Michael Lazar 84f2066f55 Bugfix. 2016-09-27 01:22:14 -07:00
Michael Lazar 57cb8ab3f0 Use communicate() to avoid subprocess hanging. 2016-09-27 01:17:54 -07:00
Michael Lazar ae3a06507e Disable pylint import error. 2016-09-11 19:59:04 -07:00
Michael Lazar ed5292d9b4 Secure urls before sending to Popen. 2016-09-11 19:52:56 -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 720a62faf6 Add pytest-xdist to the travis build. 2016-08-11 01:18:41 -07:00
Michael Lazar 17425008b3 Adding general test coverage. 2016-08-10 01:32:02 -07:00
David Foucher d141182333 Merge remote-tracking branch 'upstream/master' 2016-07-30 12:52:37 +02:00
Michael Lazar 04a6d31ad9 Better error handling for mime parsers. #264. 2016-07-26 23:47:52 -07:00
Michael Lazar 663d6ee5b9 Merge remote-tracking branch 'origin/master' into custom_commands2 2016-07-26 23:06:37 -07:00
Michael Lazar a1b7b7310f Better handling for urlview errors. #262. 2016-07-26 23:05:35 -07:00
Michael Lazar 620434eed0 Fixed a few python2 tests. 2016-07-26 01:15:18 -07:00
Michael Lazar ddb459cf56 Fixed a few bugs and added cassettes. 2016-07-26 01:06:44 -07:00
Michael Lazar a115c7f423 Tweaking some mailcap definitions. 2016-07-24 13:47:50 -07:00