Skip to content
/ rs Public

My poorly written ls clone to help me learn rust

Notifications You must be signed in to change notification settings

nmandrus1/rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rs

My poorly written ls clone to help me learn rust

Not intented to replace ls by any means unless you want a buggy mess of a program

My goals are a very basic, working implementation of ls in rust and then maybe doing some rewrites to make it leaner and more suitable as a day-to-day replacement of ls.

If you want a real ls clone check out "exa" it's much more feature rich and is probably a lot faster too

If you for whatever reason want to use it clone the repo, and navigate to the rs directory from there run

$ cargo build --release

And wait for it to compile. The compiled binary will be in rs/target/release/rs and just move it to /usr/bin if you want to use it like you use ls

About

My poorly written ls clone to help me learn rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages