summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2015-03-22Missed a feature flag...Ben S
2015-03-22Upgrade to latest RustBen S
2015-03-07Sweep deprecated warnings under the rugBen S
2015-03-03clean up consumer to make code more readablebp
2015-03-03fix bug where a failed stat would cause the consumer thread to hangbp
2015-03-03making Exa.load() stat files in parallelbp
2015-03-02Upgrade to latest RustBen S
2015-03-01current_dir -> getcwdBen S
2015-02-26Fewer warnings when testingBen S
2015-02-26We don't use plugin anymoreBen S
2015-02-24Fix bug where the wrong level was used for . dirBen S
2015-02-24Add --level option to limit tree and recursionBen S
2015-02-22Rename attr to xattrnwin
2015-02-22Fix other platforms than macos.nwin
2015-02-22Implement display of extended attributesnwin
2015-02-21Upgrade to latest RustBen S
2015-02-12Upgrade to latest RustBen S
2015-02-10Translate month names into the user's localeBen S
2015-02-10Format file size in bytes with the user's localeBen S
2015-02-09Initial work on date/time columns for filesBen S
2015-02-05Upgrade to latest RustBen S
2015-02-05Refactor the code after tree view changesBen S
2015-02-04Make transform_files statefulBen S
2015-02-03Have tree view obey filtering and sortingBen S
2015-02-03Turn the file filter options into their own structBen S
2015-02-03Initial tree implementationBen S
2015-02-01Recurse into directoriesBen S
2015-01-31Code changes in preparation for recursionBen S
2015-01-29Add a bunch of feature flagsBen S
2015-01-28Change the way columns are createdBen S
2015-01-28Upgrade to latest RustBen S
2015-01-27Preliminary Git support!Ben S
2015-01-24Make some fields privateBen S
2015-01-23Rename exa.rs to main.rsBen S