Historia zmian

Autor SHA1 Wiadomość Data
  Ben S 92dc91dbc7 Add Cargo.lock to .gitignore 11 lat temu
  Ben S d7b8b230ef Remove containers from file name in grid view 11 lat temu
  Ben S 933f98d2c3 Upgrade to latest Rust nightly 11 lat temu
  Ben S 26f8ad08bf Replace from_c_str with from_buf 11 lat temu
  Ben S c80d1ec862 Replace to_option() with as_ref() 11 lat temu
  Ben S b0c51d93f8 Remove a few deprecated constructs 11 lat temu
  Ben S a2e9144866 Match file extensions case-insensitively 11 lat temu
  Ben S fb8821164c Misc style changes 11 lat temu
  Ben S 527528e81f Move file-sorting code outside the view functions 11 lat temu
  Ben S e2f9a80ca5 Add none and inode sort options 11 lat temu
  Ben S 35a0ba3ba0 Use one-line view when output is not to a terminal 11 lat temu
  Ben S 44a9819417 Add --oneline option 11 lat temu
  Ben S d15529301f Update screenshot to show off awesome new grid view functionality 11 lat temu
  Ben S 856612acf3 Update screenshot to show off awesome new grid view functionality 11 lat temu
  Ben S db5fe58296 Merge pull request #3 from ogham/grid-view 11 lat temu
  Ben S cf3e32c9c1 Get terminal width for grid view (resolve #1) 11 lat temu
  Ben S b1560edb85 Use string width, rather than length, to calculate column size 11 lat temu
  Ben S 4cbc1f063a Upgrade to latest Rust nightly 11 lat temu
  Ben S aac69017e7 Merge pull request #2 from ebfe/fix-build-master 11 lat temu
  Michael Gehring 082af307b4 ToStr::to_str -> ToString::to_string 11 lat temu
  Ben S 90099f28cf Upgrade to latest Rust nightly 11 lat temu
  Ben S fc90f4bfc9 Don't pad the final column 11 lat temu
  Ben S 240cbf7b41 Add --across parameter 11 lat temu
  Ben S 03c51f0bfd Correctly calculate number of rows 11 lat temu
  Ben S 92ccf821ff Colour file names in grid view 11 lat temu
  Ben S 728f9f1804 Add grid view by default 11 lat temu
  Ben S de9c2d29dd Merge branch 'master' of github.com:ogham/exa 11 lat temu
  Ben S 8daeba2617 Move string-to-filenames-vector code to its own function 11 lat temu
  Ben S 0de80ad7ec Rename variable 11 lat temu
  Ben S cfb0fa9b72 Import Paint trait from rust-ansi-term 11 lat temu