An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# `pass-rs`
Simple password manager, written in Rust.

---
## Gallery
[![asciicast](https://asciinema.org/a/6Q7uBJ0tVI6QCvQaGC2IMFtea.svg)](https://asciinema.org/a/6Q7uBJ0tVI6QCvQaGC2IMFtea)
[![asciicast](https://asciinema.org/a/v1absRM8jZPAzTphShQYTpxKE.svg)](https://asciinema.org/a/v1absRM8jZPAzTphShQYTpxKE)
[![asciicast](https://asciinema.org/a/TOn8nG0YJtO9FVDWVXuKIUUdY.svg)](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!