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:
Matthias Johnson 2025-08-20 17:59:21 -06:00
parent 7f7f024ed6
commit d8e7674085
3 changed files with 139 additions and 60 deletions

View file

@ -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