mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[GH-ISSUE #69] Default to opening story in browser if there is no article #20
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#20
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 (Apr 6, 2022).
Original GitHub issue: https://github.com/aome510/hackernews-TUI/issues/69
I'm used to hitting a particular keyboard shortcut to open in my browser the article associated with a story. But some stories, e.g. "Ask HN" don't have an associated article. In that case, I would prefer for the story page to be open in the browser. That way, I don't have to switch mental model (and keyboard shortcut) whenever I get to an "internal" story.
In other words, "Open in browser the article associated with the focused story" should default to "Open in browser the focused story" if there is no article associated with the story
@aome510 commented on GitHub (May 22, 2022):
Hi @huyz. Sorry for the delay, with the new version
0.10.1released, this behaviour should be implemented with "open article in browser" command.Please note that there are some changes in the list of default shortcuts in the new version, which may break your current config file.
@huyz commented on GitHub (May 23, 2022):
Thanks @aome510