An open API service indexing awesome lists of open source software.

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 程序

Awesome Lists containing this project

README

          

# QtShell
使用 Qt 编写 linux 下的 Shell 程序

## 开发人员
软件工程一班 范榆康;软件工程一班 唐雨

## 什么是Shell
Shell是一个命令行解释器,负责接受用户输入的命令,调用系统内核去执行命令,再返回结果/
对于复杂的任务,可以编写一个Shell脚本

## 项目文档
在工程文件下,doc为项目的开发文档。其中包括项目构建文档,项目开发文档