Commit Graph
100 Commits
Author SHA1 Message Date
Michael Lazar 45c041054e Upping version. 2015-03-30 08:47:08 -07:00
michael-lazar ea15f30495 Merge pull request #48 from mineo/sdist-fix
Add version.py to MANIFEST.in
2015-03-30 08:45:22 -07:00
Michael Lazar b40a757d5d Merge branch 'master' of https://github.com/michael-lazar/rtv 2015-03-30 01:04:10 -07:00
Michael Lazar b320627ac0 Upping version. 2015-03-30 01:03:29 -07:00
Michael Lazar 68f30b2e07 Fixed crash on invalid subreddit. 2015-03-30 01:02:49 -07:00
michael-lazar 64e1a69ec9 Merge pull request #46 from msabramo/patch-1
README.rst: Syntax highlight ini file
2015-03-29 20:51:52 -07:00
Michael Lazar 70e834698a Upping version. 2015-03-29 20:36:42 -07:00
michael-lazar 49233cc036 Updated readme images. 2015-03-29 20:30:55 -07:00
Michael Lazar ddcf17c13f doc wording. 2015-03-29 19:40:48 -07:00
Michael Lazar 69cd387f00 refresh_content() now properly resets the navigator's callback. 2015-03-29 18:55:22 -07:00
Michael Lazar ca43eac3fc Added error handling for editor. 2015-03-29 18:09:33 -07:00
michael-lazar ce47bafe28 Readme tweak 2015-03-29 17:20:54 -07:00
Michael Lazar d145536ee7 Merge branch 'master' of https://github.com/michael-lazar/rtv 2015-03-29 16:57:49 -07:00
Michael Lazar e2b0a27468 Fix for gedit. 2015-03-29 16:57:10 -07:00
Michael Lazar 5edc54f684 Added $EDITOR section to readme. 2015-03-28 00:34:52 -07:00
Michael Lazar f831e1650a Merge branch 'comment-help' of https://github.com/yskmt/rtv into yskmt-comment-help
Conflicts:
	rtv/curses_helpers.py
2015-03-28 00:08:59 -07:00
Michael Lazar 14a0258632 Removed trailing empty lines from comment message. 2015-03-27 23:53:30 -07:00
Michael Lazar 2406b10f38 Handle unexpected config keys without crashing. 2015-03-27 23:32:45 -07:00
Michael Lazar c64ec55453 Tweaked comment wording. 2015-03-27 23:24:49 -07:00
Michael Lazar 9ddce7fd35 Moved editor to a helper function. 2015-03-27 23:21:26 -07:00
michael-lazar ff0a7806fd Merge pull request #44 from noahmorrison/master
Fix EscapeInterrupt not being defined.
2015-03-23 13:07:59 -07:00
michael-lazar 3674e03ba7 Merge pull request #43 from tkajder/master
Pressing '?' crashes the client
2015-03-22 21:08:27 -07:00
Michael Lazar 5a2d814abb Fixed a few missed function renames, 2015-03-22 19:58:35 -07:00
michael-lazar 8bb6c188e8 Merge pull request #41 from noahmorrison/master
Fix setup.py from throwing errors
2015-03-20 20:05:37 -07:00
Michael Lazar 688289f00c Fixed a few imports and docs. 2015-03-20 02:25:23 -07:00
Michael Lazar 7d9c8ad0d4 Major refactor, package cleanup. Untested. 2015-03-20 02:12:01 -07:00
Michael Lazar 9ecf7e10bc Addressed add_comment() issues brought up in #38. 2015-03-18 22:24:17 -07:00
Michael Lazar d1cee10936 Merge branch 'yskmt-post-comment-reply'
Conflicts:
	rtv/submission.py
2015-03-18 22:20:09 -07:00
Michael Lazar 52c7c0730d Comments are now forced to sort by "hot" in all cases. 2015-03-18 00:46:36 -07:00
Michael Lazar fd9cbd8841 Fixed bug where folding a comment would crash the page. 2015-03-15 23:26:30 -07:00
Michael Lazar 418e11d2aa Merge branch 'master' of https://github.com/michael-lazar/rtv 2015-03-14 01:37:47 -07:00
Michael Lazar a968d0f8a2 Added sheild for python version. 2015-03-14 01:35:50 -07:00
michael-lazar dbaf3f2d65 Readme tweak 2015-03-14 01:20:34 -07:00
Michael Lazar 9cbd4288ea Upping version. 2015-03-14 01:08:15 -07:00
Michael Lazar f61303eae1 Added exception handling for voting if the user isnt logged in. 2015-03-14 01:05:11 -07:00
Michael Lazar a58d7ef450 Merge branch 'master' of https://github.com/michael-lazar/rtv 2015-03-14 00:32:00 -07:00
Michael Lazar eba9238adc Semi-major refactor, added upvotes/downvotes. 2015-03-14 00:19:16 -07:00
michael-lazar d77b99787a Updated readme image! 2015-03-13 00:24:50 -07:00
Michael Lazar 9ba161cdba Formatting, added exception catch for bad subreddit name. 2015-03-12 21:58:38 -07:00
Michael Lazar 747d11af61 Merge branch 'master' into unicode_investigation
Conflicts:
	rtv/content.py
	rtv/main.py
	rtv/submission.py
	rtv/subreddit.py
2015-03-12 21:29:17 -07:00
michael-lazar 3733f26d8d Added help command to readme 2015-03-12 21:18:00 -07:00
Michael Lazar 9418073a46 Updated gitignore for personal scripts. 2015-03-12 20:53:46 -07:00
Michael Lazar 37bf80409a Tweaked link flair formatting. 2015-03-12 20:09:57 -07:00
Michael Lazar 7db8c2f3b8 Set ascii to the default encoding. 2015-03-12 19:05:58 -07:00
Michael Lazar 17a1c27a2c Implemented unicode sandwich. 2015-03-12 19:02:22 -07:00
Michael Lazar 47ad49a189 Fix for unicode pull request #33 2015-03-10 22:20:05 -07:00
Michael Lazar 1b8a4b5b91 Merge branch 'master' of https://github.com/michael-lazar/rtv 2015-03-10 21:06:21 -07:00
michael-lazar 59bca6a30c Merge pull request #33 from ragreener1/master
Fixed issue #23
2015-03-10 15:47:24 -07:00
Michael Lazar 09b88ba57d Upping version. 2015-03-09 23:26:13 -07:00
Michael Lazar c1176279a3 Merge branch 'master' of https://github.com/michael-lazar/rtv 2015-03-09 23:25:31 -07:00
Michael Lazar c0560db71f Added comment for debugging. 2015-03-09 23:24:07 -07:00
michael-lazar c5bc5dea4f Misspelled word 2015-03-09 21:03:23 -07:00
Michael Lazar a6300b494a Open webbrowser in subprocess to redirect stdout. 2015-03-09 20:47:07 -07:00
Michael Lazar 04f3a5b7b6 Cleaned up import. 2015-03-09 01:28:43 -07:00
Michael Lazar b0f8c398ce /r/front now displayed as "Front Page". 2015-03-09 00:18:03 -07:00
Michael Lazar b0053643f7 Added username to banner if logged in. 2015-03-09 00:11:09 -07:00
Michael Lazar 820e30b6a6 Removed getpass to let the praw library take care of it. 2015-03-08 23:43:55 -07:00
Michael Lazar 7c5ff238d4 Dropping webbrowser hack until a better implementation is found. 2015-03-08 23:42:22 -07:00
Michael Lazar f1fc9e1d4c Viewed links now change to purple. 2015-03-08 22:20:36 -07:00
Michael Lazar e7d285bd13 Aliged key definitions between submission and subreddit. 2015-03-08 21:35:07 -07:00
Michael Lazar bc9e36f7af Added __version__, corrected relative imports. 2015-03-08 01:22:59 -08:00
Michael Lazar 256151fa1b Added multireddits to readme. 2015-03-07 23:42:08 -08:00
Michael Lazar b992645906 Merge branch 'multireddit' 2015-03-07 23:05:21 -08:00
Michael Lazar b6f5b7e759 Fixed bug with overlapping loaders. 2015-03-07 23:04:18 -08:00
michael-lazar 6d67097f8c Merge pull request #31 from peterpans01/master
fix error when open subreddit in Windows 7
2015-03-07 21:38:14 -08:00
Michael Lazar 7064f4ee21 Added support for multireddits. 2015-03-07 21:09:02 -08:00
Michael Lazar ee290a7b0b Merge branch 'master' of https://github.com/michael-lazar/rtv 2015-03-07 14:03:37 -08:00
Michael Lazar 27157f400e Fixed help message crashing on small terminals. 2015-03-07 14:03:15 -08:00
Michael Lazar 27990514cb Merge branch 'yskmt-help-msg' 2015-03-07 13:02:08 -08:00
michael-lazar 19cab712be Readme tweaks 2015-03-06 22:21:24 -08:00
michael-lazar d4db2a9689 Readme tweaks 2015-03-06 22:20:05 -08:00
michael-lazar 27e90b1ca1 Merge pull request #30 from shanhind/master
Fix bug with login where invalid password throws unhandeled exception in
2015-03-06 12:52:04 -08:00
Michael Lazar a50317b311 Merge branch 'master' of https://github.com/michael-lazar/rtv 2015-03-06 00:25:25 -08:00
Michael Lazar adbe605f08 Upping version. 2015-03-06 00:23:25 -08:00
Michael Lazar be693aeceb Removed demo gif from repo. 2015-03-06 00:22:51 -08:00
michael-lazar e555d512e7 Added configuration section to readme. 2015-03-05 23:37:08 -08:00
Michael Lazar db179bd42b Re-implemented fix for Firefox error messages. 2015-03-05 22:56:09 -08:00
Michael Lazar 8201460e9c Added support for config file. 2015-03-05 01:50:28 -08:00
Michael Lazar 43e4d845fc Accidentally broke python3, my bad!. 2015-03-05 01:43:45 -08:00
Michael Lazar 444021fd12 Upping version. 2015-03-05 00:22:02 -08:00
michael-lazar da79d0fef2 Readme tweak 2015-03-05 00:08:49 -08:00
Michael Lazar 77382112d5 Added backspace compatability. 2015-03-04 23:55:21 -08:00
Michael Lazar 49cc1cba78 Readme tweak. 2015-03-04 23:06:28 -08:00
Michael Lazar 4e5f564db5 Fixed browser links to selfposts. Added links to the submission page. #21 2015-03-04 22:58:36 -08:00
Michael Lazar 46be3d6833 Added a patch to silence warnings from Firefox. #21. 2015-03-04 22:36:17 -08:00
michael-lazar 0c18fd50e4 Merge pull request #19 from tobywhughes/slashfix
A fix for the backslash bugs (plus front/... alias)
2015-03-04 18:55:41 -08:00
michael-lazar eb1e8dde32 Merge pull request #22 from juanpabloaj/setup
to show full readme.rst in pypi
2015-03-04 18:54:46 -08:00
michael-lazar 3bd3ace9f6 Merge pull request #20 from mekhami/master
Added functionality to open the submission link in the browser.
2015-03-04 13:20:17 -08:00
Michael Lazar 1d41e6d3ad Typo in README formatting. 2015-03-03 22:50:36 -08:00
Michael Lazar b3a6e8b08b Upping version, updated pip instructions in readme. 2015-03-03 22:39:25 -08:00
Michael Lazar 968bb2c079 Merge branch 'pypi' 2015-03-03 22:33:16 -08:00
michael-lazar e46e05f9a6 Merge pull request #13 from tobywhughes/master
Added option to got to front page /new
2015-03-03 14:11:12 -08:00
michael-lazar 3eda79de9b Merge pull request #14 from snahor/preserve-newlines
Preserve newlines in comments and posts
2015-03-03 11:55:32 -08:00
Michael Lazar 4124fd7acc Re-implemented getpass for password. 2015-03-03 08:12:24 -08:00
Michael Lazar d5f68215cd Pypi changes, pip is giving a version error. 2015-03-03 01:16:52 -08:00
Michael Lazar 2a608efaff Removed manifest until there's a real need for it. 2015-03-03 00:43:07 -08:00
Michael Lazar a6b772a3e9 Upping version number, prepared setup.py for pip. 2015-03-03 00:41:38 -08:00
michael-lazar 1fc1eb5972 Merge pull request #11 from tobywhughes/master
Added option to sort subreddit posts by top and new
2015-03-03 00:07:25 -08:00
Michael Lazar 97d72a0f3d Synced runscript docs with readme. 2015-03-02 21:43:33 -08:00
michael-lazar 333b54b379 Cleaned up usage in readme, added vim bindings 2015-03-02 21:07:11 -08:00