summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-05-25Handle syntax-set loading errorssharkdp
2018-05-25Using slice notation instead of as_refTA Thanh Dinh
2018-05-24Explicitly specify which args override themselvessharkdp
2018-05-24Allow arguments to override themselvessharkdp
2018-05-24Remove unnecessary space if there are no decorationsEzinwa Okpoechi
2018-05-24Justify header when there are decorations but no gridEzinwa Okpoechi
2018-05-24Print themes directory in error message if no themes could be loaded from it.Gert Hulselmans
2018-05-22Fix launching of pager so text is interpreted as UTF-8 by default.Gert Hulselmans
2018-05-21Move asset clearing to assets moduleEzinwa Okpoechi
2018-05-21Extract features to separate moduleEzinwa Okpoechi
2018-05-21Move colors to printer moduleEzinwa Okpoechi
2018-05-21Move output to separate moduleEzinwa Okpoechi
2018-05-19Extended help texts for '--help'sharkdp
2018-05-19Add -u and -n options, see #134sharkdp
2018-05-19Permissive error handling, closes #17sharkdp
2018-05-19Reset line number to 0 for new filessharkdp
2018-05-19Skip '--quit-if-one-screen' for --paging=alwayssharkdp
2018-05-18Fix code formattingsharkdp
2018-05-18Fixed #124eth-p
2018-05-18Extract syntax finding to assets moduleEzinwa Okpoechi
2018-05-18Handle line with invalid UTF-8Ezinwa Okpoechi
2018-05-16Better error handlingsharkdp
2018-05-16Include syntaxes and themes in repositorysharkdp
2018-05-16Merge pull request #102 from eth-p/masterDavid Peter
2018-05-16Formatted with newer cargo fmt.eth-p
2018-05-15Fix #117eth-p
2018-05-15Replace for_line and for_wrap with generateeth-p
2018-05-14Fix \r character being printed with wrapping enabled.eth-p
2018-05-14address commentrleungx
2018-05-14sort the language listingrleungx
2018-05-14Updates for new rustfmtsharkdp
2018-05-13Split decorations into a separate file and optimized them a bit.eth-p
2018-05-13PR #102 Followed @sharkdp's suggestionseth-p
2018-05-13Add ansi_term import for Windows, see #107sharkdp
2018-05-13PR #102 Followed @BrainMaestro's suggestionseth-p
2018-05-13Ignore errors when clearing cache, closes #91sharkdp
2018-05-13Enable ANSI support on Windows 10sharkdp
2018-05-12Fix double spaces when outputting without wrapping.eth-p
2018-05-12Fix padding, add --wrap argument, disable wrap for non-tty. (Fixed)eth-p
2018-05-12Fix padding, add --wrap argument, disable wrap for non-tty.eth-p
2018-05-12Fix off-by-one error with text wrapping and --style grideth-p
2018-05-12Merge branch 'master' into masterEthan P
2018-05-12PR #102 Review Changeseth-p
2018-05-12Add bold, italic and underline font stylessharkdp
2018-05-11Forgot to add styling to the horizontal line.eth-p
2018-05-11Added line wrapping.eth-p
2018-05-11add theme option (#95)Ryan Leung
2018-05-11Split style to separate moduleEzinwa Okpoechi
2018-05-11Split app to separate moduleEzinwa Okpoechi
2018-05-10Add and use --style=auto by defaultsharkdp