cat-clone

Crates.iocat-clone
lib.rscat-clone
version0.1.0
sourcesrc
created_at2023-08-04 18:33:17.237318
updated_at2023-08-04 18:33:17.237318
descriptionA tool to display contents of files
homepage
repository
max_upload_size
id935551
size23,282
Adedunmola (Adedunmol)

documentation

README

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
Commit count: 0

cargo fmt