summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2015-12-22Move tree code to its module, and add testsBenjamin Sago
2015-12-22Use Vec::resize now that it has stabilisedBenjamin Sago
2015-12-22Move TreePart to its own moduleBenjamin Sago
2015-12-22Optimise importsBenjamin Sago
2015-12-20Move colours module into outputBenjamin Sago
2015-12-17Turn TextCellContents into a structBenjamin Sago
2015-12-17Rename cell 'length' to 'width'Benjamin Sago
2015-12-17Remove dependency between file and output modsBenjamin Sago
2015-12-17Encapsulate "display width" in a structBenjamin Sago
2015-12-17Replace Cells with growable TextCellsBenjamin Sago
2015-12-15io::Result -> IOResultBenjamin Sago
2015-12-15Merge pull request #87 from petevine/masterBenjamin Sago
2015-12-14Move CString to where it's actually usedJan Beich
2015-12-14Fix logic inversion with --git in --helpJan Beich
2015-12-14Fix getting tty window size on more BSDsJan Beich
2015-12-11Update xattr.rspetevine
2015-11-19Fix bug where details view needed a terminal widthBen S
2015-11-19Add --colo[u]r optionsBen S
2015-11-19Improve code in two insignificant little placesBen S
2015-11-15Rearrange trait definitions in optionsBen S
2015-11-15Use lazy_static to cache datetime formatsBen S
2015-11-15Improve help textBen S
2015-11-15Move time type picking to details moduleBen S
2015-11-15Avoid cloning the file names vectorBen S
2015-11-15Options and FileFilter are also deducibleBen S
2015-11-15Extract 'bad argument' methodBen S
2015-11-14Inline SortField::from_wordBen S
2015-11-14Move many Options structs to the output moduleBen S
2015-11-04Move file mode constants to a private moduleFlorian Gilcher
2015-11-04Fix tree outputFlorian Gilcher
2015-11-04Fixup: split prefix tests by propertyFlorian Gilcher
2015-11-04Reserve Vector elements instead of resizingFlorian Gilcher
2015-11-04Use slicing instead of future slice_lastFlorian Gilcher
2015-11-04Avoid unstable c_string conversion featuresFlorian Gilcher
2015-11-04Replace unstable fs_mode by internal constantsFlorian Gilcher
2015-11-04Replace `sum` call by stable `fold(0, Add::add)`Florian Gilcher
2015-11-03Upgrade to latest ansi_termBen S
2015-11-03Feature slice_splits and vec_resize stabilisedBen S
2015-10-02Fix warning when building on 64-bit systemsBen S
2015-09-28Fix integer length error on 32bit environmentrhysd
2015-09-21Upgrade to latest version of datetime crateBen S
2015-09-15Dismiss some compile-time warningsBenjamin Sago
2015-09-14This makes exa work on other platforms than linux and macosx.Michael Neumann
2015-09-05Do not attempt to print nothingBenjamin Sago
2015-09-04Make sure we check the ioctl term size resultBen S
2015-09-04Remove pad crate and unnecessary qualificationsBen S
2015-09-04Remove trivial castBen S
2015-09-03Details view comments and tidy-upsBen S
2015-09-03It's hardly worth giving Exa its own constructorBen S
2015-09-03Remove redundant attribute fieldBen S