clarete / hackernews.el

Hacker News client for Emacs
GNU General Public License v3.0
248 stars 26 forks source link

Experiment with tabulated-list-mode as UI #55

Open baron opened 5 years ago

baron commented 5 years ago

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

basil-conto commented 5 years ago

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.