https://github.com/dowscope/cli-window
https://github.com/dowscope/cli-window
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dowscope/cli-window
- Owner: Dowscope
- License: mit
- Created: 2025-03-27T20:18:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T20:23:21.000Z (10 months ago)
- Last Synced: 2025-03-27T21:30:47.315Z (10 months ago)
- Language: C++
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLI Window System
>**This is a linux app only**
The purpose of this git is to provide an example of a C++ program that will, while using the console, create a way to have different windows of information.
To run download clone the repo or download to a directory. In said directory type the following command.
```bash
make
```
once this has completed with zero errors type this in the prompt.
```bash
./prog.run
```
You should see three windows open in the console and be able to move about them.