Add prs project page

This commit is contained in:
timvisee 2021-02-27 19:03:16 +01:00
parent b7971beefb
commit 2c869bf332
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
2 changed files with 56 additions and 0 deletions

View File

@ -11,6 +11,9 @@ zenn_hide_header_meta = true
- [ffsend](@/projects/ffsend.md)
_Easily & securely share files from the command line. Fully featured Firefox Send client._
- [prs](@/projects/prs.md)
_Secure, fast & convenient password manager CLI using GPG and git to sync._
- [Barbapappa](@/projects/barbapappa.md)
_Bar management application to manage transactions and inventory._

53
content/projects/prs.md Normal file
View File

@ -0,0 +1,53 @@
+++
title = "prs"
description = "prs - Secure, fast & convenient password manager CLI using GPG and git to sync."
date = 2020-10-22
[taxonomies]
tags = ["cli", "pass", "security"]
categories = ["project"]
[extra]
zenn_applause = true
zenn_hide_header_meta = true
+++
> A secure, fast & convenient password manager CLI using GPG and git to sync.
- [Visit project page on GitHub][github]
`prs` is a secure, fast and convenient password manager for the terminal. It
features [GPG][gnupg] to securely store your secrets and integrates [`git`][git]
for automatic synchronization between multiple machines. It also features a
built-in password generator, recipient management, history tracking, rollbacks,
housekeeping utilities and more.
<script id="asciicast-368611" src="https://asciinema.org/a/368611.js" async></script>
<small>_No demo visible here? View it on [asciinema][usage-demo-asciinema]._</small>
`prs` is heavily inspired by [`pass`][pass] and uses the same file structure
with some additions. `prs` therefore works alongside with `pass` and all other
compatible clients, extensions and migration scripts.
---
- [Features](https://github.com/timvisee/prs/#features)
- [Usage](https://github.com/timvisee/prs/#usage)
- [Requirements](https://github.com/timvisee/prs/#requirements)
- [Install](https://github.com/timvisee/prs/#install)
- [Build](https://github.com/timvisee/prs/#build)
- [Security](https://github.com/timvisee/prs/#security)
- [FAQ](https://github.com/timvisee/prs/#faq)
_View more on the project pages over at:_
- [GitHub][github]
- [GitLab][gitlab]
[github]: https://github.com/timvisee/prs
[gitlab]: https://gitlab.com/timvisee/prs
[usage-demo-asciinema]: https://asciinema.org/a/368611
[usage-demo-svg]: https://cdn.rawgit.com/timvisee/prs/4c5a95c9/res/demo.svg
[gnupg]: https://gnupg.org/
[git]: https://git-scm.com/
[pass]: https://www.passwordstore.org/