mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[GH-ISSUE #66] [Feature Request] Some common search operations #19
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#19
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 @huyz on GitHub (Mar 24, 2022).
Original GitHub issue: https://github.com/aome510/hackernews-TUI/issues/66
Right now I use https://hn.algolia.com/ to browse the most popular stories of the past week or month.
Would be awesome if these could be added as well to hackernews-TUI.
@aome510 commented on GitHub (Mar 24, 2022):
Hi @huyz,
hackernews-TUIalready supports adding a custom shortcut for searching stories. In fact, it useshn.algoliaAPIs to do so.An example config section in
hn-tui.tomlto addM-1for past week andM-2for past month:Please lmk if this does not work.
@huyz commented on GitHub (Mar 24, 2022):
Awesome!