Нема описа

Ben S 745bcce02a Replace messy line with calls to get пре 11 година
.gitignore 55280a5308 Add a simple Makefile пре 11 година
.travis.yml cc1da7490a Add .travis.yml пре 11 година
LICENCE 503dfc07e6 Let's GPLv3 this. пре 11 година
Makefile 55280a5308 Add a simple Makefile пре 11 година
README.md e9ad6d79ca Add options to readme пре 11 година
colours.rs a8d73d1cd9 Add colour tests пре 11 година
column.rs b337f9174d Highlight groups the user is a member of пре 11 година
dir.rs 8839cf4ca5 Show file colours for symlink targets пре 11 година
exa.rs 745bcce02a Replace messy line with calls to get пре 11 година
file.rs 727822308e Refactor user/group code to be less indented пре 11 година
filetype.rs eff87440fa Do similar for block devices and named pipes пре 11 година
format.rs 45be82e257 Add precision to file sizes пре 11 година
options.rs b337f9174d Highlight groups the user is a member of пре 11 година
screenshot.png f2ae611b49 Switch to Linux пре 11 година
sort.rs 8b68d699db Fix bug in sort where numbers could get too long пре 11 година
unix.rs 03bf728a1e Merge branch 'master' of github.com:ogham/exa пре 11 година

README.md

exa

exa is a replacement for ls written in Rust.

Build status

Screenshot

Screenshot of exa

Options

  • -a, --all: show dot files
  • -b, --binary: use binary (power of two) file sizes
  • -g, --group: show group as well as user
  • -h, --header: show a header row
  • -i, --inode: show inode number column
  • -l, --links: show number of hard links column
  • -r, --reverse: reverse sort order
  • -s, --sort=(name, size, ext): field to sort by
  • -S, --blocks: show number of file system blocks

Installation

exa is written in Rust. You should use the nightly, rather than the 0.10 release, which is rather out of date at this point. Once you have Rust set up, a simple make should compile exa.