mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-23 20:16:41 +02:00
WIP
This commit is contained in:
parent
e363d76a33
commit
852e842d84
2 changed files with 103 additions and 1165 deletions
|
@ -15,6 +15,8 @@ pub enum Action {
|
|||
Delete,
|
||||
Done,
|
||||
ToggleStartStop,
|
||||
ToggleMark,
|
||||
ToggleMarkAll,
|
||||
QuickTag,
|
||||
Select,
|
||||
SelectAll,
|
||||
|
@ -27,18 +29,4 @@ pub enum Action {
|
|||
Next,
|
||||
Previous,
|
||||
Shortcut(usize),
|
||||
Report,
|
||||
Filter,
|
||||
Add,
|
||||
Annotate,
|
||||
Subprocess,
|
||||
Log,
|
||||
Modify,
|
||||
HelpPopup,
|
||||
ContextMenu,
|
||||
Jump,
|
||||
DeletePrompt,
|
||||
UndoPrompt,
|
||||
DonePrompt,
|
||||
Error,
|
||||
}
|
||||
|
|
1252
src/app.rs
1252
src/app.rs
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue