hiq-prompt (134B)
- #!/bin/sh
- set -e
- set -o pipefail
- prompt="$(hiq proto=web | bemenu)" || exit 1
- echo "$prompt" | xargs hiq -d -Fpassword | wl-copy -o
git clone https://hacktivis.me/git/dotfiles.git
hiq-prompt (134B)
- #!/bin/sh
- set -e
- set -o pipefail
- prompt="$(hiq proto=web | bemenu)" || exit 1
- echo "$prompt" | xargs hiq -d -Fpassword | wl-copy -o