Skip to content

๐Ÿ—„๏ธ A rewrite of the ls command in Rust

Notifications You must be signed in to change notification settings

aidan46/rust-ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

rust-ls

Oops, I rewrote ls in Rust.

Basic usage

rust-ls

USAGE:
    rust-ls [OPTIONS] [FILE]...

ARGS:
    <FILE>...    [default: .]

OPTIONS:
    -a, --all          Do not ignore entries starting with
    -h, --help         Print help information
    -l, --long         Display extened file metadata as a table
    -r, --reverse      Reverse the order of the sort
    -R, --recursive    Recurse into directories
    -t, --timesort     Sort by time modified

Command-line options

  • Basic usage
  • -a, --all, do not ignore entries starting with
  • -l, --long, display extened file metadata as a table
  • -r, --reverse, reverse the order of the sort
  • -R, --recursive, recurse into directories
  • -t, --timesort, sort by time modified

About

๐Ÿ—„๏ธ A rewrite of the ls command in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages