cat-clone 0.1.0

A tool to display contents of files
Documentation

cat-clone

A CLI tool to display the contents of files.

Usage

We can run the tool like this

$ cat test.txt
foo: 10
bar: 20
baz: 30
$ cat-clone test.txt
foo: 10
bar: 20
baz: 30