mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 17:35:55 +03:00
[PR #42] [MERGED] [no-issue] add key shortcuts for editting search text #66
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#66
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/42
Author: @aome510
Created: 7/2/2021
Status: ✅ Merged
Merged: 7/2/2021
Merged by: @aome510
Base:
main← Head:no-issue-add-text-cursor📝 Commits (10+)
23b0367add cursorc1f9e8fsearch view text with cursor looks kinda ok0ef6490use query struct to display search view query0c07fa2implement move_cursor_{left,right}07bdab0add EditableTextViewfbf571fimplement search view with EditableSearchViewbe2e574update documentation for edit keymapd2ed948clean up changes343f2c9small renaming and remove debugse32c74adon't ignore up,down,tab,etc in search mode📊 Changes
8 files changed (+262 additions, -118 deletions)
View changed files
📝
README.md(+11 -0)📝
hackernews_tui/src/config/keybindings.rs(+28 -2)📝
hackernews_tui/src/hn-tui-default.toml(+7 -0)📝
hackernews_tui/src/utils.rs(+0 -1)📝
hackernews_tui/src/view/list_view.rs(+0 -5)📝
hackernews_tui/src/view/search_view.rs(+117 -105)📝
hackernews_tui/src/view/text_view.rs(+98 -4)📝
run_debug(+1 -1)📄 Description
EditableTextView(TextViewwith cursor and editing ability)EditableTextViewto display search query inSearchViewsearch_view.rs🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.