Michael Lazar
Michael Lazar
Something like this https://github.com/jonathanslenders/python-prompt-toolkit would be amazing but I don't know if prompt-toolkit allows you to integrate into existing curses apps.
See https://github.com/michael-lazar/rtv/issues/710
https://github.com/michael-lazar/rtv/issues/710
No, there is not currently any way to do that. I'm pretty sure that's a reddit-gold only feature, right? If it's not exposed through Reddit's API, it would be difficult...
Thanks, this is related to https://github.com/michael-lazar/rtv/issues/387 Doing this in RTV is a little more complicated than vim because the cursor doesn't move "line by line", it moves "submission by submission",...
With ``$BROWSER``, RTV has different behavior depending on if you're going to open the browser in a new window (like firefox, chrome, etc.) or if it needs to yield control...
I'm glad that you were able to fix your problem. I haven't seen that error message before, but you could try piping stderr to /dev/null in your bash script and...
+1, I thought that was the default behavior, I wonder if reddit changed their API.
I somewhat misunderstood this issue. At first I thought that this meant that the comment's replies weren't being displayed. Now that I'm looking again, I see that context is for...
I think this is a good feature request, but it might be difficult to implement. The cursor jumps to the top because we need to do a full page refresh...