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.
bash
cargo install c-cli
ls
c
or
c {foldername}
cat
. You can also specify multiple files
c {filename}