No description
Find a file
2025-03-07 18:24:36 +02:00
config Add initial script 2025-03-07 18:24:36 +02:00
pass_helper Add initial script 2025-03-07 18:24:36 +02:00
.gitignore Add initial script 2025-03-07 18:24:36 +02:00
Dockerfile Add initial script 2025-03-07 18:24:36 +02:00
install.sh Add initial script 2025-03-07 18:24:36 +02:00
LICENSE Add initial script 2025-03-07 18:24:36 +02:00
pass_helper.sh Add initial script 2025-03-07 18:24:36 +02:00
podman_build.sh Add initial script 2025-03-07 18:24:36 +02:00
podman_run.sh Add initial script 2025-03-07 18:24:36 +02:00
pyproject.toml Add initial script 2025-03-07 18:24:36 +02:00
README.md first commit 2025-03-07 15:07:16 +02:00
requirements.txt Add initial script 2025-03-07 18:24:36 +02:00
setup.cfg Add initial script 2025-03-07 18:24:36 +02:00
setup.py Add initial script 2025-03-07 18:24:36 +02:00
wrapper.sh Add initial script 2025-03-07 18:24:36 +02:00

pass_helper

Requirements

Installation

Linux

To install for example in your ~/.local/bin folder:

./install.sh --destination ~/.local/bin

To install system-wide:

sudo ./install.sh --destination /usr/local/bin

Change your configuration file in "${HOME}/.config/pass_helper.conf" (see the example in the config folder).

Windows (from PowerShell)

Ensure you have "C:\Users${env:USERNAME}\AppData\Roaming\Python\Python${python_version}\Scripts" in your Path environment variable.

& $(where.exe pip).split()[0] install .

Usage

pass_helper.sh [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters