Add 'copy to clipboard' function for view page
This commit is contained in:
parent
605d5f5792
commit
4f57c01693
5 changed files with 430 additions and 3 deletions
|
|
@ -316,7 +316,7 @@ fn render_help(frame: &mut Frame, _app: &App) {
|
|||
"Enter - Start/stop timer",
|
||||
"d - Delete task",
|
||||
"p - Reassign project",
|
||||
"v - View Watson log (e to edit entries, x to delete)",
|
||||
"v - View Watson log (e to edit entries, x to delete, c to copy)",
|
||||
"Ctrl+e - Edit tasks config",
|
||||
"c - Edit app config",
|
||||
"n - New task",
|
||||
|
|
@ -571,6 +571,7 @@ fn render_log_view(frame: &mut Frame, app: &App) {
|
|||
("j/k", "select"),
|
||||
("e", "edit"),
|
||||
("x", "delete"),
|
||||
("c", "copy"),
|
||||
("q/ESC", "back"),
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue