enpass-cli
brew install enpass-cli
v1.11.0
MIT
Enpass command-line client
45
30-day installs · #4910
55
90-day · #7058
221
365-day · #7106
174
★ GitHub stars · updated 2mo ago
Build dependencies
GitHub topics
cli
client
command
enpass
go
password
Links
- https://github.com/hazcod/enpass-cli
- GitHub: hazcod/enpass-cli
- Brew formula source: Formula/e/enpass-cli.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"go"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Enpass command-line client",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:37:20+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "enpass-cli",
"github_default_branch": "master",
"github_last_commit_at": "2026-06-07T16:41:15Z",
"github_readme_excerpt": "enpass-cli\n==========\n\nA commandline utility for the Enpass password manager.\n\nInstallation\n-----\nGo get yourself a compiled binary from [the releases page](https://github.com/hazcod/enpass-cli/releases).\n\nCLI Usage\n-----\n```shell\n$ # set an alias to easily reuse\n$ alias enp=\"enpasscli -vault=/my-vault-dir/ -sort\"\n\n$ # list anything containing \u0027twitter\u0027 (without password)\n$ enp list twitter\n\n$ # show passwords of \u0027enpass.com\u0027\n$ enp show enpass.com\n\n$ # show every field of every entry matching \u0027github\u0027 (incl. TOTP code)\n$ enp -detailed show github\n\n$ # copy password of \u0027reddit.com\u0027 entry to clipboard\n$ enp copy reddit.com\n\n$ # print password of \u0027github.com\u0027 to stdout, useful for scripting\n$ password=$(enp pass github.com)\n\n$ # create a new entry\n$ enp create -title=\"My Service\" -login=\"user@example.com\" -password=\"secret123\" -url=\"https://example.com\"\n\n$ # edit an existing entry\n$ enp edit github.com -password=\"newsecret\"\n\n$ # move an entry to trash\n$ enp trash github.com\n\n$ # restore an entry from trash\n$ enp restore github.com\n\n$ # permanently delete a trashed entry\n$ enp delete github.com\n```\n\nCommands\n-----\n| Name | Description |\n| :---: | --- |\n| `list FILTER` | List vault entries matching FILTER without password |\n| `show FILTER` | List vault entries matching FILTER with password |\n| `copy FILTER` | Copy the password of a vault entry matching FILTER to the clipboard |\n| `pass FILTER` | Print the password of a vault entry matching FILTER to stdout |\n| `create` | Create a new entry in the vault |\n| `edit FILTER` | Edit an existing entry matching FILTER |\n| `trash FILTER` | Move an entry matching FILTER to the trash |\n| `restore FILTER` | Restore an entry matching FILTER from the trash |\n| `delete FILTER` | Permanently delete a trashed entry matching FILTER |\n| `dryrun` | Opens the vault without reading anything from it |\n| `version` | Print the version |\n| `help` | Print the help text |\n\nFlags\n-----\n| Name | Description |\n| :---: | --- |\n| `-vault=PATH` | Path to",
"github_repo": "hazcod/enpass-cli",
"github_stars": 174,
"github_topics": [
"cli",
"client",
"command",
"enpass",
"go",
"password"
],
"homepage": "https://github.com/hazcod/enpass-cli",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 45,
"installs_365d": 221,
"installs_90d": 55,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "enpass-cli",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 4910,
"rank_365d": 7106,
"rank_90d": 7058,
"raw_hash": "1d8b4aff2c6c91f3",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/e/enpass-cli.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "1.11.0",
"versioned_formulae": [],
"why_use_this": null
}