mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 05:26:42 +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,
|
Delete,
|
||||||
Done,
|
Done,
|
||||||
ToggleStartStop,
|
ToggleStartStop,
|
||||||
|
ToggleMark,
|
||||||
|
ToggleMarkAll,
|
||||||
QuickTag,
|
QuickTag,
|
||||||
Select,
|
Select,
|
||||||
SelectAll,
|
SelectAll,
|
||||||
|
@ -27,18 +29,4 @@ pub enum Action {
|
||||||
Next,
|
Next,
|
||||||
Previous,
|
Previous,
|
||||||
Shortcut(usize),
|
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