chore: Update README.md
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
e8a18d4f53
commit
2cfddbbcbd
1 changed files with 26 additions and 9 deletions
33
README.md
33
README.md
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# Lprs
|
# Lprs
|
||||||
|
|
||||||
A local vault manager designed to securely store and manage your vaults.
|
A local vault manager designed to securely store and manage your vaults.
|
||||||
|
|
||||||
[![Docs](https://img.shields.io/badge/docs-lprs.4rs.nl-purple)](https://lprs.4rs.nl)
|
[![Docs](https://img.shields.io/badge/docs-lprs.4rs.nl-purple)](https://lprs.4rs.nl)
|
||||||
|
@ -14,6 +14,7 @@ A local vault manager designed to securely store and manage your vaults.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Auto checks for updates (Can be disabled).
|
- Auto checks for updates (Can be disabled).
|
||||||
- Passing the master password as an argument and via stdin.
|
- Passing the master password as an argument and via stdin.
|
||||||
- Changing the master password.
|
- Changing the master password.
|
||||||
|
@ -36,6 +37,7 @@ A local vault manager designed to securely store and manage your vaults.
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Build from source (MSRV: `1.74.0`)
|
### Build from source (MSRV: `1.74.0`)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# From crates.io
|
# From crates.io
|
||||||
cargo install lprs
|
cargo install lprs
|
||||||
|
@ -44,9 +46,12 @@ cargo install lprs
|
||||||
cargo build --release
|
cargo build --release
|
||||||
```
|
```
|
||||||
|
|
||||||
This will build Lprs with update checking enabled. If you want to disable update checking, you can build Lprs without the default features by passing the `--no-default-features` flag.
|
This will build Lprs with update checking enabled. If you want to disable update
|
||||||
|
checking, you can build Lprs without the default features by passing the
|
||||||
|
`--no-default-features` flag.
|
||||||
|
|
||||||
### Pre-built binaries
|
### Pre-built binaries
|
||||||
|
|
||||||
Pre-built binaries are available for Linux and Windows on the [releases
|
Pre-built binaries are available for Linux and Windows on the [releases
|
||||||
page](https://git.4rs.nl/awiteb/lprs/releases/latest). There is tow version of
|
page](https://git.4rs.nl/awiteb/lprs/releases/latest). There is tow version of
|
||||||
the binary, one with update checking enabled and other not, the binaries with
|
the binary, one with update checking enabled and other not, the binaries with
|
||||||
|
@ -54,7 +59,8 @@ update checking enabled have the `lrps-update-notify` prefix.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Lprs provides a command-line interface for managing your vaults. The following commands are available:
|
Lprs provides a command-line interface for managing your vaults. The following
|
||||||
|
commands are available:
|
||||||
|
|
||||||
```
|
```
|
||||||
A local CLI vaults manager. For human and machine use
|
A local CLI vaults manager. For human and machine use
|
||||||
|
@ -71,7 +77,7 @@ Commands:
|
||||||
get Get a entire vault or single field from it
|
get Get a entire vault or single field from it
|
||||||
export Export the vaults
|
export Export the vaults
|
||||||
import Import vaults
|
import Import vaults
|
||||||
change-master-password Change the master password
|
change-master-password Change master password, reencrypt the vaults with new password
|
||||||
completion Generate shell completion
|
completion Generate shell completion
|
||||||
help Print this message or the help of the given subcommand(s)
|
help Print this message or the help of the given subcommand(s)
|
||||||
|
|
||||||
|
@ -79,26 +85,37 @@ Options:
|
||||||
-f, --vaults-file <VAULTS_FILE> The vaults json file
|
-f, --vaults-file <VAULTS_FILE> The vaults json file
|
||||||
-v, --verbose Show the logs in the stdout
|
-v, --verbose Show the logs in the stdout
|
||||||
-m, --master-password <MASTER_PASSWORD> The master password, or you will prompt it
|
-m, --master-password <MASTER_PASSWORD> The master password, or you will prompt it
|
||||||
-h, --help Print help
|
-h, --help Print help (see more with '--help')
|
||||||
-V, --version Print version
|
-V, --version Print version
|
||||||
```
|
```
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
You can find the full documentation for Lprs on the official website at https://lprs.4rs.nl.
|
|
||||||
|
You can find the full documentation for Lprs here <https://lprs.4rs.nl>.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Contributions to Lprs are welcome! If you would like to contribute, please follow the guidelines outlined in the [CONTRIBUTING.md](CONTRIBUTING.md) file.
|
Contributions to Lprs are welcome! If you would like to contribute, please
|
||||||
|
follow the guidelines outlined in the [CONTRIBUTING.md](CONTRIBUTING.md) file.
|
||||||
|
|
||||||
## Mirrors
|
## Mirrors
|
||||||
|
|
||||||
This repository is mirrored on the following platforms:
|
This repository is mirrored on the following platforms:
|
||||||
|
|
||||||
- [GitHub](https://github.com/TheAwiteb/lprs)
|
- [GitHub](https://github.com/TheAwiteb/lprs)
|
||||||
- [Codeberg](https://codeberg.org/awiteb/lprs)
|
- [Codeberg](https://codeberg.org/awiteb/lprs)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Lprs is licensed under the GPL-3.0 License. This means that you are free to use, modify, and distribute the software under the terms of this license. Please refer to the [LICENSE](LICENSE) file for more details.
|
Lprs is licensed under the GPL-3.0 License. This means that you are free to use,
|
||||||
|
modify, and distribute the software under the terms of this license. Please
|
||||||
|
refer to the [LICENSE](LICENSE) file for more details.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
|
If you like this project and want to support it, you can do so by donating via
|
||||||
|
[Ko-fi](https://ko-fi.com/awiteb).
|
||||||
|
|
||||||
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/awiteb)
|
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/awiteb)
|
||||||
|
|
Loading…
Reference in a new issue