Basic Password Manager written in Bash+Dmenu
Go to file
2024-05-01 10:56:32 +02:00
examples Add pwsh-vault-dl image 2022-06-26 15:36:02 +02:00
fonts Add fonts (Ubuntu Nerd) 2022-06-11 12:28:08 +02:00
icon Update name for desktop file 2022-07-17 13:59:07 +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 Update Makefile 2022-06-26 14:23:31 +02:00
patch.sh Patches applied in dmenu code 2022-06-11 12:29:11 +02:00
pwsh-vault-cli.sh Fix password generation with empty value 2022-07-17 14:11:49 +02:00
pwsh-vault-dl.sh Fix password generation with empty value 2022-07-17 14:11:49 +02:00
pwsh-vault.sh Fix password generation with empty value 2022-07-17 14:11:49 +02:00
README.md README.md 2024-05-01 10:56:32 +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 dialog freetype2 libxinerama \
      brotli fontconfig libbsd libmd libpng libx11 libxau libxdmcp libxft libxrender
    
  • Debian/Ubuntu:

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

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

    $ pkg install git make coreutils sed zip unzip dialog
    

Build and install (Unix/Linux Posix):

  • Open terminal and run the following commands:

    $ git clone https://git.q3aql.dev/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://git.q3aql.dev/q3aql/pwsh-vault.git
    $ cd pwsh-vault
    $ make cygwin
    

Download & install (Android Termux):

  • Open terminal and run the following commands:

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

GUI Version (only for Linux):

pwsh-vault

NCURSES Version:

pwsh-vault-dl

CLI Version:

pwsh-vault-cli
pwsh-vault (or pwsh-vault-cli/dl) --help