[PR #57] [MERGED] Add story tag navigation commands #76

Closed
opened 2026-03-14 12:30:56 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: add-move-story-tag-commands


📝 Commits (3)

  • 3de2a09 add key shortcuts for moving between consecutive story tags
  • 4153f94 add new default shortcuts in HelpView and README
  • dfd876f clean 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

  • add next_story_tag and prev_story_tag commands in StoryView for moving between consecutive story tags
  • add default shortcuts for the above commands: next_story_tag: l, prev_story_tag: h
  • change default by_date value for show_hn, ask_hn story tag from false to true

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/hackernews-TUI/pull/57 **Author:** [@aome510](https://github.com/aome510) **Created:** 12/17/2021 **Status:** ✅ Merged **Merged:** 12/17/2021 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `main` ← **Head:** `add-move-story-tag-commands` --- ### 📝 Commits (3) - [`3de2a09`](https://github.com/aome510/hackernews-TUI/commit/3de2a09fd7385cf6a46822d33e9cb20b24c5154f) add key shortcuts for moving between consecutive story tags - [`4153f94`](https://github.com/aome510/hackernews-TUI/commit/4153f94d5de26050c386f0ceb703f1250d4b522b) add new default shortcuts in `HelpView` and `README` - [`dfd876f`](https://github.com/aome510/hackernews-TUI/commit/dfd876f7efecf800d636f9c8b34ecfcb51169a24) clean up ### 📊 Changes **6 files changed** (+61 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description ## Brief description of changes - add `next_story_tag` and `prev_story_tag` commands in `StoryView` for moving between consecutive story tags - add default shortcuts for the above commands: `next_story_tag: l`, `prev_story_tag: h` - change default `by_date` value for `show_hn`, `ask_hn` `story` tag from `false` to `true` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 12:30:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hackernews-TUI#76
No description provided.