gopass icon indicating copy to clipboard operation
gopass copied to clipboard

The slightly more awesome standard unix password manager for teams

Results 156 gopass issues
Sort by recently updated
recently updated
newest added

### Summary panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x8d272a] goroutine 1 [running]: github.com/gopasspw/gopass/internal/store/leaf.(*Store).idFiles(0x10?, {0xea9b18?, 0xc000738270?}) work/gopass/gopass/internal/store/leaf/store.go:111 +0x2a github.com/gopasspw/gopass/internal/store/leaf.(*Store).RecipientsTree(0x20?, {0xea9b18, 0xc000738270})...

### Summary Please write the path to the config without hard-coding the username Instead of ```sh [mounts] path = /home/mfaine/.password-store ``` Write it like: ```sh [mounts] path = ~/.password-store ```

bug

### Summary I am already using pass, but wanted to give gopass a try, so I installed gopass via homebrew. Running `gopass` gave the following output: ```gopass 2024-02-08 12:22:59.974 defaults[42905:76386752]...

bug

### Summary On a NixOS setup, while using the browser extension, secret creation fails consistently. Upon enabling debugging, I noticed that the encryption step fails with `exit status 2`. ###...

bug

### Summary Support a new entry type in the creation wizard that will open the $EDITOR for long multi-line strings similar to the insert functionality but following the wizard template...

### Summary When passing flags `--password` or `-o` to a multi-line password, only the first line is displayed. ### Steps To Reproduce 1. Create a multi-line password: `gopass insert -m...

### Is it possible to use gopass with [pass-code](https://github.com/alpernebbi/pass-code)? I think gopass is a great tool to use git as a password storage, but I am a little on the...

help-wanted

### Summary Hello, I have some questions on using "gopass setup", firstly to create a store with a remote at location A, and later to initialize a store from a...

bug

### Summary It could also be worth looking at #2767 along with this issue, as they seem to be related. the command `gopass fscopy file.ext.gpg ~/dir/file.ext` results in `file.ext.gpg` being...

can-not-reproduce
bug

### Summary Encrypting a file to the password store via path expansion of $PASSWORD_STORE_DIR, creates a directory structure of the expanded path from password store dir root. ### Steps To...

bug