powershell 编写的tui界面脚本《电壳别名宝》

2021/10/14 7:17:10

本文主要是介绍powershell 编写的tui界面脚本《电壳别名宝》,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

中文名: 《电壳别名宝》

English name: 《Power Alias》

powershell 编写的tui界面脚本。

用途:保存容易记住的别名(支持中文),保存linux命令。并用powershell执行它。主治:记不住linux命令。

界面截图:

下载:

git clone git@gitee.com:chuanjiao10/powershell.git

网址:

https://gitee.com/chuanjiao10/powershell/tree/master/linux/poweralias

使用说明:

1 一键安装linux版powershell 。 https://gitee.com/chuanjiao10/kasini3000_agent_linux

2 复制这些文件,到linux磁盘的目录上:

NStack.dll
p11.ps1
Terminal.Gui.dll

3 运行终端软件,如putty。

4 编辑ssh连接,设定终端类型为:【putty-256color】 。(注意: 不要用xterm)

5 使用终端软件,运行ssh连接。(注意: 必须用终端软件,不支持win terminal)

6 在终端中运行:pwsh。

7 p11.ps1

多个别名菜单:

1 复制 p11.ps1 成为p12.ps1

2 编辑 p12.ps1 ,把 '~/.power_alias11.xml' ,改成 '~/.power_alias12.xml'

3保存。

其他:

  • 脚本使用 powershell 调用 【Terminal.Gui】库开发。

  • 脚本win,linux通用。不过win上有点小问题。

n因为win上可以用powershell调用winform写图形程序。所以我认为win上没人去用tui。

powershell tui脚本主要是给linux脚本人用的。

比如写个选择choice并返回值的脚本;

比如配置网卡ip的脚本等。

能否掀起powershell tui图形界面脚本开发的潮流?我想要引领 ;)



这篇关于powershell 编写的tui界面脚本《电壳别名宝》的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程