thecotne / tasker
此包已被弃用且不再维护。未建议替代包。
bash别名运行器
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