c-cli

Crates.ioc-cli
lib.rsc-cli
version0.2.2
sourcesrc
created_at2023-08-03 13:34:54.913184
updated_at2023-10-02 09:19:27.083251
descriptioncat and ls combined into one command
homepage
repository
max_upload_size
id933648
size15,702
Petter K (ptrkrlsrd)

documentation

README

C

cat and ls combined into one command

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.

Installing

cargo install c-cli

Usage

  • List files in current directory, just like ls
c

or

c {foldername}
  • Show file content like cat. You can also specify multiple files
c {filename}
Commit count: 0

cargo fmt