summaryrefslogtreecommitdiffstats
path: root/src/options.rs
AgeCommit message (Expand)Author
2015-09-04Make sure we check the ioctl term size resultBen S
2015-09-04Remove pad crate and unnecessary qualificationsBen S
2015-09-02Parallelise the details view!Ben S
2015-08-25Coalesce platform-specific xattr modulesBen S
2015-08-03Fix bug where Git repos were always queriedBen S
2015-08-03Allow --tree without --longBen S
2015-06-29Allow using --across with --long --gridBen S
2015-06-28Re-add missing failing option combinationsBen S
2015-06-28Add --grid --long optionBen S
2015-06-17metadata.as_raw() is gone in nightlyMichael Neumann
2015-06-08Typo fixBen S
2015-06-08Various unimportant style changesBen S
2015-05-21Minuscule code cleanupBen S
2015-05-16Generify Table to be used in tests once againBen S
2015-05-16Add Default instances in OptionsBen S
2015-05-16Rename 'stat' -> 'metadata'Ben S
2015-05-12Lifetime-eliding action!Ben S
2015-05-12Minor whitespace changesBen S
2015-05-12Remove year field on timestamp columnBen S
2015-05-12Move size_format into render_size methodBen S
2015-05-11Turn File into simply a data sourceBen S
2015-05-09Add colours module, and disable them sometimesBen S
2015-05-07Remove some unused functionsBen S
2015-05-03Continue using new metadata fieldsBen S
2015-04-23Use new io + path + fs libraries (LOTS OF CHANGES)Ben S
2015-04-07Fix panic when using --long without git supportBen S
2015-04-04Upgrade to latest RustBenjamin Sago
2015-03-26Move all optional features into features moduleBen S
2015-03-11Merge pull request #49 from killercup/feature/group-is-useless-without-longBen S
2015-03-10"`--group` is useless without `--long`"Pascal Hertleif
2015-03-10Git Column is Useless Without `--long`Pascal Hertleif
2015-03-10Make Git Column OptionalPascal Hertleif
2015-03-02Add --version command (and bump version)v0.2.0Ben S
2015-02-26Add --group-directories-first optionBen S
2015-02-26details: `filter` is only used when recursingBen S
2015-02-26Refactor details viewBen S
2015-02-24Add extra special error for --levelBen S
2015-02-24Remove debugging printBen S
2015-02-24Add --level option to limit tree and recursionBen S
2015-02-23Allow --tree without --recurseBen S
2015-02-23Merge branch 'nwin:add-xattr-linux'Ben S
2015-02-23Fixed tests.nwin
2015-02-23Fix --sort=extCorey Ford
2015-02-22Get rid of explicit `as_slice()` calls.Steven Allen
2015-02-22Rename attr to xattrnwin
2015-02-22Fix other platforms than macos.nwin
2015-02-22Implement display of extended attributesnwin
2015-02-22Add sort-by-date optionsBen S
2015-02-21Mandate --recurse with --treeBen S
2015-02-10Format file size in bytes with the user's localeBen S