mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[PR #57] [MERGED] Add story tag navigation commands #76
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#76
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?
📋 Pull Request Information
Original PR: https://github.com/aome510/hackernews-TUI/pull/57
Author: @aome510
Created: 12/17/2021
Status: ✅ Merged
Merged: 12/17/2021
Merged by: @aome510
Base:
main← Head:add-move-story-tag-commands📝 Commits (3)
3de2a09add key shortcuts for moving between consecutive story tags4153f94add new default shortcuts inHelpViewandREADMEdfd876fclean up📊 Changes
6 files changed (+61 additions, -12 deletions)
View changed files
📝
README.md(+3 -1)📝
examples/hn-tui.toml(+3 -1)📝
hackernews_tui/src/config/keybindings.rs(+6 -0)📝
hackernews_tui/src/main.rs(+1 -1)📝
hackernews_tui/src/view/help_view.rs(+18 -8)📝
hackernews_tui/src/view/story_view.rs(+30 -1)📄 Description
Brief description of changes
next_story_tagandprev_story_tagcommands inStoryViewfor moving between consecutive story tagsnext_story_tag: l,prev_story_tag: hby_datevalue forshow_hn,ask_hnstorytag fromfalsetotrue🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.