Hello world!
Name | Description |
---|---|
newsboat | Newsboat is an RSS/Atom feed reader for the text console. You can combine Rss feeds from blogs and sites like youtube, twitch, reddit and setup macros to handle urls, for example, open videos in mpv. This way all updates are in one place and you don't have to doomscroll social media sites. Setup guide. |
twitch client | By exploring browser requests from developer tools in browser, you can get requests that get twitch vods (title, url, duration, category, how long ago started etc.), then you can write a nice console program that lists vods from all streamers you interested in and opens them in a video player you want or downloads them. One way to do it is in go with bubble tea library. |
To fold a text file at 80 characters and copy it to clipboard you can do
fold -w 80 -s file | xclip
last edited 2024