# vztools **Repository Path**: d5a389b/vztools ## Basic Information - **Project Name**: vztools - **Description**: No description available - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-11 - **Last Updated**: 2025-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vztools #### 介绍 终端小程序管理执行器 将终端运行的小程序、脚本等管理起来,方便查看和使用。 主要程序在runner目录下。 运行效果如下: ![image.png](./screenshots/demo.png) `vztools wether` : ![image.png](./screenshots/demo2.png) `vztools tree -l 1` : ![image.png](./screenshots/demo3.png) `vztools json2class` : ![image.png](./screenshots/demo4.png) #### 目录及文件说明 ```bash 📂D:\code\vztools🛸 ├─📁 bin ->dotnet build后生成 ├─📁 publish -> dotnet publish后生成 ├─📁 runner -> 运行即管理器 ├─📁 screenshots ->截图及README中的资源 ├─📁 tools -> 一些个人写的控制台小程序 ├─📄 .gitignore -> 就那啥 ├─📄 build_all.ps1 -> 构建本项目的powershell脚本,需要Dotnet CLI支持 ├─📄 LICENSE -> 那啥 ├─📄 publish.ps1 -> 发布本项目的powershell脚本,需要Dotnet CLI支持 ├─📔 README.en.md -> Documents that are not intended to be written. └─📔 README.md -> This ``` ### 尾巴 * 使用 Inno Setup执行\runner\vztools.iss文件可生成vztools的安装包(支持安装过程中添加环境变量) * vztools.exe同目录下的“config.json”文件配置所有脚本小程序的目录位置,可自行调整。