下载资源后端资源详情
cxtool快捷指令-3.2.5.zip
大小:5.57MB
价格:28积分
下载量:0
评分:
5.0
上传者:bandaoyu
更新日期:2024-07-18

MobaXterm、WindTerm、xshell、finalshell、soureCRT快捷指令工具cxtool-3.2.5

资源文件列表(大概)

文件名
大小
cxtool快捷指令-3.2.5/
-
cxtool快捷指令-3.2.5/Bookmarks/
-
cxtool快捷指令-3.2.5/Bookmarks/categoryNames.txt
98B
cxtool快捷指令-3.2.5/Bookmarks/favorites.txt
132B
cxtool快捷指令-3.2.5/cxtool-3.2.5.exe
1.73MB
cxtool快捷指令-3.2.5/cxtool24x-3.2.5.exe
1.73MB
cxtool快捷指令-3.2.5/图标/
-
cxtool快捷指令-3.2.5/图标/cxtool-3.2.1.exe
1.18MB
cxtool快捷指令-3.2.5/图标/cxtool.ico
4.19KB
cxtool快捷指令-3.2.5/图标/蓝色-2-32x32.ico
4.19KB
cxtool快捷指令-3.2.5/图标/蓝色32x32.ico
4.19KB
cxtool快捷指令-3.2.5/工程/
-
cxtool快捷指令-3.2.5/工程/BfaceForm.frm
19.32KB
cxtool快捷指令-3.2.5/工程/BfaceForm.frx
537.87KB
cxtool快捷指令-3.2.5/工程/Bookmarks/
-
cxtool快捷指令-3.2.5/工程/Bookmarks/categoryNames.txt
98B
cxtool快捷指令-3.2.5/工程/Bookmarks/categoryNames.txt.tmp
-
cxtool快捷指令-3.2.5/工程/Bookmarks/favorites.txt
168B
cxtool快捷指令-3.2.5/工程/Bookmarks.frm
22.94KB
cxtool快捷指令-3.2.5/工程/Bookmarks.frx
4.2KB
cxtool快捷指令-3.2.5/工程/MSSCCPRJ.SCC
479B
cxtool快捷指令-3.2.5/工程/calculator.frm
27.91KB
cxtool快捷指令-3.2.5/工程/calculator.frx
4.21KB
cxtool快捷指令-3.2.5/工程/cmdCfgForm.frm
2.72KB
cxtool快捷指令-3.2.5/工程/cmdCfgForm.frx
4.2KB
cxtool快捷指令-3.2.5/工程/cxtool-3.2.5.exe
1.73MB
cxtool快捷指令-3.2.5/工程/cxtool.frm
29.8KB
cxtool快捷指令-3.2.5/工程/cxtool.frx
537.86KB
cxtool快捷指令-3.2.5/工程/cxtool.vbp
1.43KB
cxtool快捷指令-3.2.5/工程/cxtool.vbw
476B
cxtool快捷指令-3.2.5/工程/cxtool24x-3.2.5.exe
1.73MB
cxtool快捷指令-3.2.5/工程/globalModule.bas
16.75KB
cxtool快捷指令-3.2.5/工程/noteForm.frm
2.11KB
cxtool快捷指令-3.2.5/工程/noteForm.frx
4.2KB
cxtool快捷指令-3.2.5/工程/noteForm2.frm
2.43KB
cxtool快捷指令-3.2.5/工程/noteForm2.frx
4.2KB
cxtool快捷指令-3.2.5/工程/上下班打卡提醒/
-
cxtool快捷指令-3.2.5/工程/上下班打卡提醒/Form1.frm
4.26KB
cxtool快捷指令-3.2.5/工程/上下班打卡提醒/上下班打卡.exe
20KB
cxtool快捷指令-3.2.5/工程/上下班打卡提醒/上班图片.jpg
1.55MB
cxtool快捷指令-3.2.5/工程/上下班打卡提醒/下班图片.jpg
3.37MB
cxtool快捷指令-3.2.5/工程/上下班打卡提醒/工程1.vbp
632B
cxtool快捷指令-3.2.5/工程/上下班打卡提醒/工程1.vbw
51B
cxtool快捷指令-3.2.5/工程/上下班打卡提醒/用法.txt
255B
cxtool快捷指令-3.2.5/工程/提示板.txt
943B
cxtool快捷指令-3.2.5/工程/文本1.txt
1.49KB
cxtool快捷指令-3.2.5/工程/文本2.txt
943B
cxtool快捷指令-3.2.5/工程/配置文件.txt
6.96KB
cxtool快捷指令-3.2.5/提示板.txt
945B
cxtool快捷指令-3.2.5/文本1.txt
1.49KB
cxtool快捷指令-3.2.5/文本2.txt
943B
cxtool快捷指令-3.2.5/配置文件.txt
6.96KB

资源内容介绍

MobaXterm、WindTerm、xshell、finalshell、soureCRT的快捷指令工具详细说明见:https://blog.csdn.net/bandaoyu/article/details/139336859
# ***********************************************************************************************************************************# English# If you want to support Chinese please save this txt use ANSI code# name:button name# cmd:command# flowBy: # 1. Enter: After finishing typing the command, press the Enter key.#2. Space: After finishing typing the command, press the Space key.#3. Tab : After finishing typing the command, press the Tab key.# 4. None :do none#inputMethod:#1. Paste: Enter commands using copy and paste method.# 2. Type: Use keystrokes to input commands (useful in scenarios where copy-paste is disabled, such as password fields with paste functionality #disabled). However, special characters {, }, +, ^, %, ~, (, ) need to be escaped by enclosing them in curly braces {}. For example, "((i++))" #should be escaped to "{(}{(}i{+}{+}{)}{)}" and "awk '{print $NF,$2}'" should be escaped to "awk '{{}print $NF,$2{}}'". To avoid errors, try to #minimize the use of these special characters.# needConfirm:No# 1.Yes: The command requires confirmation. Some dangerous commands can be avoided from accidental execution by adding a confirmation step.# 2.No: The command does not require confirmation.# More information: https://blog.csdn.net/bandaoyu/article/details/139336859# Chinese must use ANSIcode# 如果你想支持中文,请使用 ANSI 编码保存这个文本文件# name:按钮名称# cmd:快捷指令内容# flowBy: #1. Enter 在输入完命令后,按下回车键;#2. Space 在输入完命令后,按下空格键。#3. Tab 在输入完命令后,按下tab键。#4. None 在输入完命令后,不跟任何操作,默认# inputMethod:#1. Paste 使用复制粘贴的方式输入指令#2. Type 使用按键键入的方式输入指令(用在禁止复制粘贴的场合,如禁用了粘贴功能的密码框),但是要注意 特殊符号{, }, +, ^, %, ~, (, ) 需要被转义,使用{}把他们包起来转义,例如"((i++))" 转义成 "{(}{(}i{+}{+}{)}{)}", awk '{print $NF,$2}'转义成 awk '{{}print $NF,$2{}}'# 容易出错尽量不使用# needConfirm:#1.Yes 命令需要确认,一些危险的指令可以用过加确认避免误触发#2.No 命令不需要确认#更多详情:https://blog.csdn.net/bandaoyu/article/details/139336859# ***********************************************************************************************************************************[tab] tabName:linux[command]name:显示IPcmd:ip addr show | awk '/inet.*brd/{print $NF,$2}'flowBy:EnterinputMethod:PasteneedConfirm:Yes[command]name:文件夹大小cmd:du -h --max-depth=1flowBy:EnterinputMethod:PasteneedConfirm:No[command]name:tree homecmd:tree -L 3 /homeflowBy:EnterinputMethod:PasteneedConfirm:No[command]name:网络设备cmd:nmcli dflowBy:EnterinputMethod:PasteneedConfirm:No[command]name:显示磁盘cmd:lsblkflowBy:EnterinputMethod:PasteneedConfirm:No[command]name:分区IDcmd:blkidflowBy:EnterinputMethod:PasteneedConfirm:No[command]name:设备流量cmd:sar -n DEV 2flowBy:EnterinputMethod:PasteneedConfirm:No[command]name:netstat -nlpcmd:netstat -nlpflowBy:EnterinputMethod:PasteneedConfirm:No[command]name:lsblk -ocmd:lsblk -o NAME,MAJ:MIN,RM,SIZE,RO,TYPE,UUIDflowBy:EnterinputMethod:PasteneedConfirm:No[command]name:大页内存cmd:cat /proc/meminfo |grep -i hugflowBy:EnterinputMethod:PasteneedConfirm:No[command]name:arp -ncmd:arp -nflowBy:EnterinputMethod:Paste[command]12name:lscpucmd:lscpuflowBy:EnterinputMethod:PasteneedConfirm:No[tab]tabName:daos[command]name:pool listcmd:storage dmg pool list -vflowBy:EnterinputMethod:PasteneedConfirm:No[command]name:health-statecmd:storage dmg pool health-stateflowBy:EnterinputMethod:PasteneedConfirm:No[command]name:sys querycmd:storage dmg sys query -vflowBy:EnterinputMethod:PasteneedConfirm:No[command]name:pool dumpcmd:storage dmg pool dumpflowBy:SpaceinputMethod:PasteneedConfirm:No[command]name:Get Podcmd:kubectl get pod -n product-storage -o wideflowBy:EnterinputMethod:PasteneedConfirm:No[command]name:Go in Podcmd:pods=($(kubectl get pod -n product-storage -o wide|grep $(hostname)|awk '{print $1}')) &&i=0; for item in ${pods[@]};do printf "%d %s\n" $i $item;((i++));done &&read -p "You want go in which pod?:" pod_index&&eval podname=\${pods[${pod_index}]}&&printf "You selected %d %s\n" $pod_index ${podname} && kubectl exec -it ${podname} -n product-storage bashflowBy:EnterinputMethod:PasteneedConfirm:No[command]name:页面密码cmd:Admin+2024flowBy:NoneinputMethod:TypeneedConfirm:No[command]name:pool querycmd:storage dmg pool queryflowBy:SpaceinputMethod:PasteneedConfirm:No[command]name:2层按钮9cmd:echo "2层按钮9"flowBy:EnterinputMethod:PasteneedConfirm:No[command]name:2层按钮10cmd:echo "2层按钮9"flowBy:EnterinputMethod:PasteneedConfirm:No[command]name:2层按钮11cmd:echo "2层按钮11"flowBy:EnterinputMethod:PasteneedConfirm:No[command]name:2层按钮12cmd:echo "2层按钮12"flowBy:EnterinputMethod:PasteneedConfirm:No[command]name:待定义cmd:i am label0322flowBy:EnterinputMethod:PasteneedConfirm:No[command]name:待定义cmd:i am label0433flowBy:EnterinputMethod:PasteneedConfirm:No[command]name:待定义cmd:1644flowBy:EnterinputMethod:PasteneedConfirm:No[command]name:回车键cmd:flowBy:EnterinputMethod:PasteneedConfirm:No[tab] tabName:账号密码[command]name:admincmd:adminflowBy:EnterinputMethod:TypeneedConfirm:No[command]name:3层按钮2cmd:flowBy:EnterinputMethod:PasteneedConfirm:No[command]name:3层按钮3cmd:flowBy:EnterinputMethod:PasteneedConfirm:No[command]name:3层按钮4cmd:storage dmg pool dumpflowBy:SpaceinputMethod:PasteneedConfirm:No[tab] tabName:标签4[command]name:4层按钮1cmd:flowBy:EnterinputMethod:PasteneedConfirm:No[command]name:4层按钮2cmd:flowBy:EnterinputMethod:PasteneedConfirm:No[command]name:4层按钮3cmd:flowBy:EnterinputMethod:PasteneedConfirm:No[command]name:4层按钮4cmd:storage dmg pool dumpflowBy:SpaceinputMethod:PasteneedConfirm:No[tab] tabName:标签5[command]name:4层按钮1cmd:flowBy:EnterinputMethod:PasteneedConfirm:No[command]name:4层按钮2cmd:flowBy:EnterinputMethod:PasteneedConfirm:No[command]name:4层按钮3cmd:flowBy:EnterinputMethod:PasteneedConfirm:No[command]name:4层按钮4cmd:storage dmg pool dumpflowBy:SpaceinputMethod:PasteneedConfirm:No[custom]#窗口放到比例FormScale:1#以A态或B态启动程序ABFace:A

用户评论 (0)

发表评论

captcha