Skip to content

1.0!

Compare
Choose a tag to compare
@xplshn xplshn released this 13 Feb 12:35
· 303 commits to master since this release
bdd31c8

This is the first stable release of bigDL! Enjoy!

Test with only one command, gum is the program used to ask the user for input. Kinda like the Dialog command. You can install bigDL by specifying 'install bigdl', you might also wanna test bdl by using 'run bdl'.

curl -qfsL "https://github.com/xplshn/bigdl/releases/download/1.0!/bigDL_amd64" -o bigDL_amd64 && chmod +x bigDL_amd64 ; command -v ./bigDL_amd64 && ./bigDL_amd64 run gum confirm "Do you want to test $PWD/bigDL_amd64?" --negative="No, remove it!" || rm ./bigDL_amd64 ; command -v ./bigDL_amd64 && X=$(./bigDL_amd64 run gum input --placeholder="{list|install|remove|run|info|search|tldr} [args...]") && echo "$X" | awk '{ for (i = 1; i <= NF; i++) { if ($i ~ /^(list|install|remove|run|info|search|tldr)$/) { for (j = i; j <= NF; j++) { printf "%s ", $j }; print ""; break } } }' | xargs -r ./bigDL_amd64