Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
update gif references on README
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAlsarakbi committed Jun 28, 2021
1 parent 573d962 commit 3f601f9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A simple program that stores your passwords, locally, and encrypted. Unlike othe
### Add Menu
Add email/username and password.

![](https://github.com/Electr0d/PassVault/blob/master/docs/img/add%20menu/add%20menu.gif)
![](https://github.com/Electr0d/PassVault/blob/main/docs/img/add%20menu/add%20menu.gif)

Open the add menu by clicking on the "+" sign, or press **Alt + A**
- Type
Expand All @@ -33,51 +33,51 @@ This is the heart of your vault. Where your passwords lie. You can:

Want to quickly copy something? Just click on a cell, and its in your clipboard.

![](https://github.com/Electr0d/PassVault/blob/master/docs/img/table/copy.gif)
![](https://github.com/Electr0d/PassVault/blob/main/docs/img/table/copy.gif)

- Edit rows

changed a password? You can change it here too!

![](https://github.com/Electr0d/PassVault/blob/master/docs/img/table/editRow.gif)
![](https://github.com/Electr0d/PassVault/blob/main/docs/img/table/editRow.gif)

- Delete rows

Want to delete a row? Click on the trashcan icon, and it's gone... forever (if you save your changes).

![](https://github.com/Electr0d/PassVault/blob/master/docs/img/table/deleteRow.gif)
![](https://github.com/Electr0d/PassVault/blob/main/docs/img/table/deleteRow.gif)

- Strength meter

PassVault tells you how strong a password is. Having upper and lower case characteres, numbers, as well as special characters make it stronger.

![](https://github.com/Electr0d/PassVault/blob/master/docs/img/table/strengthMeter.gif)
![](https://github.com/Electr0d/PassVault/blob/main/docs/img/table/strengthMeter.gif)

- Save

Everytime you add something, a save button will appear to asking you to confirm your changes. Click on that button to confirm your changes, or press **Ctrl + S**

![](https://github.com/Electr0d/PassVault/blob/master/docs/img/table/save.gif)
![](https://github.com/Electr0d/PassVault/blob/main/docs/img/table/save.gif)

- Service icons

To make scrolling through rows looking for something even easier, I added a service icon. With support for 70+ services. To add your own icons. Click the "open icons folder" button in the settings menu.

![](https://github.com/Electr0d/PassVault/blob/master/docs/img/table/icons.gif)
![](https://github.com/Electr0d/PassVault/blob/main/docs/img/table/icons.gif)

### Search & Filters

Have a ton of rows and want to get to one quickly? The search bar is for you. Just click on the magnifier icon, or press **Ctrl + F** to open the search bar.
Every cell checked if it includes your keyword. You can check what columns is searched by in the filter menu, which you can open by clicking on the filter icon, or by pressing **Alt + F**

![](https://github.com/Electr0d/PassVault/blob/master/docs/img/search%20bar/search.gif)
![](https://github.com/Electr0d/PassVault/blob/main/docs/img/search%20bar/search.gif)

For example, if you have only "service" checked and type "Google", then the program lists every row that contains "Google" in the service column.

### Settings Menu
This is where you tweak your vault. You can open the settings menu by clicking on the gear icon, or pressing **Alt + S**

![](https://github.com/Electr0d/PassVault/blob/master/docs/img/settings/settings.gif)
![](https://github.com/Electr0d/PassVault/blob/main/docs/img/settings/settings.gif)

- Show Gridlines

Expand Down

0 comments on commit 3f601f9

Please sign in to comment.