summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2016-04-19Convert exa into a libraryBenjamin Sago
2016-04-18Change views to print to a Writer, not stdoutBenjamin Sago
2016-04-16Create info module with business logic routinesBenjamin Sago
2016-04-16Source file rearrangementsBenjamin Sago
2016-04-11Fix bug where the directory name was not printedBenjamin Sago
2016-03-31Use only the time zone data present on the systemBen S
2016-02-10Improve system time zone detectionBen S
2016-02-10Update packages to latest versionsBen S
2015-12-20Move colours module into outputBenjamin Sago
2015-12-17Replace Cells with growable TextCellsBenjamin Sago
2015-11-15Use lazy_static to cache datetime formatsBen S
2015-11-15Avoid cloning the file names vectorBen S
2015-11-14Move many Options structs to the output moduleBen S
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-03Feature slice_splits and vec_resize stabilisedBen S
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-03It's hardly worth giving Exa its own constructorBen S
2015-09-02Parallelise the details view!Ben S
2015-08-26Scan for nested files on-demand, not all the timeBen S
2015-08-25Display errors inline in the treeBen S
2015-08-25Make Dir return an Iterator of files, not VecBen S
2015-08-03Fix bug where Git repos were always queriedBen S
2015-08-02Use new slice_splits functionsBen S
2015-06-28Add --grid --long optionBen S
2015-06-23Use term_grid crate for grid formattingBen S
2015-06-21The feature flags wheel keeps on turning...Ben S
2015-06-17Remove a few feature flagsBenjamin Sago
2015-06-08Various unimportant style changesBen S
2015-06-05Start using threadpool crateBen S
2015-05-21StatResult::Path -> DirBen S
2015-05-16Rename 'stat' -> 'metadata'Ben S
2015-05-16Start using the libc crate from crates.ioBen S
2015-05-12Lifetime-renaming action!Ben S
2015-05-09Add colours module, and disable them sometimesBen S
2015-05-07The modules don't actually need to be publicBen S
2015-05-03Use OS-defined permission bits typeBen S
2015-05-03Continue using new metadata fieldsBen S
2015-05-03Remove unused feature gatesBen S
2015-05-03Start following symlinks againBen S
2015-05-03Re-implement no-longer-missing metadata fieldsBen S
2015-05-03Permissions are back!Ben S
2015-04-23Use unicode_width crateBen S
2015-04-23Use new io + path + fs libraries (LOTS OF CHANGES)Ben S
2015-04-04Upgrade to latest RustBenjamin Sago
2015-03-26Move all optional features into features moduleBen S