https://github.com/ssiyad/pass-rs
Simple password manager, written in Rust
https://github.com/ssiyad/pass-rs
cli password-manager rust
Last synced: about 1 year ago
JSON representation
Simple password manager, written in Rust
- Host: GitHub
- URL: https://github.com/ssiyad/pass-rs
- Owner: ssiyad
- License: gpl-3.0
- Created: 2024-03-04T06:48:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T18:51:48.000Z (about 2 years ago)
- Last Synced: 2025-03-28T05:04:13.370Z (about 1 year ago)
- Topics: cli, password-manager, rust
- Language: Rust
- Homepage:
- Size: 102 KB
- Stars: 43
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `pass-rs`
Simple password manager, written in Rust.
---
## Gallery
[](https://asciinema.org/a/6Q7uBJ0tVI6QCvQaGC2IMFtea)
[](https://asciinema.org/a/v1absRM8jZPAzTphShQYTpxKE)
[](https://asciinema.org/a/TOn8nG0YJtO9FVDWVXuKIUUdY)
## Build From Source
### Prerequisites
For building `pass-rs` from source, you need to have these tools installed:
* [Rust](https://rust-lang.org/tools/install)
* Cargo (Automatically installed when installing Rust)
* [GPG](https://gnupg.org/download/index.html)
* [GPGME](https://gnupg.org/software/gpgme/index.html)
```
$ git clone https://github.com/ssiyad/pass-rs.git
$ cd pass-rs/
$ cargo build --release
```
## Contribution
Ways to contribute:
- Suggest a feature
- Report a bug
- Fix something and open a pull request
- Help me document the code
- Spread the word
## License
Licensed under the GPLv3 License, see [LICENSE](/LICENSE) for more information.
## Liked the project?
If you liked the project and found it useful, please give it a :star: and
consider supporting the author!