rtv icon indicating copy to clipboard operation
rtv copied to clipboard

Browse Reddit from your terminal

Results 100 rtv issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Twitch streams or clips act differently than other video links as they can only be opened in a browser. **Describe...

new feature

**Is your feature request related to a problem? Please describe.** When running the program under wayland, it still tries to use xclip for copying to the clipboard, when it should...

new feature

If the thread has 1 or comments, G works as expected. With 0 comments it always produces a crash for me. ``` rtv version: rtv 1.26.0 rtv module path: /usr/lib/python3.7/site-packages/rtv/__main__.py...

bug

When I try to quit rtv, I get the "are you sure y/n", which is different from almost all other terminal applications which just quits when pressing `q`. Would it...

new feature

**Is your feature request related to a problem? Please describe.** Currently the behavior of the back key `h` is quite restricted. It can only *go back* to the previous page...

new feature

I saw #696 (and commented there), and would like to reiterate my offer for help. Would you consider adding the project to [Code Shelter](https://www.codeshelter.co/)? It's an open community of FOSS...

When I use `rtv` in the linux console, logging in with `u` opens links2. I can put in my username and password, but when I select "log in" to post...

bug

When I have an image open in feh rtv will not reliably respond to keyboard inputs. It isn't completely unresponsive, navigation sometimes requires 2-3 presses to actually take effect. Trying...

bug

This PR implements a proper return key as proposed in issue #689. As a consequence of that, the former (IMO rather complicated) approach of using the methods `loop` and `handle_selected_page`...

As described in #683 this PR adds a new navigation feature to RTV, that allows to move the currently selected item on top of the visible window.