1.4.1 • Published 4 years ago
@thecotne/tasker v1.4.1
Tasker
Bash alias runner
Getting started
Install tasker-cli globally
npm install @thecotne/tasker --global
# or
yarn global add @thecotne/tasker
# or
composer global require thecotne/taskeruse tasker-cli to install tasker locally
tasker-cli initAutocomplete
For bash you can add this to your .bashrc
source /path/to/tasker/completions/bash-compFor zsh you can add this to your .zshrc
source /path/to/tasker/completions/zsh-comp