Crates.io | cat-clone |
lib.rs | cat-clone |
version | 0.1.0 |
source | src |
created_at | 2023-08-04 18:33:17.237318 |
updated_at | 2023-08-04 18:33:17.237318 |
description | A tool to display contents of files |
homepage | |
repository | |
max_upload_size | |
id | 935551 |
size | 23,282 |
A CLI tool to display the contents of files.
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