Bash alias runner
Install tasker-cli globally
npm install @thecotne/tasker --global
# or
yarn global add @thecotne/tasker
# or
composer require thecotne/taskeruse tasker-cli to install tasker locally
tasker-cli initFor bash you can add this to your .profile
source /path/to/tasker/bash-compFor zsh you can add this to your .zshrc
source /path/to/tasker/zsh-comp