Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-24 | sfeed_content: allow to set HTML converter with env variable | Hiltjo Posthuma | |
This makes it a bit more easy to reuse the script and makes the run-time dependency on lynx more optional. For example with w3m: SFEED_HTMLCONV="w3m -I UTF-8 -O UTF-8 -T text/html -dump" \ sfeed_curses ~/.sfeed/feeds/* (of course this can be set in a wrapper script or shell profile too) | |||
2021-11-26 | import sfeed_curses | Hiltjo Posthuma | |
Import sfeed_curses into sfeed. The files are based of the commit 8e151ce48b503ad0ff0e24cb1be3bc93d6fbd895 |