#cli #demo #display #content #cat

bin+lib cat-clone

A tool to display contents of files

1 unstable release

0.1.0 Aug 4, 2023

#65 in #cat

MIT/Apache

8KB

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

Dependencies

~4–14MB
~152K SLoC