This repository was archived by the owner on Jul 22, 2024. It is now read-only.
Perf:
- replace jq to x-cmd json modules. Perf parse JSON data up 50%.
But it not support busyboxAWK, that not support Alpine.Wait fix
Use:
cp -r .qb "$HOME"
# bash
echo '[ -f "$HOME/.qb/qb.sh" ] && . "$HOME/.qb/qb.sh" ' >> $HOME/.bashrc
# zsh
echo '[ -f "$HOME/.qb/qb.sh" ] && . "$HOME/.qb/qb.sh" ' >> $HOME/.zshrc