Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arthurmelton/pasman
- Owner: arthurmelton
- License: mit
- Created: 2021-10-08T02:00:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-09T00:02:07.000Z (over 3 years ago)
- Last Synced: 2024-12-09T09:09:01.118Z (about 2 months ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```