summaryrefslogtreecommitdiffstats
path: root/src/options/view.rs
AgeCommit message (Expand)Author
2020-10-24Introduce EXA_ICON_SPACING environment variablebetter-iconsBenjamin Sago
2020-10-23Move common icons option to file style structview-optionsBenjamin Sago
2020-10-23Make View command-line args position-dependentBenjamin Sago
2020-10-22Massive theming and view options refactorBenjamin Sago
2020-10-20Ignore --across --long conflict not in strict modeBenjamin Sago
2020-10-20Very slight test cleaningBenjamin Sago
2020-10-13Clippy pedantic lintsBenjamin Sago
2020-10-13New set of lints, and Rust 2018 idiomsBenjamin Sago
2020-10-12Replace Misfire with a testable OptionsResultBenjamin Sago
2020-10-10Batch source formattingBenjamin Sago
2020-10-10Remove some enum glob importsBenjamin Sago
2020-10-10Better referencingBenjamin Sago
2020-10-10The SelfeningBenjamin Sago
2020-10-08Merge pull request #704 from LarsHaalck/masterBenjamin Sago
2020-07-24Add --octal-permissions argumentLars Haalck
2020-05-24Fix Clippy lintsariasuni
2020-01-19Merge branch 'fix-handling-maybe-unsupported-time-metadata' of https://github...Benjamin Sago
2020-01-19Merge pull request #597 from FliegendeWurst/bugfixesBenjamin Sago
2020-01-19Merge pull request #577 from 0rvar/feature/suppress-columnsBenjamin Sago
2019-12-20Fix handling of potentially unsupported time metadataariasuni
2019-10-12Use the long view when stdout isn't a terminal and a long grid view was reque...FliegendeWurst
2019-08-29Add support for suppressing table columnsOrvar Segerström
2019-07-19Update to Rust 2018Bond_009
2019-07-15Merge branch 'glyphs' of https://github.com/asoderman/exa into asoderman-glyphsBenjamin Sago
2019-07-15Fix failing testsBenjamin Sago
2019-03-23Fix and add testsariasuni
2019-03-23Check if the sort field is supported by the OSariasuni
2019-03-23Add “changed” sort option, to replace old incorrect “created”ariasuni
2018-10-13Replace Default impls that use state with fnsBenjamin Sago
2018-10-13Merge branch 'clippy_fixes' of https://github.com/thibran/exa into thibran-cl...Benjamin Sago
2018-06-19fix most clippy warningsThibaut Brandscheid
2018-06-15refers `TIME_STYLE` environment variable if it exists and the argument is not...mopp
2018-04-01Added --icons for oneline modeAlex Soderman
2018-04-01Added icons for --long viewAlex Soderman
2018-03-26moved icons functionality to grid modeAlex Soderman
2018-03-22Added icons mode w/ prepending (icons themselves do not appear yet)Alex Soderman
2017-09-14Tie value suggestions to their argumentsBenjamin Sago
2017-09-13Rename Style to Styles to avoid a name clashBenjamin Sago
2017-09-03Move FileStyle to the same options file as ColoursBenjamin Sago
2017-08-26Move Colours and LSColors to their own moduleBenjamin Sago
2017-08-26Isolate and document the environment variablesBenjamin Sago
2017-08-26Extract trait above file name coloursBenjamin Sago
2017-08-25Start actually parsing ls_colorsBenjamin Sago
2017-08-24Move colour options to their own fileBenjamin Sago
2017-08-23Strict mode and tests for colour scaleBenjamin Sago
2017-08-13Tie the row threshold to EXA_GRID_ROWSBenjamin Sago
2017-08-13env vars should be referenced, not copiedBenjamin Sago
2017-08-12match-to-if-letBenjamin Sago
2017-08-12Thread the row threshold through grid_detailsBenjamin Sago
2017-08-11Stop --git from complaining tooBenjamin Sago