https://github.com/liuzeori/qtshell
使用 Qt 编写 linux 下的 Shell 程序
https://github.com/liuzeori/qtshell
qt qt6 shell
Last synced: 4 months ago
JSON representation
使用 Qt 编写 linux 下的 Shell 程序
- Host: GitHub
- URL: https://github.com/liuzeori/qtshell
- Owner: LiuZeOri
- Created: 2024-06-19T13:43:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-29T08:43:26.000Z (about 2 years ago)
- Last Synced: 2025-02-14T13:39:57.181Z (over 1 year ago)
- Topics: qt, qt6, shell
- Language: C++
- Homepage:
- Size: 73.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QtShell
使用 Qt 编写 linux 下的 Shell 程序
## 开发人员
软件工程一班 范榆康;软件工程一班 唐雨
## 什么是Shell
Shell是一个命令行解释器,负责接受用户输入的命令,调用系统内核去执行命令,再返回结果/
对于复杂的任务,可以编写一个Shell脚本
## 项目文档
在工程文件下,doc为项目的开发文档。其中包括项目构建文档,项目开发文档