Skip to content

benharmonics/fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fs

fs reads the contents of a directory and prints them to the console (like ls).

"fs" for "files" (...?) and because it's easy to type! ("rd" for "readdir" I thought would've been better but it's already "remove dir", so...)

Only a few flags have been implemented so far, but it's what you'd expect from ls (i.e. '-s', '-h', '-a', etc).

Run the program with the '--help' flag to get more information.

Installation

Cargo

Clone the repository, then once you've navigated into the project directory:

cargo install --path .

By default, Cargo installs new binaries to $HOME/.cargo/bin.

About

Read directory and print its contents (like ls)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages