summaryrefslogtreecommitdiffstats
path: root/src/file.rs
AgeCommit message (Expand)Author
2015-02-10Translate month names into the user's localeBen S
2015-02-10Use locale-defined decimal separatorBen S
2015-02-10Add thousands seps to links and blocks columnsBen S
2015-02-10Format file size in bytes with the user's localeBen S
2015-02-09Only display the year if it's last yearBen S
2015-02-09Add hour and minute to timestampsBen S
2015-02-09Use short month names to make them line upBen S
2015-02-09Initial work on date/time columns for filesBen S
2015-02-05Refactor the code after tree view changesBen S
2015-02-04Fix tests from tree view falloutBen S
2015-02-03Make filename not a columnBen S
2015-02-03Initial tree implementationBen S
2015-01-31Prevent crash for filenames with no componentsBen S
2015-01-31Code changes in preparation for recursionBen S
2015-01-28Upgrade to latest RustBen S
2015-01-28Implement Git status for directoriesBen S
2015-01-27Preliminary Git support!Ben S
2015-01-26Make all fields of Dir privateBen S
2015-01-26Cache the lowercased extensionBen S
2015-01-25Test extension extractionBenjamin Sago
2015-01-25Test highlighting of groups and group namesBenjamin Sago
2015-01-25Test highlighting of usernamesBenjamin Sago
2015-01-24Extract symlink stuff into its own methodBenjamin Sago
2015-01-24Do column width calculations ourselves (speedup)Benjamin Sago
2015-01-24Convert docs to standard formatBen S
2015-01-23Upgrade to latest Rust, and move options codeBen S
2015-01-12Upgrade to Rust alphaBenjamin Sago
2015-01-05Upgrade to latest RustBen S
2014-12-18Add --bytes to not use prefixes at allBen S
2014-12-18Only underline executable *files* in perms viewBen S
2014-12-18Use number_prefix crate for number prefixesBen S
2014-12-12Remove redundant slicingBen S
2014-12-12Why be so specific?Ben S
2014-12-12Miscellaneous little optimisationsBen S
2014-12-12Use the natord library instead of our own sorterBen S
2014-12-12Replare Unix module with users crateBen S
2014-12-02Upgrade to latest RustBen S
2014-11-26Remove unused lifetimeBen S
2014-11-26Upgrade to latest ansi_termBen S
2014-11-25Use curlies consistentlyBen S
2014-11-25Add a flag to print directories as filesBen S
2014-11-24List files and directories separatelyBen S
2014-11-24Reduce unnecessary String allocationsBen S
2014-11-24Add path to symlinksBen S
2014-11-24Fix bug with empty directoriesBen S
2014-11-23Remove containers from file name in grid viewBen S
2014-11-23Upgrade to latest Rust nightlyBen S
2014-07-22Misc style changesBen S
2014-07-22Add --oneline optionBen S
2014-07-22Get terminal width for grid view (resolve #1)Ben S