You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently no way to view the next X number of posts.
If I view the top 10 posts, and I want to see the next 10, I have to run hn view 20, which fills my terminal with content that is 50% stuff I've already seen.
I feel like it would be good for usability to be able to do the following:
haxor> hn top 10 # posts 1 - 10 display haxor> hn next 10 # posts 11 - 20 display
I'd be happy to work on a PR for this.
The text was updated successfully, but these errors were encountered:
@Ryan-McBride This would be a great feature for browsing through the posts. Are you still interested in working on this or do you mind me taking this up? (Actually I am half way through!)
On Thu, Jun 2, 2016, 9:12 PM Anandh Somasundaram [email protected]
wrote:
@Ryan-McBridehttps://github.com/Ryan-McBride This would be a great
feature for browsing through the posts. Are you still interested in working
on this or do you mind me taking this up? (Actually I am half way through!)
Currently no way to view the next X number of posts.
If I view the top 10 posts, and I want to see the next 10, I have to run
hn view 20
, which fills my terminal with content that is 50% stuff I've already seen.I feel like it would be good for usability to be able to do the following:
haxor> hn top 10
# posts 1 - 10 display
haxor> hn next 10
# posts 11 - 20 display
I'd be happy to work on a PR for this.
The text was updated successfully, but these errors were encountered: