https://github.com/lambdaurora/typing_cat
A cat "clone" but with a typing effect.
https://github.com/lambdaurora/typing_cat
cat cpp cpp17 lambdacommon typing-effect
Last synced: 8 months ago
JSON representation
A cat "clone" but with a typing effect.
- Host: GitHub
- URL: https://github.com/lambdaurora/typing_cat
- Owner: LambdAurora
- License: mit
- Created: 2019-03-19T22:25:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T22:38:17.000Z (about 7 years ago)
- Last Synced: 2025-03-22T13:44:49.007Z (about 1 year ago)
- Topics: cat, cpp, cpp17, lambdacommon, typing-effect
- Language: C++
- Size: 49.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# typing_cat
A cat "clone" but with a typing effect.
## How to use
Display a single file on the terminal:
```bash
> typing_cat README.md
```
## Building
Build from source with CMake and make. Don't forget to update the submodule and install [lambdacommon](https://github.com/AperLambda/lambdacommon.git)