ssiyad / pass-rs

Simple password manager, written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pass-rs

Simple password manager, written in Rust.


Gallery

asciicast asciicast asciicast

Build From Source

Prerequisites

For building pass-rs from source, you need to have these tools installed:

  • Rust
  • Cargo (Automatically installed when installing Rust)
  • GPG
  • GPGME
$ 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 for more information.

Liked the project?

If you liked the project and found it useful, please give it a ⭐ and consider supporting the author!

About

Simple password manager, written in Rust

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%