krz/yoshi-cli

A password manager for the command line.

clone: git clone https://gitbay.org/krz/yoshi-cli.git

fd19555e1db5fa6f82c75a66c7b43a480514353d

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2024-11-08T00:36:04Z

update README screenshots
 README.md                  |   6 ++++--
 examples/accounts.png      | Bin 0 -> 272580 bytes
 examples/help.png          | Bin 0 -> 265251 bytes
 examples/installation.png  | Bin 0 -> 174068 bytes
 examples/yoshi-example.png | Bin 367683 -> 0 bytes
 examples/yoshi-help.png    | Bin 405684 -> 0 bytes
 6 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e7926be..1180938 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,8 @@ cd yoshi-cli
 pipx install .
 ```
 
+![Yoshi CLI Installation](./examples/installation.png)
+
 # Usage
 
 [(Back to top)](#table-of-contents)
@@ -41,7 +43,7 @@ pipx install .
 All commands can be passed to the program with the following template:  
 `yoshi <COMMAND> <FLAG> <PARAMETER>`
 
-![Yoshi CLI Help](./examples/yoshi-help.png)
+![Yoshi CLI Help](./examples/help.png)
 
 ## Arguments
 
@@ -169,7 +171,7 @@ when encrypting, none are required when decrypting:
   </tbody>
 </table>
 
-![Yoshi CLI New Account](./examples/yoshi-example.png)
+![Yoshi CLI New Account](./examples/accounts.png)
 
 # Contributing
 
diff --git a/examples/accounts.png b/examples/accounts.png
new file mode 100644
index 0000000..924053b
Binary files /dev/null and b/examples/accounts.png differ
diff --git a/examples/help.png b/examples/help.png
new file mode 100644
index 0000000..55bab27
Binary files /dev/null and b/examples/help.png differ
diff --git a/examples/installation.png b/examples/installation.png
new file mode 100644
index 0000000..e0c8db0
Binary files /dev/null and b/examples/installation.png differ
diff --git a/examples/yoshi-example.png b/examples/yoshi-example.png
deleted file mode 100644
index 02dd312..0000000
Binary files a/examples/yoshi-example.png and /dev/null differ
diff --git a/examples/yoshi-help.png b/examples/yoshi-help.png
deleted file mode 100644
index a25b1c7..0000000
Binary files a/examples/yoshi-help.png and /dev/null differ