basher bash package manager

qzb/is.sh

https://github.com/qzb/is.sh

GitHub Repo stars GitHub top language GitHub issues GitHub tag (latest by date) GitHub last commit GitHub contributors

basher install

## To install this package with basher
$ basher install qzb/is.sh

Description

Human readable conditions for bash 👌

Fancy alternative for old good test command.

Usage

if is equal $var 123.0; then
    echo "it just works"
fi

if is not a substring $var "foobar"; then
    echo "and it's easy to read"
fi