lsd <command...>
An ls command with a lot of pretty colors and some other stuff
Arguments
Name | Description |
---|
command | folders |
Options
Name | Description |
---|
-1,--oneline | Display one entry per line |
-A,--almost-all | Do not list implied . and |
-a,--all | Do not ignore entries starting with |
-d,--directory-only | Display directories themselves, and not their contents (recursively when used with --tree) |
-F,--classify | Append indicator (one of */=>@|) at the end of the file names |
-h,--human-readable | For ls compatibility purposes ONLY, currently set by default |
-i,--inode | Display the index number of each file |
-L,--dereference | When showing file information for a symbolic link, show information for the file the link references rather than for the link itself |
-l,--long | Display the extended file metadata as a table |
-R,--recursive | Recurse into directories |
-r,--reverse | Reverse the order of the sort |
-S,--sizesort | Sort by size |
-t,--timesort | Sort by time modified |
-v,--versionsort | Natural sort of (version) numbers within text |
--classic | Enable classic mode (no colors or icons) |
-X,--extensionsort | Sort by file extension |
--help | Prints help information |
--ignore-config | Ignore the configuration file |
--no-symlink | Do not display symlink target |
--total-size | Display the total size of directories |
--tree | Recurse into directories and present the result as a tree |
-V,--version | Prints version information |
--blocks <command> | Specify the blocks that will be displayed and in what order |
--color <command> | When to use terminal colours |
--date <command> | How to display date |
--depth <command> | Stop recursing into directories after reaching depth |
--group-dirs <command> | Sort the directories then the files |
--icon <command> | When to print the icons |
--icon-theme <command> | Whether to use fancy or unicode icons |
--ignore-glob <command> | Do not display files/directories with names matching the glob pattern(s). More than one can be specified by repeating the argument |
--size <command> | How to display size |
--sort <command> | Sort by WORD instead of name |