We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c591d98 commit 3dfc75eCopy full SHA for 3dfc75e
Cargo.lock
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "walker"
3
-version = "2.12.2"
+version = "2.13.0"
4
edition = "2024"
5
6
[dependencies]
resources/config.toml
@@ -185,6 +185,16 @@ files = [
185
{ action = "copy_2fa", label = "copy 2fa", bind = "ctrl Return" },
186
]
187
188
+bitwarden = [
189
+ { action = "copypassword", label = "copy password", default = true, bind = "Return" },
190
+ { action = "typepassword", label = "type password", default = true, bind = "ctrl p" },
191
+ { action = "copyusername", label = "copy username", bind = "shift Return" },
192
+ { action = "typeusername", label = "type username", bind = "ctrl u" },
193
+ { action = "copyotp", label = "copy 2fa", bind = "ctrl Return" },
194
+ { action = "typeotp", label = "type 2fa", bind = "ctrl t" },
195
+ { action = "syncvault", label = "sync", bind = "ctrl s" },
196
+]
197
+
198
todo = [
199
{ action = "save", default = true, bind = "Return", after = "AsyncClearReload" },
200
{ action = "save_next", label = "save & new", bind = "shift Return", after = "AsyncClearReload" },
0 commit comments