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

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.

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
```