summaryrefslogtreecommitdiffstats
path: root/src/options.rs
AgeCommit message (Expand)Author
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
2015-02-10Make --tree require --longBen S
2015-02-09Only display the year if it's last yearBen S
2015-02-09Add shorthand options for displaying timestampsBen S
2015-02-09Forbid --time without --long option, tooBen S
2015-02-09Add --tree to READMEBen S
2015-02-09Change time option's descriptionBen 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-04Start using the new getopts interfaceBen S
2015-02-04unwrap_err() now uses DebugBen S