Ben S
|
c7417e0bca
Remove unnecessary namespacing
|
11 years ago |
Ben S
|
8e455f9390
Optimise unsafe usage
|
11 years ago |
Ben S
|
5b7124bb71
I like aligning things
|
11 years ago |
Ben S
|
d72be30c30
Reduce unnecessary String allocations
|
11 years ago |
Ben S
|
c75bbf7f79
Add path to symlinks
|
11 years ago |
Ben S
|
03ecb8c9e1
Fix bug with empty directories
|
11 years ago |
Ben S
|
b7e7bc7057
Fix bug that panics when getting group info
|
11 years ago |
Ben S
|
3066f2f840
Leverage new Travis support for Rust
|
11 years ago |
Ben S
|
71f03157aa
Add some more file extensions
|
11 years ago |
Ben S
|
ab66c681c2
Add some pointers
|
11 years ago |
Ben S
|
92dc91dbc7
Add Cargo.lock to .gitignore
|
11 years ago |
Ben S
|
d7b8b230ef
Remove containers from file name in grid view
|
11 years ago |
Ben S
|
933f98d2c3
Upgrade to latest Rust nightly
|
11 years ago |
Ben S
|
26f8ad08bf
Replace from_c_str with from_buf
|
11 years ago |
Ben S
|
c80d1ec862
Replace to_option() with as_ref()
|
11 years ago |
Ben S
|
b0c51d93f8
Remove a few deprecated constructs
|
11 years ago |
Ben S
|
a2e9144866
Match file extensions case-insensitively
|
11 years ago |
Ben S
|
fb8821164c
Misc style changes
|
11 years ago |
Ben S
|
527528e81f
Move file-sorting code outside the view functions
|
11 years ago |
Ben S
|
e2f9a80ca5
Add none and inode sort options
|
11 years ago |
Ben S
|
35a0ba3ba0
Use one-line view when output is not to a terminal
|
11 years ago |
Ben S
|
44a9819417
Add --oneline option
|
11 years ago |
Ben S
|
d15529301f
Update screenshot to show off awesome new grid view functionality
|
11 years ago |
Ben S
|
856612acf3
Update screenshot to show off awesome new grid view functionality
|
11 years ago |
Ben S
|
db5fe58296
Merge pull request #3 from ogham/grid-view
|
11 years ago |
Ben S
|
cf3e32c9c1
Get terminal width for grid view (resolve #1)
|
11 years ago |
Ben S
|
b1560edb85
Use string width, rather than length, to calculate column size
|
11 years ago |
Ben S
|
4cbc1f063a
Upgrade to latest Rust nightly
|
11 years ago |
Ben S
|
aac69017e7
Merge pull request #2 from ebfe/fix-build-master
|
11 years ago |
Michael Gehring
|
082af307b4
ToStr::to_str -> ToString::to_string
|
11 years ago |