Show HN: Hacker News CLI, written in Go
github.com
Show HN: Hacker News CLI, written in Go
1–10 of 25 posts
Re: Show HN: Hacker News CLI, written in Go
#2Looks like it's off to a good start! Some colors & lines would go a ways towards making it a bit more usable. I'm looking forward to diving into the code later this evening.
Re: Show HN: Hacker News CLI, written in Go
#3Aren't these Go stories more or less geek masturbation? Yeah Go is probably amazing but beyond HN hasn't much mindshare.
Re: Show HN: Hacker News CLI, written in Go
#4As a warning for any who choose to hack on this, cloudflare gets a bit upset if you query too often, resulting in a period of sadness. It's probably a good sign I should be doing unit testing.
Re: Show HN: Hacker News CLI, written in Go
#5Looks like it's off to a good start! Some colors & lines would go a ways towards making it a bit more usable. I'm looking forward to diving into the code later this evening.
Thanks! I'll try to put in a bit more work on the UI front. I look forward to any more feedback you have.
Re: Show HN: Hacker News CLI, written in Go
#6Looks like it's off to a good start! Some colors & lines would go a ways towards making it a bit more usable. I'm looking forward to diving into the code later this evening.
Thanks! I'll try to put in a bit more work on the UI front. I look forward to any more feedback you have.
Indentation would make it easier to read the comments structure, especially if each indent had a line or block down the left margin.
Re: Show HN: Hacker News CLI, written in Go
#7Thanks for goquery! didn't know about it :)
https://github.com/PuerkitoBio/goquery
Re: Show HN: Hacker News CLI, written in Go
#8Neat stuff! You should consider building some binaries and making them available via GitHub's releases feature: being able to ship just binaries is a big plus for Go ;)
Re: Show HN: Hacker News CLI, written in Go
#9Nice! Maybe this can be made to use stdout so I can grep -v raises.*eries and other money talk...
Re: Show HN: Hacker News CLI, written in Go
#10This has the right words to make it to the front page...jk I love it. I made something like this for reddit a while ago; I really enjoy stuff like this. It allows you to stay within the terminal rather than keeping the browser open at all times.