README.md

This commit is contained in:
q3aql 2024-05-01 10:56:32 +02:00
parent bb65906290
commit 3591caa53e

View File

@ -35,7 +35,7 @@ pwsh-vault - Basic Password Manager written in Bash+Dmenu
* Open terminal and run the following commands: * Open terminal and run the following commands:
```shell ```shell
$ git clone https://gitlab.com/q3aql/pwsh-vault.git $ git clone https://git.q3aql.dev/q3aql/pwsh-vault.git
$ cd pwsh-vault $ cd pwsh-vault
$ sudo make install clean $ sudo make install clean
```` ````
@ -45,7 +45,7 @@ pwsh-vault - Basic Password Manager written in Bash+Dmenu
* Open terminal and run the following commands: * Open terminal and run the following commands:
```shell ```shell
$ git clone https://gitlab.com/q3aql/pwsh-vault.git $ git clone https://git.q3aql.dev/q3aql/pwsh-vault.git
$ cd pwsh-vault $ cd pwsh-vault
$ make cygwin $ make cygwin
```` ````
@ -55,7 +55,7 @@ pwsh-vault - Basic Password Manager written in Bash+Dmenu
* Open terminal and run the following commands: * Open terminal and run the following commands:
```shell ```shell
$ git clone https://gitlab.com/q3aql/pwsh-vault.git $ git clone https://git.q3aql.dev/q3aql/pwsh-vault.git
$ cd pwsh-vault $ cd pwsh-vault
$ make termux $ make termux
```` ````
@ -66,7 +66,7 @@ pwsh-vault - Basic Password Manager written in Bash+Dmenu
pwsh-vault pwsh-vault
``` ```
<img src="examples/pwsh-vault.png" /> <img src="https://git.q3aql.dev/q3aql/pwsh-vault/raw/branch/master/examples/pwsh-vault.png" />
### NCURSES Version: ### NCURSES Version:
@ -75,7 +75,7 @@ pwsh-vault - Basic Password Manager written in Bash+Dmenu
pwsh-vault-dl pwsh-vault-dl
``` ```
<img src="examples/pwsh-vault-dl.png" /> <img src="https://git.q3aql.dev/q3aql/pwsh-vault/raw/branch/master/examples/pwsh-vault-dl.png" />
### CLI Version: ### CLI Version:
@ -84,14 +84,14 @@ pwsh-vault - Basic Password Manager written in Bash+Dmenu
pwsh-vault-cli pwsh-vault-cli
``` ```
<img src="examples/pwsh-vault-cli.png" /> <img src="https://git.q3aql.dev/q3aql/pwsh-vault/raw/branch/master/examples/pwsh-vault-cli.png" />
```shell ```shell
pwsh-vault (or pwsh-vault-cli/dl) --help pwsh-vault (or pwsh-vault-cli/dl) --help
``` ```
<img src="examples/pwsh-vault-help.png" /> <img src="https://git.q3aql.dev/q3aql/pwsh-vault/raw/branch/master/examples/pwsh-vault-help.png" />
### External links: ### External links: