summaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/tui_help.rs
AgeCommit message (Expand)Author
2023-12-18fix TableJeff Zhao
2023-09-07cleanup config codeJeff Zhao
2023-08-29command chaining supportJeff Zhao
2023-08-12show description in help menu as wellJeff Zhao
2023-08-12add optional description to keymapsJeff Zhao
2023-07-23migrate to ratatuiJeff Zhao
2023-02-07Help search also inside description column (#253)yanshay
2022-05-30fix some clippyJeff Zhao
2022-05-26split up keymaps into different modesJeff Zhao
2021-11-27cargo clippyJeff Zhao
2021-10-02move comment into traitJeff Zhao
2021-10-02move key_command code out into separate moduleJeff Zhao
2021-10-02Add a help page (#95)Vinegret43