Commit Graph

  • 69a346abe8 missing import statement Tobin 2015-03-30 18:36:01 -05:00
  • c2bf9a88ed updated docs for enter key binding Tobin 2015-03-30 17:26:19 -05:00
  • bd38e6a28e added character value for enter because curses.KEY_ENTER is buggy Tobin 2015-03-30 17:23:38 -05:00
  • 6fcabe36e3 implemented controllers for key input Tobin 2015-03-30 17:18:29 -05:00
  • 346ba424f2 added base controller for command decorators Tobin 2015-03-30 16:58:01 -05:00
  • 45c041054e Upping version. Michael Lazar 2015-03-30 08:47:08 -07:00
  • ea15f30495 Merge pull request #48 from mineo/sdist-fix michael-lazar 2015-03-30 08:45:22 -07:00
  • 80cdf036ef Add version.py to MANIFEST.in Wieland Hoffmann 2015-03-30 14:03:14 +02:00
  • b40a757d5d Merge branch 'master' of https://github.com/michael-lazar/rtv Michael Lazar 2015-03-30 01:04:10 -07:00
  • b320627ac0 Upping version. Michael Lazar 2015-03-30 01:03:29 -07:00
  • 68f30b2e07 Fixed crash on invalid subreddit. Michael Lazar 2015-03-30 01:02:49 -07:00
  • 64e1a69ec9 Merge pull request #46 from msabramo/patch-1 michael-lazar 2015-03-29 20:51:52 -07:00
  • 7d461ffc58 README.rst: Syntax highlight ini file Marc Abramowitz 2015-03-29 20:45:08 -07:00
  • 70e834698a Upping version. Michael Lazar 2015-03-29 20:36:42 -07:00
  • 49233cc036 Updated readme images. michael-lazar 2015-03-29 20:30:55 -07:00
  • ddcf17c13f doc wording. Michael Lazar 2015-03-29 19:40:48 -07:00
  • 69cd387f00 refresh_content() now properly resets the navigator's callback. Michael Lazar 2015-03-29 18:55:22 -07:00
  • ca43eac3fc Added error handling for editor. Michael Lazar 2015-03-29 18:06:47 -07:00
  • ce47bafe28 Readme tweak michael-lazar 2015-03-29 17:20:54 -07:00
  • d145536ee7 Merge branch 'master' of https://github.com/michael-lazar/rtv Michael Lazar 2015-03-29 16:57:49 -07:00
  • e2b0a27468 Fix for gedit. Michael Lazar 2015-03-29 16:57:10 -07:00
  • 5edc54f684 Added $EDITOR section to readme. Michael Lazar 2015-03-28 00:34:52 -07:00
  • f831e1650a Merge branch 'comment-help' of https://github.com/yskmt/rtv into yskmt-comment-help Michael Lazar 2015-03-28 00:08:59 -07:00
  • 14a0258632 Removed trailing empty lines from comment message. Michael Lazar 2015-03-27 23:42:51 -07:00
  • 2406b10f38 Handle unexpected config keys without crashing. Michael Lazar 2015-03-27 23:32:45 -07:00
  • c64ec55453 Tweaked comment wording. Michael Lazar 2015-03-27 23:24:49 -07:00
  • 9ddce7fd35 Moved editor to a helper function. Michael Lazar 2015-03-27 23:21:26 -07:00
  • 32fd689544 Use comments instead of a cutoff line. noah morrison 2015-03-24 19:42:52 -04:00
  • 98c820fe4f Use subprocess instead of os.system. noah morrison 2015-03-23 22:42:21 -04:00
  • bcc76ff21a Some minor code cleanup. noah morrison 2015-03-23 22:39:20 -04:00
  • c00a9fee3d Use NamedTemporaryFile instead of mkstemp. noah morrison 2015-03-23 22:31:58 -04:00
  • 08c78c54ec Add instructions to the comment file. noah morrison 2015-03-23 18:59:08 -04:00
  • ff0a7806fd Merge pull request #44 from noahmorrison/master michael-lazar 2015-03-23 13:07:59 -07:00
  • 96a9b34a26 Initial switch to using $EDITOR noah morrison 2015-03-23 16:05:24 -04:00
  • 15aba8b0eb Fix EscapeInterrupt not being defined. noah morrison 2015-03-23 16:02:53 -04:00
  • 3674e03ba7 Merge pull request #43 from tkajder/master michael-lazar 2015-03-22 21:08:27 -07:00
  • 571e1e82c5 Pressing '?' crashed the client as 'docs' was not found in show_help() in curses_helpers.py. Changing docs.HELP.split('\n') to HELP.split('\n') shows help appropriately. Thomas Kajder 2015-03-22 21:23:34 -06:00
  • 5a2d814abb Fixed a few missed function renames, Michael Lazar 2015-03-22 19:58:35 -07:00
  • 8bb6c188e8 Merge pull request #41 from noahmorrison/master michael-lazar 2015-03-20 20:05:37 -07:00
  • eea306a980 Fix setup.py version variable. noah morrison 2015-03-20 22:52:41 -04:00
  • 688289f00c Fixed a few imports and docs. Michael Lazar 2015-03-20 02:25:23 -07:00
  • 7d9c8ad0d4 Major refactor, package cleanup. Untested. Michael Lazar 2015-03-20 02:12:01 -07:00
  • 60dfc85855 help on comment function added ysakamoto 2015-03-19 10:44:59 -05:00
  • 9ecf7e10bc Addressed add_comment() issues brought up in #38. Michael Lazar 2015-03-18 22:24:17 -07:00
  • d1cee10936 Merge branch 'yskmt-post-comment-reply' Michael Lazar 2015-03-18 22:20:09 -07:00
  • 52c7c0730d Comments are now forced to sort by "hot" in all cases. Michael Lazar 2015-03-18 00:46:36 -07:00
  • fd9cbd8841 Fixed bug where folding a comment would crash the page. Michael Lazar 2015-03-15 23:26:30 -07:00
  • da851ec048 add_comment function added ysakamoto 2015-03-12 17:44:37 -05:00
  • 418e11d2aa Merge branch 'master' of https://github.com/michael-lazar/rtv Michael Lazar 2015-03-14 01:37:47 -07:00
  • a968d0f8a2 Added sheild for python version. Michael Lazar 2015-03-14 01:27:18 -07:00
  • dbaf3f2d65 Readme tweak michael-lazar 2015-03-14 01:20:34 -07:00
  • 9cbd4288ea Upping version. Michael Lazar 2015-03-14 01:08:15 -07:00
  • f61303eae1 Added exception handling for voting if the user isnt logged in. Michael Lazar 2015-03-14 01:05:11 -07:00
  • a58d7ef450 Merge branch 'master' of https://github.com/michael-lazar/rtv Michael Lazar 2015-03-14 00:32:00 -07:00
  • eba9238adc Semi-major refactor, added upvotes/downvotes. Michael Lazar 2015-03-14 00:19:16 -07:00
  • d77b99787a Updated readme image! michael-lazar 2015-03-13 00:24:50 -07:00
  • 9ba161cdba Formatting, added exception catch for bad subreddit name. Michael Lazar 2015-03-12 21:58:38 -07:00
  • 747d11af61 Merge branch 'master' into unicode_investigation Michael Lazar 2015-03-12 21:29:17 -07:00
  • 3733f26d8d Added help command to readme michael-lazar 2015-03-12 21:18:00 -07:00
  • 9418073a46 Updated gitignore for personal scripts. Michael Lazar 2015-03-12 20:53:46 -07:00
  • 37bf80409a Tweaked link flair formatting. Michael Lazar 2015-03-12 20:09:57 -07:00
  • 7db8c2f3b8 Set ascii to the default encoding. Michael Lazar 2015-03-12 19:05:58 -07:00
  • 17a1c27a2c Implemented unicode sandwich. Michael Lazar 2015-03-12 19:02:22 -07:00
  • 377dbfc0ef Merge branch 'shanhind-master' Michael Lazar 2015-03-12 15:24:51 -07:00
  • d4943052d4 Merge branch 'master' of https://github.com/shanhind/rtv into shanhind-master Michael Lazar 2015-03-12 15:15:14 -07:00
  • 34dfa53b9f Fixed suggested changes for pull request, changed colour of flairs to yellow for more visibility on submission page Shawn Hind 2015-03-12 17:42:26 -04:00
  • a4d531b4e7 Added functionality for flairs #28 Shawn Hind 2015-03-11 16:54:18 -04:00
  • 47ad49a189 Fix for unicode pull request #33 Michael Lazar 2015-03-10 21:57:56 -07:00
  • 1b8a4b5b91 Merge branch 'master' of https://github.com/michael-lazar/rtv Michael Lazar 2015-03-10 21:06:21 -07:00
  • 59bca6a30c Merge pull request #33 from ragreener1/master michael-lazar 2015-03-10 15:47:24 -07:00
  • abadbd7037 Removed copy of __main__.py, changed flag from -a to --force-ascii Robert Greener 2015-03-10 17:51:34 +00:00
  • 09b88ba57d Upping version. Michael Lazar 2015-03-09 23:26:13 -07:00
  • c1176279a3 Merge branch 'master' of https://github.com/michael-lazar/rtv Michael Lazar 2015-03-09 23:25:31 -07:00
  • c0560db71f Added comment for debugging. Michael Lazar 2015-03-09 23:24:07 -07:00
  • c5bc5dea4f Misspelled word michael-lazar 2015-03-09 21:03:23 -07:00
  • a6300b494a Open webbrowser in subprocess to redirect stdout. Michael Lazar 2015-03-09 20:47:07 -07:00
  • 04f3a5b7b6 Cleaned up import. Michael Lazar 2015-03-09 01:28:43 -07:00
  • b0f8c398ce /r/front now displayed as "Front Page". Michael Lazar 2015-03-09 00:18:03 -07:00
  • b0053643f7 Added username to banner if logged in. Michael Lazar 2015-03-09 00:11:09 -07:00
  • 820e30b6a6 Removed getpass to let the praw library take care of it. Michael Lazar 2015-03-08 23:43:55 -07:00
  • 7c5ff238d4 Dropping webbrowser hack until a better implementation is found. Michael Lazar 2015-03-08 23:25:13 -07:00
  • f1fc9e1d4c Viewed links now change to purple. Michael Lazar 2015-03-08 22:20:36 -07:00
  • e7d285bd13 Aliged key definitions between submission and subreddit. Michael Lazar 2015-03-08 21:35:07 -07:00
  • 6e88f33986 removed unused variable Robert Greener 2015-03-08 21:55:46 +00:00
  • d6620dbdbe Added -a for force_ascii, utf-8 by default Robert Greener 2015-03-08 21:28:36 +00:00
  • bc9e36f7af Added __version__, corrected relative imports. Michael Lazar 2015-03-08 01:01:32 -08:00
  • 256151fa1b Added multireddits to readme. Michael Lazar 2015-03-07 23:22:05 -08:00
  • b992645906 Merge branch 'multireddit' Michael Lazar 2015-03-07 23:05:21 -08:00
  • b6f5b7e759 Fixed bug with overlapping loaders. Michael Lazar 2015-03-07 23:04:18 -08:00
  • 6d67097f8c Merge pull request #31 from peterpans01/master michael-lazar 2015-03-07 21:38:14 -08:00
  • 7064f4ee21 Added support for multireddits. Michael Lazar 2015-03-07 21:09:02 -08:00
  • ee290a7b0b Merge branch 'master' of https://github.com/michael-lazar/rtv Michael Lazar 2015-03-07 14:03:37 -08:00
  • 27157f400e Fixed help message crashing on small terminals. Michael Lazar 2015-03-07 14:03:15 -08:00
  • 27990514cb Merge branch 'yskmt-help-msg' Michael Lazar 2015-03-07 13:02:08 -08:00
  • af86a3ad67 fix error when open subreddit peterpans01 2015-03-07 22:20:13 +07:00
  • 19cab712be Readme tweaks michael-lazar 2015-03-06 22:21:24 -08:00
  • d4db2a9689 Readme tweaks michael-lazar 2015-03-06 22:20:05 -08:00
  • 27e90b1ca1 Merge pull request #30 from shanhind/master michael-lazar 2015-03-06 12:52:04 -08:00
  • 09ed21b75c display_help function added ysakamoto 2015-03-06 14:51:05 -06:00
  • 3808c65060 display_message simplified ysakamoto 2015-03-06 14:35:53 -06:00