mirror of
https://github.com/anotherhadi/spilltea.git
synced 2026-07-06 20:42:33 +02:00
feat: add "flag" toggle in replay & findings
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -83,12 +83,15 @@ keybindings:
|
||||
delete_entry: "x"
|
||||
delete_all: "X"
|
||||
filter: "/"
|
||||
flag: "m"
|
||||
|
||||
diff:
|
||||
clear: "x"
|
||||
|
||||
findings:
|
||||
dismiss: "x"
|
||||
dismiss_all: "X"
|
||||
flag: "m"
|
||||
|
||||
plugins:
|
||||
toggle: "space"
|
||||
|
||||
@@ -57,6 +57,7 @@ type ReplayKeys struct {
|
||||
Delete string `mapstructure:"delete_entry"`
|
||||
DeleteAll string `mapstructure:"delete_all"`
|
||||
Filter string `mapstructure:"filter"`
|
||||
Flag string `mapstructure:"flag"`
|
||||
}
|
||||
|
||||
type DiffKeys struct {
|
||||
@@ -64,7 +65,9 @@ type DiffKeys struct {
|
||||
}
|
||||
|
||||
type FindingsKeys struct {
|
||||
Dismiss string `mapstructure:"dismiss"`
|
||||
Dismiss string `mapstructure:"dismiss"`
|
||||
DismissAll string `mapstructure:"dismiss_all"`
|
||||
Flag string `mapstructure:"flag"`
|
||||
}
|
||||
|
||||
type PluginsKeys struct {
|
||||
|
||||
Reference in New Issue
Block a user