Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-05 | sfeed_curses.1: tiny rewording from previous commit | Hiltjo Posthuma | |
There is only one enclosure supported. | |||
2022-02-04 | sfeed_curses.1: document @ flag | Anders Damsgaard | |
2022-02-01 | sfeed_curses.1: fix stdin -> tty | Hiltjo Posthuma | |
Because the tty (/dev/tty). is reopened when reading feed data from stdin. | |||
2022-01-22 | add feature to go to the next bold row and previous bold row with J and K | Hiltjo Posthuma | |
This replaces the current J and K keybind, which was rarely useful. Thanks to IanJ for the suggestion and feedback! | |||
2022-01-19 | sfeed_curses.1: clarify an exception with SIGINT | Hiltjo Posthuma | |
SIGTERM is the best way to quit the program, because SIGINT can cancel only the line editor prompt when using it. | |||
2021-11-26 | import sfeed_curses | Hiltjo Posthuma | |
Import sfeed_curses into sfeed. The files are based of the commit 8e151ce48b503ad0ff0e24cb1be3bc93d6fbd895 |