thecotne/tasker

此包已被弃用且不再维护。未建议替代包。

bash别名运行器

安装次数: 4,706

依赖项: 0

建议者: 0

安全: 0

星标: 6

关注者: 4

分支: 3

公开问题: 1

语言: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别名运行器

入门指南

全局安装tasker-cli

npm install @thecotne/tasker --global
# or
yarn global add @thecotne/tasker
# or
composer global require thecotne/tasker

使用tasker-cli本地安装tasker

tasker-cli init

自动完成

对于bash,可以将以下内容添加到您的.bashrc

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

对于zsh,可以将以下内容添加到您的.zshrc

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