summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-09-30Add some ignored tests for sub-globbingBenjamin Sago
2017-09-30Glob pattern ignore testsBenjamin Sago
2017-09-30Test some actual ignore cachesBenjamin Sago
2017-09-30A note to my future selfBenjamin Sago
2017-09-30Ignore comments and blank lines when ignoringBenjamin Sago
2017-09-30Extract function for parsing an ignore fileBenjamin Sago
2017-09-30Don’t ignore .gitignore errorsBenjamin Sago
2017-09-30Typo fixBenjamin Sago
2017-09-30Ignore files matched in .gitignoreBenjamin Sago
2017-09-30Thread an ignore cache through the programBenjamin Sago
2017-09-30Add a --git-ignore option that doesn’t do anythingBenjamin Sago
2017-09-17Add .bk extension to is_temp.Clar Charr
2017-09-14Fix compile error with --no-default-featuresBenjamin Sago
2017-09-14Flip the new/old order, and add suggestion for -ltBenjamin Sago
2017-09-14Tie value suggestions to their argumentsBenjamin Sago
2017-09-13Put misfire.rs in a nicer orderBenjamin Sago
2017-09-13Show a warning when running ‘exa -ltr’Benjamin Sago
2017-09-13Add more modified date aliasesBenjamin Sago
2017-09-13Fix typo in error messageBenjamin Sago
2017-09-13Reword this commentBenjamin Sago
2017-09-13Implement file name colouring in {exa,ls}_colorsBenjamin 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-09-03256 colour support in ls_colorsBenjamin Sago
2017-09-02Allow --git --tree, tooBenjamin Sago
2017-09-02Only display Git column for directories with reposBenjamin Sago
2017-09-01Don’t pass Dirs to the TableBenjamin Sago
2017-09-01Fix TableOptions DebugBenjamin Sago
2017-09-01Redo Git implementation to allow --git --recurseBenjamin Sago
2017-08-28Group Git repositories by their workdirBenjamin Sago
2017-08-28Code and logging fix-upsBenjamin Sago
2017-08-28Use a global Git cacheBenjamin Sago
2017-08-26\t and \s+$Benjamin Sago
2017-08-26Add exa_colors to make exa themableBenjamin Sago
2017-08-26Stop collecting ls_colors into a hashmapBenjamin Sago
2017-08-26Move Colours and LSColors to their own moduleBenjamin Sago
2017-08-26Isolate and document the environment variablesBenjamin Sago
2017-08-26Move Vars into its own moduleBenjamin Sago
2017-08-26Extract trait above file name coloursBenjamin Sago
2017-08-26Use the file type colour trait methodsBenjamin Sago
2017-08-26Give block and character devices different coloursBenjamin Sago
2017-08-26Add more ls_colors coloursBenjamin Sago
2017-08-25Split FileTypes into types and kindsBenjamin Sago
2017-08-25Start actually parsing ls_colorsBenjamin Sago
2017-08-25These tests don’t need a typeBenjamin Sago
2017-08-25Tests for turning colours on/offBenjamin Sago
2017-08-25Split the colours tests in twoBenjamin Sago
2017-08-24Move colour options to their own fileBenjamin Sago
2017-08-23Strict mode and tests for colour scaleBenjamin Sago
2017-08-22More ls_colors parsingBenjamin Sago