hackernews.el
hackernews.el copied to clipboard
Experiment with tabulated-list-mode as UI
I noticed a comment in your source to derive it from tabulated-list-mode.
I put together a very rough proof of concept if you're interested:
https://github.com/baron/hackernewstabs/blob/master/hackernewstabs.el
Thanks @baron, I'll have a look as time allows. I thought it would make for an interesting experiment, even if we don't end up using tabulated-list-mode as the main UI.
Any chance you can apply your differences on top of a fork of this repository's master? That would make reviewing your changes a bit easier.