Skip to content

GotYoo/CommandBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommandBox

CommandBox 是一个用于管理常用命令的轻量级 Windows 桌面工具。它提供三栏式命令管理界面,支持分类、搜索、编辑、复制、导入和导出,适合保存开发、服务器、环境配置等常用命令。

功能特性

  • 分类管理:新增、重命名、删除分类
  • 命令管理:新增、编辑、删除、复制命令
  • 全局搜索:按名称、分类、命令内容和备注搜索
  • 命令详情:右侧详情区支持直接编辑
  • 一键复制:命令代码区提供复制图标
  • 数据导入导出:支持 JSON 格式备份和迁移
  • 现代桌面 UI:基于 PyQt5 的浅色三栏布局

运行环境

  • Windows 10 / 11
  • Python 3.9+

安装依赖

python -m pip install -r requirements.txt

本地运行

python main.py

打包

推荐使用项目内置脚本:

.\build.ps1

也可以直接运行:

python -m PyInstaller --noconfirm main.spec

打包后的程序位于:

dist/CommandBox.exe

build.ps1 会额外复制一份带版本号的文件到 release/ 目录。

数据说明

运行时数据默认保存在:

data/commands.json
data/categories.json

版本

当前版本:1.0.0

License

暂未指定开源许可证。

About

A lightweight PyQt5 desktop command manager for Windows.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages