{"id":20345661,"url":"https://github.com/kscript/command-manager","last_synced_at":"2026-04-13T04:02:38.892Z","repository":{"id":188643165,"uuid":"675490973","full_name":"kscript/command-manager","owner":"kscript","description":"超轻量级命令管理器，通过命令管理器页面, 或在json文件添加少量配置，即可在 网页 或 Windows资源管理器的任意位置, 即时运行各种命令，让你的项目开发更有条理和效率。","archived":false,"fork":false,"pushed_at":"2024-11-11T19:53:12.000Z","size":4324,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T21:00:14.240Z","etag":null,"topics":["cmd","command-line","git","nodejs","npm","powershell","powershell-script","tool"],"latest_commit_sha":null,"homepage":"https://kscript.github.io/command-manager/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kscript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-07T03:47:34.000Z","updated_at":"2024-11-11T19:53:16.000Z","dependencies_parsed_at":"2023-08-16T08:37:21.101Z","dependency_job_id":"568247f1-3bf3-409d-a442-fafce0c981b0","html_url":"https://github.com/kscript/command-manager","commit_stats":null,"previous_names":["kscript/command-manager"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kscript%2Fcommand-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kscript%2Fcommand-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kscript%2Fcommand-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kscript%2Fcommand-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kscript","download_url":"https://codeload.github.com/kscript/command-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241876557,"owners_count":20035396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cmd","command-line","git","nodejs","npm","powershell","powershell-script","tool"],"created_at":"2024-11-14T22:09:18.492Z","updated_at":"2025-12-31T00:56:46.136Z","avatar_url":"https://github.com/kscript.png","language":"Vue","readme":"# command-manager\n\n命令管理器，超轻量级的项目命令管理工具，只需在json文件添加少量的配置项，即可在 `Windows资源管理器` 文件区域任意位置即时运行各种命令，让你的项目开发更有 `条理`和 `效率`。\n\n## 运行环境\n\n- Windows系统\n- PowerShell （必要）\n- nodejs（非必要，用到时有nodejs即可，如果切换版本，则需要再另外配置nvm）\n- git （非必要，用到时需在环境变量配置好git-bash.exe路径）\n\n## 使用场景\n\n当手上的项目多起来之后，  \n还记得你要运行的项目在什么目录吗？  \n还记得你是要运行 `npm run start`、`npm run dev`或者 `npm run serve`吗？  \n还记得它们的运行环境是什么样的，node12、node14、node16，git或者其它？  \n......\n这么多琐碎的重复性工作，为什么不 `做或者找一个工具来管理它们`呢？  \n是的，这就是 `命令管理器`的使用场景，让你摆脱琐碎的重复性工作，在Windows资源管理内随时随地，快捷地运行你想要运行的项目。  \n\n## 使用方法\n这里提供两种方式进行配置\n- ### 使用脚本快速开始\n  \u003e 执行脚本时, 会提示编辑注册表项, 是用来添加右键菜单的, 如果不希望添加右键菜单，可以选否\n  ```\n  git clone https://github.com/kscript/command-manager.git\n  cd command-manager\n  npm run quickstart\n  ```\n- ### 按照步骤配置\n  \u003cdetails\u003e\n  \u003csummary\u003e点击查看详细步骤\u003c/summary\u003e\n\n  1. clone当前项目  \n    ![clone当前项目](./picture/1.png)  \n\n  2. 在项目的shell目录下，找到 [install.cmd](./shell/install.cmd) 文件  \n    ![找到install.md文件](./picture/2.png)  \n\n  3. 双击运行[install.cmd](./shell/install.cmd) 文件(用于注册右键菜单)  \n    ![双击install.md文件，注册右键菜单](./picture/3.png)  \n\n  4. 注册成功后，在Windows资源管理器内点击鼠标右键，选择 `打开脚本管理器`菜单项  \n    ![右键菜单](./picture/4.png)  \n  5. 选择要执行的脚本 (使用 `鼠标`或 `上下方向键`选择后按 `回车键`)  \n    ![选择要执行的脚本](./picture/5.png)  \n  6. 在shell目录下，找到 [manifest.json](./shell/manifest.json) 文件，根据示例配置项，做相应修改  \n    ![修改配置](./picture/6.png)  \n    如果觉得不直观，可以在当前项目附带的[前端应用](https://kscript.github.io/command-manager/manager)中编辑  \n    ![在当前项目附带的前端应用中编辑配置](./picture/7.png)  \n  \u003c/details\u003e","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkscript%2Fcommand-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkscript%2Fcommand-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkscript%2Fcommand-manager/lists"}