{"id":16157671,"url":"https://github.com/theawiteb/lprs","last_synced_at":"2025-07-06T08:04:01.103Z","repository":{"id":213927835,"uuid":"735144583","full_name":"TheAwiteb/lprs","owner":"TheAwiteb","description":"[Mirror] A local CLI password manager","archived":false,"fork":false,"pushed_at":"2025-01-03T02:49:07.000Z","size":407,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-06T08:04:00.308Z","etag":null,"topics":["password-manager"],"latest_commit_sha":null,"homepage":"https://git.4rs.nl/awiteb/lprs.git","language":"Rust","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheAwiteb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"TheAwiteb"}},"created_at":"2023-12-23T20:29:16.000Z","updated_at":"2025-01-03T02:49:11.000Z","dependencies_parsed_at":"2024-03-19T08:29:44.283Z","dependency_job_id":"d8356089-f45c-488c-9859-9348e04f4179","html_url":"https://github.com/TheAwiteb/lprs","commit_stats":null,"previous_names":["theawiteb/passrs","theawiteb/lprs"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/TheAwiteb/lprs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAwiteb%2Flprs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAwiteb%2Flprs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAwiteb%2Flprs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAwiteb%2Flprs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheAwiteb","download_url":"https://codeload.github.com/TheAwiteb/lprs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAwiteb%2Flprs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263868203,"owners_count":23522315,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["password-manager"],"created_at":"2024-10-10T01:50:16.808Z","updated_at":"2025-07-06T08:04:01.082Z","avatar_url":"https://github.com/TheAwiteb.png","language":"Rust","funding_links":["https://github.com/sponsors/TheAwiteb","https://ko-fi.com/awiteb"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Lprs\n\nA local vault manager designed to securely store and manage your vaults.\n\n[![Docs](https://img.shields.io/badge/docs-lprs.4rs.nl-purple)](https://lprs.4rs.nl)\n[![Crates.io](https://img.shields.io/crates/v/lprs?color=orange)](https://crates.io/crates/lprs)\n[![Forgejo CI Status](https://git.4rs.nl/awiteb/lprs/badges/workflows/ci.yml/badge.svg)](https://git.4rs.nl/awiteb/lprs)\n[![Forgejo CD Status](https://git.4rs.nl/awiteb/lprs/badges/workflows/cd.yml/badge.svg)](https://git.4rs.nl/awiteb/lprs)\n\n[![gplv3-or-later](https://www.gnu.org/graphics/gplv3-or-later-sm.png)](https://www.gnu.org/licenses/gpl-3.0.html)\n\n\u003c/div\u003e\n\n## Features\n\n- Auto checks for updates (Can be disabled).\n- Passing the master password as an argument and via stdin.\n- Changing the master password.\n- Generating a passwords.\n- Store username, password, service name and notes in a vault.\n- Custom fields, you can store any key-value pair in a vault.\n- TOTP (Time-based One-Time Password) generation. Which can be used to generate\n  2FA codes.\n- Searching for vaults. And list all vaults in json format.\n- Importing and exporting encrypted vaults (in json format).\n- Importing and exporting from/to Bitwarden json format. (Unencrypted)\n- Editing vaults. (The secrets can be passed as arguments or via stdin)\n- Deleting vaults.\n- Getting single field from a vault. (Useful for scripts)\n- Ability to edit, get and remove a vault using its index or name.\n- Auto completion for bash, elvish, fish, powershell and zsh\n- Ability to import and export vaults with different master passwords. (Useful\n  for sharing vaults with others)\n\n## Installation\n\n### Build from source (MSRV: `1.74.0`)\n\n```bash\n# From crates.io\ncargo install lprs\n# From source (after cloning the repository)\n# The binary will be in target/release/lprs\ncargo build --release\n```\n\nThis will build Lprs with update checking enabled. If you want to disable update\nchecking, you can build Lprs without the default features by passing the\n`--no-default-features` flag.\n\n### Pre-built binaries\n\nPre-built binaries are available for Linux and Windows on the [releases\npage](https://git.4rs.nl/awiteb/lprs/releases/latest). There is tow version of\nthe binary, one with update checking enabled and other not, the binaries with\nupdate checking enabled have the `lrps-update-notify` prefix.\n\n## Usage\n\nLprs provides a command-line interface for managing your vaults. The following\ncommands are available:\n\n```\nA local CLI vaults manager. For human and machine use\n\nUsage: lprs [OPTIONS] \u003cCOMMAND\u003e\n\nCommands:\n  add                     Add new vault\n  remove                  Remove vault [alias `rm`]\n  list                    List your vaults and search [alias `ls`]\n  clean                   Clean the vaults file\n  edit                    Edit the vault content\n  gen                     Generate a password\n  get                     Get a entire vault or single field from it\n  export                  Export the vaults\n  import                  Import vaults\n  change-master-password  Change master password, reencrypt the vaults with new password\n  completion              Generate shell completion\n  help                    Print this message or the help of the given subcommand(s)\n\nOptions:\n  -f, --vaults-file \u003cVAULTS_FILE\u003e          The vaults json file\n  -v, --verbose                            Show the logs in the stdout\n  -m, --master-password \u003cMASTER_PASSWORD\u003e  The master password, or you will prompt it\n  -h, --help                               Print help (see more with '--help')\n  -V, --version                            Print version\n```\n\n## Documentation\n\nYou can find the full documentation for Lprs here \u003chttps://lprs.4rs.nl\u003e.\n\n## Contributing\n\nContributions to Lprs are welcome! If you would like to contribute, please\nfollow the guidelines outlined in the [CONTRIBUTING.md](CONTRIBUTING.md) file.\n\n## Mirrors\n\nThis repository is mirrored on the following platforms:\n\n- [GitHub](https://github.com/TheAwiteb/lprs)\n- [Codeberg](https://codeberg.org/awiteb/lprs)\n\n## License\n\nLprs is licensed under the GPL-3.0 License. This means that you are free to use,\nmodify, and distribute the software under the terms of this license. Please\nrefer to the [LICENSE](LICENSE) file for more details.\n\n---\n\n## Support\n\nIf you like this project and want to support it, you can do so by donating via\n[Ko-fi](https://ko-fi.com/awiteb).\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/awiteb)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheawiteb%2Flprs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheawiteb%2Flprs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheawiteb%2Flprs/lists"}