{"id":19146485,"url":"https://github.com/kahsolt/supercmd","last_synced_at":"2026-03-19T08:21:43.129Z","repository":{"id":113306699,"uuid":"160908055","full_name":"Kahsolt/SuperCmd","owner":"Kahsolt","description":"Make your cmd.exe environment more like shell in GNU !","archived":false,"fork":false,"pushed_at":"2019-10-01T12:08:05.000Z","size":12129,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-23T23:50:48.838Z","etag":null,"topics":["cmd","cmdline","prompt","toolkit","utils"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kahsolt.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":"2018-12-08T05:41:49.000Z","updated_at":"2022-04-03T05:16:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"c85d53d8-4294-40b8-80a5-9cc63940b20f","html_url":"https://github.com/Kahsolt/SuperCmd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kahsolt/SuperCmd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kahsolt%2FSuperCmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kahsolt%2FSuperCmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kahsolt%2FSuperCmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kahsolt%2FSuperCmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kahsolt","download_url":"https://codeload.github.com/Kahsolt/SuperCmd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kahsolt%2FSuperCmd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29278281,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T19:05:41.198Z","status":"ssl_error","status_checked_at":"2026-02-09T19:05:37.449Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","cmdline","prompt","toolkit","utils"],"created_at":"2024-11-09T07:44:19.441Z","updated_at":"2026-02-09T19:10:32.624Z","avatar_url":"https://github.com/Kahsolt.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SuperCMD\r\n\r\n    Make your cmd.exe environment more like shell in GNU !\r\n\r\n----\r\n\r\n# Targeted for Windows Platforms Only\r\n\r\n## Installation Guide\r\n  - all you need is just run `INSTALL.cmd /I`; you could also check `INSTALL.cmd /?` for more option (please notice the use of %INSTDIR%)\r\n  - highly recommended tool suite:\r\n    - [Msys2](http://www.msys2.org): GNU tools bundled with pacman and anything!!\r\n    - [Miniconda](https://docs.conda.io/en/latest/miniconda.html): life is even shorter..\r\n    - [Notepad++](https://notepad-plus-plus.org): my default GUI text editor\r\n    - [7zip](https://www.7-zip.org): best compressor ever\r\n  - other optional recommends:\r\n    - [XShell](https://www.netsarang.com/zh/xshell): ssh client better than PuTTY\r\n\t  - [cmder_mini](http://cmder.net): ConEmu \u0026 clink\r\n  \t- [chocolatey](https://chocolatey.org): package manager for Windows\r\n\t  - VirtualBox (if you need VMs, see sample [WinXP](bin/xp.cmd))\r\n\t  - VcXsrv (if you use WSL and want a Xserver, see sample [Xinit](bin/xinit.cmd) and [Xlaunch](bin/X.xlaunch)))\r\n\r\n## Hierachy under %INSTDIR% after installation\r\n  - .bin\\\r\n    - Apps\\\t\t\t  绿色软件放在这里，然后在父目录建立快捷方式\r\n  \t- *.bat       最重要的控制台初始化脚本[cmdrc.bat](/bin/cmdrc.bat)(相当于.bashrc)\r\n  \t- *.cmd\t      自己写的cmd小脚本\r\n  \t- *.vbs\t      自己写的vbs小脚本\r\n  \t- *.exe\t\t\t  补充CUI程序/单文件小程序\r\n  \t- *.lnk\t\t\t  常用GUI程序的快捷方式\r\n  \t- *.txt       某些软件快捷键的备忘录或者笔记什么的\r\n\r\n### my frequently used *.cmd and DOSKEY commands references\r\n  - Shell/系统管理\r\n    - rekey         编辑cmdrc.bat\r\n    - rerc.cmd\t\t  不换窗口重启cmd(用于rekey后刷新当前环境)\r\n    - sudo.cmd      提权运行某程序\r\n    - lf.cmd\t\t    显示文件全路径(ls/l/la/ll家族的成员)\r\n    - fdisk.cmd\t    对D盘磁盘检查/碎片整理\r\n    - prx.cmd       配置代理变量http_proxy/https_proxy\r\n    - v2ray.cmd     管理梯子软件\r\n  - 编程相关\r\n    - gccf.cmd\t\t  对gcc/g++的包装\r\n    - mk.cmd\t\t    对make的包装\r\n    - cs.cmd\t\t    使用预定义的[模板](/bin/Templates)创建源代码文件(create script)\r\n  - 应用快捷启动\r\n    - view.cmd\t\t  用Windows Photo Viewer查看图片\r\n    - play.cmd\t\t  用Windows Media Player播放媒体\r\n    - dl.cmd\t\t    下载器适配脚本(downloader)\r\n    - 7za.cmd\t\t    用7z压缩指定文件/文件夹\r\n    - xinit.cmd\t\t  启动Xserver\r\n    - xp.cmd\t\t    启动VBox里的WinXP虚拟机\r\n\r\n## Dev\r\n  1. edit 'make.bat', determine which files and directories are to be bundled within your distro\r\n  2. run `make.bat` to pack them up into 'bin' folder\r\n  3. tarball this folder to your target PC and run `INSTALL.cmd` to gently install everything :laughing:\r\n\r\n----\r\n\r\nby Kahsolt\r\n2018/10/28\r\n2019/09/30","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkahsolt%2Fsupercmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkahsolt%2Fsupercmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkahsolt%2Fsupercmd/lists"}