Commit Graph

649 Commits

Author SHA1 Message Date
Matt Smith
749ad11171 Added urlview keybinding
1.  A shortcut of 'b' was used as the default binding for passing
comment body text to urlview (this is similar to the default of C-b in
the 'mutt' text email client)
2.  The `comment_urlview` SubmissionController function was added to
recieve the SUBMISSION_OPEN_IN_URLVIEWER keypress request.
3.  The `open_urlview` terminal function was added to handle the urlview
request.  It passes the comment body data to urlview via a Popen
process.
4.  A test case was added to ensure this new code path is executed
5.  Small formatting changes, mostly line length
2016-07-05 20:52:31 -07:00
Michael Lazar
fb837bafc7 Merge pull request #231 from michael-lazar/exception_file_save
Exception file save
2016-06-23 23:29:04 -07:00
Michael Lazar
5f64a3e005 typo in log messages. 2016-06-23 23:25:56 -07:00
Michael Lazar
c5db35fe82 Delete file before opening newly created post. 2016-06-23 23:23:02 -07:00
Michael Lazar
a2f51dfc2e pylint. 2016-06-23 23:14:58 -07:00
Michael Lazar
8529b4a313 Fixed another test. 2016-06-23 23:08:30 -07:00
Michael Lazar
a5a42fc5da Fixed some error messages 2016-06-23 23:06:41 -07:00
Michael Lazar
a2a0001943 Added log message on session start. 2016-06-23 22:52:54 -07:00
Michael Lazar
d81c981dbf Updated tests. Updated log format. 2016-06-23 22:50:12 -07:00
Michael Lazar
33257ac3d1 Added logic, still need to test. 2016-06-23 18:30:58 -07:00
Michael Lazar
b64ee6fa94 Merge pull request #230 from michael-lazar/slash_subreddit
Check for empty subreddit name.
2016-06-14 01:09:02 -07:00
Michael Lazar
ab86b5d875 Fixed test. 2016-06-14 01:05:20 -07:00
Michael Lazar
3bbd327b7e Merge pull request #229 from michael-lazar/flush_title
Flush sys.stdout after writing the title.
2016-06-14 01:00:25 -07:00
Michael Lazar
81e618b40b Check for empty subreddit name. 2016-06-14 00:59:18 -07:00
Michael Lazar
047adb1936 Flush sys.stdout after writing the title. #221. 2016-06-14 00:26:49 -07:00
Michael Lazar
e8568c3fd6 Update praw to 3.5.0 2016-06-14 00:22:20 -07:00
Michael Lazar
c634711854 Upping version 2016-06-14 00:09:49 -07:00
Michael Lazar
1f1beec4d3 Merge pull request #217 from michael-lazar/cursor-tracking
Cursor tracking
2016-04-21 01:15:44 -07:00
Michael Lazar
a21fcc1e06 Fixed tests. 2016-04-21 01:02:43 -07:00
Michael Lazar
b550aa0e40 Fixed an edge case. 2016-04-20 01:01:52 -07:00
Michael Lazar
27395637a3 Added a test for not enough space to display comment. 2016-04-20 00:52:54 -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
51a0dd33e4 Updated a few tests. 2016-04-20 00:06:22 -07:00
Michael Lazar
aa065c6e29 Merge branch 'master' into cursor-tracking
Conflicts:
	rtv/content.py
2016-04-19 23:49:37 -07:00
Michael Lazar
a29fb9fcdc Merge pull request #216 from michael-lazar/duplicate_numbers
Fix bug where submission indicies were duplicated when paging. #209
2016-04-19 23:41:21 -07:00
Michael Lazar
e0550a5eab Fix bug where submission indicies were duplicated when paging. #209 2016-04-19 23:38:38 -07:00
Michael Lazar
4d10f3169f Merge branch 'shaggytwodope-master' 2016-04-19 23:20:19 -07:00
Michael Lazar
775fa04353 Update README.rst 2016-04-19 23:18:50 -07:00
Michael Lazar
88c9a65bf6 Update README.rst 2016-04-19 23:15:10 -07:00
Michael Lazar
5879234b97 Update README.rst
Shortened Arch Linux section
2016-04-19 23:13:09 -07:00
Johnathan Jenkins
013f272723 [readme] add steps for archlinux installation 2016-04-19 13:01:32 -07:00
Michael Lazar
f2fe68bca9 Merge pull request #213 from michael-lazar/ascii_art
Ascii art
2016-04-19 02:04:03 -07:00
Michael Lazar
a7fb5ed5f2 Add ascii logo 2016-04-19 00:16:01 -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
Michael Lazar
85ea5e6c00 Merge branch 'master' into cursor-tracking 2016-04-15 22:34:53 -07:00
Michael Lazar
53128204fa Merge pull request #210 from michael-lazar/praw3
Force praw 3 version
2016-04-15 22:31:02 -07:00
Michael Lazar
b00b855dcc Specify praw 3.4 2016-04-15 22:26:42 -07:00
Michael Lazar
47af24cc6e Fixed a few typos. 2016-04-15 18:22:55 -07:00
Michael Lazar
6c130001b1 Fixed bug where submission indicies were duplicated when paging. 2016-04-15 17:47:45 -07:00
Michael Lazar
e69c59baa8 Work in progress. 2016-04-14 18:40:28 -07:00
Michael Lazar
26d1f0efcb Added top height, still needs to be refactored + tested. 2016-04-14 00:52:12 -07:00
Michael Lazar
29d714997b Merge pull request #207 from michael-lazar/monochrome
Monochrome
2016-04-14 00:02:52 -07:00
Michael Lazar
16f4b151dd Updated a few descriptions. 2016-04-12 16:10:27 -07:00
Michael Lazar
b72b7965c1 Add monochrome option, chmod 664 when copying config. 2016-04-12 15:56:09 -07:00
Michael Lazar
95d37ecf55 Merge pull request #206 from michael-lazar/Support-for-random-subreddit
Better support for random subreddit.
2016-04-08 01:35:41 -07:00
Michael Lazar
8fc93911c6 Better support for random subreddit. 2016-04-08 01:32:20 -07:00
Michael Lazar
fc8d70f06d Upping version. 2016-04-05 23:30:09 -07:00
Michael Lazar
601ed9160f Tweaked seperators. 2016-04-05 23:19:43 -07:00
Michael Lazar
5165421876 Update README.rst 2016-03-31 00:23:20 -07:00
Michael Lazar
caf1ce15d4 Update README.rst 2016-03-31 00:22:34 -07:00