mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 17:35:55 +03:00
[GH-ISSUE #64] Question/feature: how to adjust the number of articles shown on main page? #17
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @poetaman on GitHub (Mar 7, 2022).
Original GitHub issue: https://github.com/aome510/hackernews-TUI/issues/64
Currently on my computer hackernews_tui shows just 19 articles on "front page". How can I make it show more articles?
@aome510 commented on GitHub (Mar 7, 2022):
Hi, I guess it shows 19 articles for the first page. You can press
n(default binding fornext_pagecommand) to go the second page.@aome510 commented on GitHub (Mar 7, 2022):
If you want to adjust the number of items each page shows, I'm afraid
hackernews_tuidoesn't support that feature atm.