Skip to content
/ c Public

Integrate ls's directory listing and cat's file reading into a single command-line utility.

License

Notifications You must be signed in to change notification settings

ptrkrlsrd/c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C

Unified cat & ls Functionality in a Single CLI Tool

Unveil the next level of command-line efficiency with Command-C. It's the all-in-one utility that effortlessly merges ls's directory listing and cat's file reading capabilities. Manage files and explore directories with ease, all through a single, powerful command. Note that the tool is not feature aligned with eiter ls nor cat, but I plan to add the most useful flags later.

Quick Installation

cargo install c-cli

Features & Usage

  • Directory Listing: Similar to ls, list all files and directories in the current folder.
c

or specify a target folder:

c {foldername}
  • File Content Display: Like cat, read the content of specified files. Supports multiple file arguments.
c {filename}

About

Integrate ls's directory listing and cat's file reading into a single command-line utility.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages