feat: add filtering, oneshot mode, and configuration improvements
Add -a flag for unfiltered view, oneshot mode with 'become' actions, configurable autofill helper, folder symbols, alt-key bindings, query parameter support, and updated documentation.
This commit is contained in:
parent
7f7f024ed6
commit
d8e7674085
3 changed files with 139 additions and 60 deletions
|
|
@ -18,8 +18,6 @@ $BWZY_TYPE_CMD \
|
|||
-s $next_sleep \
|
||||
-k return
|
||||
|
||||
[[ -n "$BWZY_NOTIFY_CMD" ]] && $BWZY_NOTIFY_CMD "user & pass autofilled"
|
||||
|
||||
# Copy the TOTP to clipboard
|
||||
if [[ -n "$TOTP" ]]; then
|
||||
echo -n "$TOTP" | cli-copy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue