Basic Password Manager written in Bash+Dmenu
Go to file
2022-06-24 15:49:12 +02:00
examples Update pwsh-vault help image 2022-06-24 14:29:53 +02:00
fonts Add fonts (Ubuntu Nerd) 2022-06-11 12:28:08 +02:00
icon Icon & Desktop file for pwsh-vault 2022-06-11 12:28:52 +02:00
patches Patches applied in dmenu code 2022-06-11 12:29:11 +02:00
arg.h dmenu source code v5.1 2022-06-11 12:31:26 +02:00
config.def.h dmenu source code v5.1 2022-06-11 12:31:26 +02:00
config.h dmenu source code v5.1 2022-06-11 12:31:26 +02:00
config.mk dmenu source code v5.1 2022-06-11 12:31:26 +02:00
dmenu.1 dmenu source code v5.1 2022-06-11 12:31:26 +02:00
dmenu.c dmenu source code v5.1 2022-06-11 12:31:26 +02:00
drw.c dmenu source code v5.1 2022-06-11 12:31:26 +02:00
drw.h dmenu source code v5.1 2022-06-11 12:31:26 +02:00
LICENSE LICENSE GPL v2.0 2022-06-11 12:30:54 +02:00
LICENSE.dmenu LICENSE of dmenu (MIT) 2022-06-11 12:31:10 +02:00
Makefile Fix termux install (Makefile) 2022-06-18 15:59:40 +02:00
patch.sh Patches applied in dmenu code 2022-06-11 12:29:11 +02:00
pwsh-vault-cli.sh Show total number of entries with edit and remove menu (pwsh-vault-cli) 2022-06-24 15:49:12 +02:00
pwsh-vault.sh Show total number of entries with edit and remove menu (pwsh-vault) 2022-06-24 15:42:50 +02:00
README.md README.md 2022-06-18 15:49:54 +02:00
stest.1 dmenu source code v5.1 2022-06-11 12:31:26 +02:00
stest.c dmenu source code v5.1 2022-06-11 12:31:26 +02:00
util.c dmenu source code v5.1 2022-06-11 12:31:26 +02:00
util.h dmenu source code v5.1 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