feat: update readme

This commit is contained in:
2024-06-30 21:29:35 +08:00
parent ed54060db7
commit 7a96d533bd

View File

@@ -5,3 +5,23 @@ Pinentry Command Line
```install ```install
cargo install --git https://git.hatter.ink/hatter/pinentry-cli.git cargo install --git https://git.hatter.ink/hatter/pinentry-cli.git
``` ```
<br>
PIN Entry UX:
```plain
┌──────────────────────────────────────────────────┐
│Pin Entry X│
├──────────────────────────────────────────────────┤
│ Description │
│ │
│ ┌───────────────────────────────────────┐ │
│ Prompt │ │ │
│ └───────────────────────────────────────┘ │
│ │
│ ┌───────────┐ │
│ │ O K │ │
│ └───────────┘ │
│ │
└──────────────────────────────────────────────────┘
```