summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-06-09Use references instead of valuesv1.1.0sharkdp
2017-06-09windows compatibility (#35)Sebastiaan Vermeulen
2017-06-07Exit gracefully on broken pipe, fixes #24sharkdp
2017-06-06Add note about rust 1.16sharkdp
2017-06-06Set static lifetime, fixes #23sharkdp
2017-06-05Highlight executable filesv1.0.0sharkdp
2017-06-05Add option to print absolute paths, closes #10sharkdp
2017-06-05Fix clippy warningsharkdp
2017-06-05Add optional second argument, closes #5sharkdp
2017-06-05Code clean-ups, documentationsharkdp
2017-06-05Restructure according to Cargo docsharkdp
2017-06-05Update .travis.ymlsharkdp
2017-06-03Fix clippy warningssharkdp
2017-06-02Update benchmark resultsDavid Peter
2017-06-02Extend LS_COLORS parsersharkdp
2017-06-02Update README.mdDavid Peter
2017-06-02Update READMEsharkdp
2017-06-01Enable stylization by filenamesharkdp
2017-06-01Re-structure code, add unit tests, use LS_COLORSsharkdp
2017-05-28Change .gitignore to .ignoresharkdp
2017-05-24Add more unit tests, search directories and symlinks toosharkdp
2017-05-23Add simple integration testssharkdp
2017-05-15Switch to 'ignore', closes #4sharkdp
2017-05-15Use -f instead of -Fsharkdp
2017-05-15Search only filename by default, closes #22sharkdp
2017-05-15Only parse dir_colors if output is colored, closes #21sharkdp
2017-05-14Fix search with hidden root pathsharkdp
2017-05-14Bump versionv0.3.0sharkdp
2017-05-14Another small fix for the ANSI regexsharkdp
2017-05-14Update README.mdDavid Peter
2017-05-14New demoDavid Peter
2017-05-14Small fix for ANSI code regexsharkdp
2017-05-14Support for normal ANSI colorssharkdp
2017-05-14Update README.mdDavid Peter
2017-05-14Update install instructionsDavid Peter
2017-05-14Parse dircolors files, closes #20sharkdp
2017-05-14Colorize each path component, closes #19sharkdp
2017-05-14Document recursion depthsharkdp
2017-05-14Add short command line option for --hidden, see #18sharkdp
2017-05-13Added benchmark resultsDavid Peter
2017-05-13Update README.mdDavid Peter
2017-05-13Update help messagesharkdp
2017-05-13Update README.mdDavid Peter
2017-05-13Update README.mdDavid Peter
2017-05-13Update README.mdDavid Peter
2017-05-13Update README.mdDavid Peter
2017-05-12Re-structuresharkdp
2017-05-12Detect interactive terminal, closes #11sharkdp
2017-05-12Configurable search depth, closes #13sharkdp
2017-05-12Option to search hidden directories, closes #12sharkdp