We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
该想法由永恒之锋战队rvy提出,目的是让工具成为一个载体,让用户自己去定义一些根据自身经验总结出的命令配置到工具中。
目前的思路是将配置文件引入作为一个额外的扩展,当然,为了保持轻量化的需求,仅作为一个可选项。
-z
chief-inspector.conf
EXT="true" commands=( "ps -aux|进程信息" "ifconfig|路由信息" )
该版本初步实现将在下一个中版本更新中新增。
The text was updated successfully, but these errors were encountered:
默认配置更改至~/.whok/chief-inspector.conf,另外,支持指定配置文件,如果不指定,则会自动生成配置文件在默认路径下。
~/.whok/chief-inspector.conf
Sorry, something went wrong.
欢迎大家把自己平时积累的好用的命令分享出来,让大家一起看看,谁的命令更加丝滑。
enomothem
No branches or pull requests
该想法由永恒之锋战队rvy提出,目的是让工具成为一个载体,让用户自己去定义一些根据自身经验总结出的命令配置到工具中。
目前的思路是将配置文件引入作为一个额外的扩展,当然,为了保持轻量化的需求,仅作为一个可选项。
判断流程如下:
-z
测试填写的命令是否生效。chief-inspector.conf
以下是文件内的基本信息:
该版本初步实现将在下一个中版本更新中新增。
The text was updated successfully, but these errors were encountered: