| Crates.io | c-cli |
| lib.rs | c-cli |
| version | 0.2.2 |
| created_at | 2023-08-03 13:34:54.913184+00 |
| updated_at | 2023-10-02 09:19:27.083251+00 |
| description | cat and ls combined into one command |
| homepage | |
| repository | |
| max_upload_size | |
| id | 933648 |
| size | 15,702 |
This CLI program emulates the basic functionality of the ls command found in Unix-like systems combined with cat. It lists the names of all files and directories in the current directory as well as showing the file content of the specified file.
cargo install c-cli
lsc
or
c {foldername}
cat. You can also specify multiple filesc {filename}