Skip to content

Commit

Permalink
Update README and help page
Browse files Browse the repository at this point in the history
  • Loading branch information
YS-L committed Dec 10, 2023
1 parent bdc149c commit 837f856
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ Key | Action
`&<regex>` | Filter rows using regex (show only matches)
`*<regex>` | Filter columns using regex (show only matches)
`TAB` | Toggle between row, column or cell selection modes
`>` | Increase selected column's width
`<` | Decrease selected column's width
`Enter` (in Cell mode) | Print the selected cell to stdout and exit
`-S` | Toggle line wrapping
`r` | Reset to default view (clear all filters and custom column widths)
`H` | Display help
`q` | Exit

Expand Down
3 changes: 3 additions & 0 deletions src/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,14 @@ N (in Find mode) : Jump to previous result
# Selection modes
TAB : Toggle between row, column or cell selection modes
> : Increase selected column's width
< : Decrease selected column's width
Enter (in Cell mode) : Print the selected cell to stdout and exit
# Other options
-S : Toggle line wrapping
r : Reset to default view (clear all filters and custom column widths)
H : Display this help
q : Exit";

Expand Down

0 comments on commit 837f856

Please sign in to comment.