Commit Graph

871 Commits

Author SHA1 Message Date
John Helmert
1c0afc8a55 More adjustments for new maintainership 2019-06-09 11:05:37 -05:00
John Helmert
7423a43e50 Make the clipboard command user-configurable
Add config item clipboard_cmd, with a default of 'pbcopy w' on Darwin
and 'xclip' on everything else. This will allow the user to use any
command for the clipboard, including 'wl-copy' for Wayland (addressing
issue #693 on Github). With his change, significant simplifications
could be made to clipboard.py - the copy_*() functions have been removed
and combined into copy().

With this simplification, the old OSX test is obsolete, and new OSX
tests are needed (need a way to simulate sys.platform).
2019-06-08 15:18:15 -05:00
John Helmert
e545c7052c Fix Github issue #695
Caused by Page.move_to_bottom() setting self.nav.page_index to -1, only
possible when there are no comments on a submission, but which also
caused a crash when rendering.
2019-06-07 11:39:09 -05:00
John Helmert
de1d06e33c Replace deprecated ConfigParser method
ConfigParser.readfp() -> ConfigParser.read_file()
2019-06-06 19:32:46 -05:00
Michael Lazar
7923890fb3 upping version 2019-06-02 21:07:28 -04:00
Markus Pettersson
882ac3ce32 Fixed small typo
Fixed small typo in help page regarding vim style movement
2019-04-25 22:43:32 +02:00
Michael Lazar
96e8ce2d42 Merge pull request #674 from pabloariasal/open_links_in_new_window
Add option to force opening links in new browser window
2019-04-22 10:20:23 -04:00
Pablo Arias
d4a7499018 Enforcing new browser window option also for non-graphical browsers 2019-04-17 22:36:28 +02:00
Pablo Arias
9e6b4e50aa Move force_new_browser_window option to the main options 2019-04-17 22:35:43 +02:00
Matthias De Bie
2bf1a822d3 Make sure feh scales the image to fit the window 2019-04-17 08:58:54 +02:00
Pablo Arias
5f8afabc54 Add option to force opening links in new browser window 2019-04-14 19:05:18 +02:00
Michael Lazar
0d16983e68 Upping version 2019-03-03 22:55:41 -05:00
Michael Lazar
70d82eafee Add system information to traceback, add a new --debug-info command 2019-03-03 19:37:13 -05:00
Michael Lazar
f626f117a5 Load links from the command line before loading the subreddit 2019-03-03 18:10:53 -05:00
Michael Lazar
aac5cd05d0 Default to /r/popular instead of /r/front if the page cant be loaded at startup 2019-03-03 17:51:33 -05:00
Michael Lazar
d1ef36351d Updated the inline help page to match CONTROLS.md 2019-03-03 13:49:21 -05:00
Michael Lazar
63a8ee9b16 Merge branch 'master' into inbox 2019-03-03 12:25:07 -05:00
Michael Lazar
4a95d24e8c Fix bug in clipboard copying 2019-02-27 02:18:44 -05:00
Michael Lazar
7a71023a40 Large commit to add support for browsing the inbox 2019-02-27 02:04:45 -05:00
Michael Lazar
a03f4f0b25 Catch error and typo fix 2019-02-18 21:23:37 -05:00
Michael Lazar
fc9510c295 Give sort commands more generic sounding names 2019-02-18 20:23:57 -05:00
Michael Lazar
6787ce5140 Adding new theme elements for inbox 2019-02-18 20:18:55 -05:00
Michael Lazar
6c57dfe9ed Linting 2019-02-18 20:17:34 -05:00
Michael Lazar
4741742e14 Update __main__.py
Trim down error message wording, making a suggestion was unnecessary.
2019-02-14 14:51:08 -05:00
Michael Lazar
abe8edc9ef Bumping version 2019-02-13 10:38:20 -05:00
Michael Lazar
05297eb59b Prevent stripping newlines in the middle of markdown submissions 2019-02-13 10:10:24 -05:00
Michael Lazar
d4beb9ef74 Upping version 2019-02-03 17:47:41 -05:00
Michael Lazar
8042f3e1f0 Added tests, minor refactoring 2019-02-03 00:24:38 -05:00
Michael Lazar
e48e93aabf Merge branch 'yank_links_prompt' of https://github.com/woorst/rtv into woorst-yank_links_prompt 2019-02-02 22:38:25 -05:00
Michael Lazar
6796ee7415 Fix gfycat mime parser 2019-02-02 22:05:19 -05:00
woorst
cdee4ab615 typo 2019-02-02 21:27:35 -05:00
Michael Lazar
93a96e5f51 Fix edge-case when printing terminal title 2019-02-02 21:00:27 -05:00
Michael Lazar
9a6376608d Merge branch 'pager-wrap' of https://github.com/micronn/rtv into micronn-pager-wrap 2019-02-02 19:07:19 -05:00
woorst
0b1bb2d574 Improve comment formatting for markdown code block 2019-02-02 14:45:44 -05:00
Michael Wei
77f8f14704 mailcap: support URLs and files 2019-01-19 16:50:38 -08:00
Ivan
dd0dce3ee8 Add max column width for pager 2018-11-13 01:04:17 +01:00
woorst
ef3210c339 display yanked url in notification 2018-11-04 15:57:00 -05:00
woorst
6a262333d3 open links prompt to select url for copying 2018-11-03 18:18:27 -04:00
Michael Lazar
a83b5108d3 Merge pull request #613 from woorst/mark_edited
Indicate edited submissions/comments.
2018-10-23 10:36:58 -04:00
Michael Lazar
b21cb6d018 Merge pull request #616 from woorst/open_links_previous
Previous page link in open links prompt.
2018-10-23 10:34:00 -04:00
woorst
fceb2d80b8 selftext_html replaced with '' when not defined 2018-10-22 04:36:56 -04:00
woorst
7a1afd6af2 Verbose time stamp on submission page. 2018-10-02 06:32:12 -04:00
woorst
a0ebb9b559 Display time stamp of edited posts/comments. 2018-10-02 06:28:55 -04:00
Michael Lazar
81e90fccfb Making the user page titles a little fancier 2018-10-02 00:51:10 -04:00
Michael Lazar
510f3538da Merge branch 'user_pages' of https://github.com/woorst/rtv into woorst-user_pages 2018-10-01 23:56:06 -04:00
woorst
7d14494dcf Updated tests for more links per open link prompt 2018-10-01 20:09:47 -04:00
woorst
ee9b231da0 Previous page link in open links prompt. 2018-10-01 19:52:13 -04:00
Michael Lazar
19f246adac Added welcome message when logging in for the first time with autologin disabled 2018-10-01 01:45:33 -04:00
Michael Lazar
7a1f2ea2eb Merge branch 'autologin_config' of https://github.com/codesoap/rtv into codesoap-autologin_config 2018-10-01 01:16:11 -04:00
Michael Lazar
e4cced27eb Adding tests and some minor tweaks to structure. 2018-10-01 00:45:09 -04:00