This is pretty cool. I'm personally not into TUI's for everything, but I totally get their appeal. Does anyone know of a rss reader that presents multiple feeds in columns like tweetdeck by chance? I dream of a dashboard of rss feeds.
Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader
21–30 of 31 posts
Re: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader
#22The "go install" part of the installation instructions results in this error: $ git clone https://github.com/jafarlihi/rssnix --depth=1 && cd rssnix && go install Cloning into 'rssnix'... remote: Enumerating objects: 10, done. remote: Counting objects: 100% (10/10), done. remote: Compressing objects: 100% (8/8), done. remote: Total 10 (delta 1), reused 4 (delta 1), pack-reused 0 Unpacking objects: 100% (10/10), done.…
You need Go 1.19
Re: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader
#23Re: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader
#24Re: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader
#25Re: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader
#26Re: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader
#27With newsboat the scripting always feels a bit icky, even with something like Luke Smith his "linkhandler" script.
Re: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader
#28Why have all major browsers removed RSS aggregation? I miss that feature
Re: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader
#29Re: Show HN: Rssnix – Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader
#30I found a bug in vim/neovim. if the file name is approximately 33 characters long. When one opens one of the feed directories in vim, neovim and tries to open that file, it fails. For me, there need to be 2 spaces between the file name and the file size or other part of the directory listing when I do "gvim ." for current directory. I use default listing style of 1 for long listing.