Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arthurmelton/pasman

A password manager coded in rust
https://github.com/arthurmelton/pasman

Last synced: about 1 month ago
JSON representation

A password manager coded in rust

Awesome Lists containing this project

README

        

# pasman
A password manager coded in rust

# Install
## Dependency
- [rust](https://www.rust-lang.org/tools/install)
## Shell
```sh
git clone https://github.com/AMTitan/pasman.git
cd pasman
cargo build --release
cp ./target/release/pasman /usr/bin
```