Skip to content

Fixing walker command arguments#169

Open
CryVeck wants to merge 2 commits into
firecat53:mainfrom
CryVeck:walker-fix
Open

Fixing walker command arguments#169
CryVeck wants to merge 2 commits into
firecat53:mainfrom
CryVeck:walker-fix

Conversation

@CryVeck

@CryVeck CryVeck commented Nov 19, 2025

Copy link
Copy Markdown

-f argument does not exist in current walker version (cf https://benz.gitbook.io/walker/dmenu) and was preventing walker to open

removing the -f makes walker to open as intended.

`-f` argument does not exist in current walker version (cf https://benz.gitbook.io/walker/dmenu) and was preventing walker to open
With the option -n, (--nosearch            hide search input) is removing the field to type. So we couldn't type the password.
Side effect allow typing for the existing fields.
@CryVeck

CryVeck commented Nov 19, 2025

Copy link
Copy Markdown
Author

Added fix for the passphrase:

  • removing "-n" to get the search / input field.
  • adding "-I" for getting the input

@firecat53

firecat53 commented Nov 24, 2025

Copy link
Copy Markdown
Owner

If there are inconsistencies between versions, I think we need to add some checks to see which flags to set, especially if both versions are still available in the wild. The project has gone from version 0.13.26 to version 2.11 in 3 months. Even nixpkgs-unstable still only has 0.13.26.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants