https://github.com/majjcom/altcmd
This is a Windows command tool.
https://github.com/majjcom/altcmd
cpp gui qt shell tool windows
Last synced: 2 months ago
JSON representation
This is a Windows command tool.
- Host: GitHub
- URL: https://github.com/majjcom/altcmd
- Owner: Majjcom
- License: mit
- Created: 2025-07-24T13:33:20.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-08-06T12:49:01.000Z (10 months ago)
- Last Synced: 2025-08-06T14:38:51.701Z (10 months ago)
- Topics: cpp, gui, qt, shell, tool, windows
- Language: C++
- Homepage:
- Size: 18.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AltCmd
- [中文](README_cn.md)
This is a tool make you run shell anywhere gracefully.


## How to use
Start the executable file, and the software will run in the background.
Press Alt + Space anywhere to activate the command window, enter the command, and press Enter.
Note that the default working directory for commands is the user's home directory.
If you want to run the command as an administrator, you can use Shift + Enter.
If you want to display the running window, use Ctrl + Enter.
The above two special running methods can be used together, that is Ctrl + Shift + Enter.
## Build
Built using Qt version 5.15.
Configure the build target through `AltCmd.pro`.