thecotne/tasker

This package is abandoned and no longer maintained. No replacement package was suggested.

bash alias runner

Installs: 4 711

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 4

Forks: 3

Open Issues: 1

Language:Shell

v1.3.1 2019-09-07 12:25 UTC

This package is not auto-updated.

Last update: 2024-08-09 21:35:55 UTC


README

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/tasker

use tasker-cli to install tasker locally

tasker-cli init

Autocomplete

For bash you can add this to your .bashrc

source /path/to/tasker/completions/bash-comp

For zsh you can add this to your .zshrc

source /path/to/tasker/completions/zsh-comp