logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git
commit: 9ff67f0bd1c3dd8994a0cc8469c86f61a90ed51a
parent ae7108fe16b1e2fc938721091c0d17ac4e9dc54c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  9 Jan 2024 12:30:51 +0100

hiq-prompt: new script

Diffstat:

A.local/bin/hiq-prompt7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/.local/bin/hiq-prompt b/.local/bin/hiq-prompt @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e +set -o pipefail + +prompt="$(hiq proto=web | bemenu)" || exit 1 +echo "$prompt" | xargs hiq -d -Fpassword | wl-copy -o