Skip to content

Commit 3dfc75e

Browse files
committed
feat: add actions for bitwarden provider
1 parent c591d98 commit 3dfc75e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "walker"
3-
version = "2.12.2"
3+
version = "2.13.0"
44
edition = "2024"
55

66
[dependencies]

resources/config.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,16 @@ files = [
185185
{ action = "copy_2fa", label = "copy 2fa", bind = "ctrl Return" },
186186
]
187187

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+
188198
todo = [
189199
{ action = "save", default = true, bind = "Return", after = "AsyncClearReload" },
190200
{ action = "save_next", label = "save & new", bind = "shift Return", after = "AsyncClearReload" },

0 commit comments

Comments
 (0)