https://github.com/gordonzhang2024/catplusplus
It's just like the "cat" command on Linux, but its output is prettier.
https://github.com/gordonzhang2024/catplusplus
cli-app file file-reader linux-app
Last synced: 15 days ago
JSON representation
It's just like the "cat" command on Linux, but its output is prettier.
- Host: GitHub
- URL: https://github.com/gordonzhang2024/catplusplus
- Owner: GordonZhang2024
- License: mit
- Created: 2024-05-18T11:39:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-26T02:05:23.000Z (about 2 years ago)
- Last Synced: 2025-02-25T05:16:22.059Z (over 1 year ago)
- Topics: cli-app, file, file-reader, linux-app
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cat++
It's just like the `cat` command on Linux, but its output is prettier.
## Installing
Type command:
```bash
$ mkdir build/
$ cd build/
$ cmake ..
$ make
$ cd ../
$ ./install.sh
```
## Usage
```bash
$ catpp
```