summaryrefslogtreecommitdiffstats
path: root/src/options.rs
AgeCommit message (Expand)Author
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
2015-02-03Have tree view obey filtering and sortingBen S
2015-02-03Turn the file filter options into their own structBen S
2015-02-03Make filename not a columnBen S
2015-02-03Initial tree implementationBen S
2015-02-01Recurse into directoriesBen S
2015-01-31Fix failing testsBen S
2015-01-31Code changes in preparation for recursionBen S
2015-01-28Change the way columns are createdBen S
2015-01-27Don't even show the column without the featureBen S
2015-01-27Preliminary Git support!Ben S
2015-01-26Cache the lowercased extensionBen S
2015-01-26Update #[derive] namesBen S
2015-01-24Correct argument nameBenjamin Sago
2015-01-24Forbid a few more option combinationsBenjamin Sago
2015-01-24Add all-important dotsBenjamin Sago
2015-01-24Make some fields privateBen S
2015-01-24Actually use the is_dotfile methodBen S
2015-01-24Convert docs to standard formatBen S
2015-01-23Upgrade to latest Rust, and move options codeBen S
2015-01-13Forbid certain argument combinationsBenjamin Sago
2015-01-12Make option parsing unit-testableBenjamin Sago
2015-01-12Allow for different types of failureBenjamin Sago
2015-01-12Move viewing code to its own moduleBenjamin Sago
2015-01-12Make some options fields privateBenjamin Sago
2015-01-12Upgrade to Rust alphaBenjamin Sago
2015-01-01to_ascii_lower -> to_ascii_lowercaseBenjamin Sago
2014-12-24Upgrade code and libraries to latest RustBen S
2014-12-18Add --bytes to not use prefixes at allBen S
2014-12-18Use number_prefix crate for number prefixesBen S
2014-12-14Make copyable values copyableBen S
2014-12-12Use the natord library instead of our own sorterBen S
2014-11-25Use curlies consistentlyBen S
2014-11-25Add --help flagBen S
2014-11-25Add a flag to print directories as filesBen S
2014-11-24List files and directories separatelyBen S
2014-11-24I like aligning thingsBen S
2014-11-23Add some pointersBen S