Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

v1.0.0-beta.2

Latest

Choose a tag to compare

@Zhengqbbb Zhengqbbb released this 09 Dec 02:17
· 8 commits to main since this release

Perf:

  1. 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