2022-06-24 14:29:53 +02:00
2022-06-11 12:28:08 +02:00
2022-06-11 12:28:52 +02:00
2022-06-11 12:29:11 +02:00
2022-06-11 12:31:26 +02:00
2022-06-11 12:31:26 +02:00
2022-06-11 12:31:26 +02:00
2022-06-11 12:31:26 +02:00
2022-06-11 12:31:26 +02:00
2022-06-11 12:31:26 +02:00
2022-06-11 12:31:26 +02:00
2022-06-11 12:31:26 +02:00
2022-06-11 12:30:54 +02:00
2022-06-11 12:31:10 +02:00
2022-06-18 15:59:40 +02:00
2022-06-11 12:29:11 +02:00
2022-06-18 15:49:54 +02:00
2022-06-11 12:31:26 +02:00
2022-06-11 12:31:26 +02:00
2022-06-11 12:31:26 +02:00
2022-06-11 12:31:26 +02:00

pwsh-vault - Basic Password Manager written in Bash+Dmenu

Dependencies:

  • Arch Linux:

    • sudo pacman -S git gcc make coreutils sed expat zip unzip freetype2 libxinerama brotli fontconfig libbsd libmd libpng libx11 libxau libxdmcp libxft libxrender
  • Debian/Ubuntu:

    • sudo apt install git gcc make coreutils sed zip unzip libexpat1-dev libfreetype-dev libxinerama-dev x11-utils libxft-dev libfreetype6-dev libfontconfig1-dev libpng-dev libbrotli-dev libxrender-dev libmd-dev libxau-dev libbsd-dev libxdmcp-dev
  • Windows Cygwin (apt-cyg):

    • apt-cyg install git make coreutils sed zip unzip
  • Android (Termux):

    • pkg install git make coreutils sed zip unzip

Build and install (Unix/Linux Posix):

  • Open terminal and run the following commands:

    $ git clone https://github.com/q3aql/pwsh-vault.git
    $ cd pwsh-vault
    $ sudo make install clean
    

Download & install (Windows Cygwin):

  • Open terminal and run the following commands:

    $ git clone https://github.com/q3aql/pwsh-vault.git
    $ cd pwsh-vault
    $ make cygwin
    

Download & install (Android Termux):

  • Open terminal and run the following commands:

    $ git clone https://github.com/q3aql/pwsh-vault.git
    $ cd pwsh-vault
    $ make termux
    

GUI Version (only for Linux):

pwsh-vault

CLI Version:

pwsh-vault-cli
pwsh-vault (or pwsh-vault-cli) --help
Description
Basic Password Manager written in Bash+Dmenu
Readme 1.3 MiB
Languages
Shell 79.7%
C 16.7%
Roff 1.9%
Makefile 1.7%