Linux command
gopass 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Initialize password store
gopass init
Generate new password
gopass generate [site/username]
Show password
gopass show [site/username]
Copy password to clipboard
gopass show -c [site/username]
Insert new secret
gopass insert [site/username]
List all entries
gopass ls
Search entries
gopass find [query]
Sync with remote
gopass sync
说明
gopass is a password manager compatible with pass (the standard Unix password manager). It stores passwords encrypted with GPG in a git repository, enabling version control and synchronization. The tool supports multiple stores, team sharing, TOTP generation, and integration with browsers and other tools. It adds features like better multi-user handling and mounted substores over standard pass.
参数
- init
- Initialize password store.
- generate _name_ _length_
- Generate new password.
- insert _name_
- Insert new secret.
- show _name_
- Display secret.
- ls _folder_
- List entries.
- find _query_
- Search entries.
- edit _name_
- Edit existing entry.
- rm _name_
- Remove entry.
- mv _old_ _new_
- Move/rename entry.
- sync
- Sync with git remote.
- -c, --clip
- Copy to clipboard.
FAQ
What is the gopass command used for?
gopass is a password manager compatible with pass (the standard Unix password manager). It stores passwords encrypted with GPG in a git repository, enabling version control and synchronization. The tool supports multiple stores, team sharing, TOTP generation, and integration with browsers and other tools. It adds features like better multi-user handling and mounted substores over standard pass.
How do I run a basic gopass example?
Run `gopass init` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does init do in gopass?
Initialize password store.