summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2018-05-10Fix clippy warningssharkdp
2018-05-10Split modules (#86)Ezinwa Okpoechi
2018-05-10Remove unused lifetimessharkdp
2018-05-10Fix header-line if grid is not requestedPit Kleyersburg
2018-05-10Replace `Cow` by `String`Pit Kleyersburg
2018-05-10Create `OutputComponents` struct, use HashSetPit Kleyersburg
2018-05-10Combine `OutputComponent`s and `PredefinedStyle`sPit Kleyersburg
2018-05-10Make `--style` parameter more flexiblePit Kleyersburg
2018-05-08Append newline at the end of the file if necessaryv0.3.0sharkdp
2018-05-08Do not peek at FIFOs, closes #80sharkdp
2018-05-08Filter out languages without extensionssharkdp
2018-05-08Paint file extensions in greensharkdp
2018-05-08Compute 'longest' for non-hidden languages onlysharkdp
2018-05-08Correctly update num_charssharkdp
2018-05-08Remove term_width from Printer, its options owns it.Connor Kuehl
2018-05-08Add revisions for line-wrapping and terminal width.Connor Kuehl
2018-05-08Add term_width to options struct, move getting term_width to run()Connor Kuehl
2018-05-08Filter out languages that are hidden.Connor Kuehl
2018-05-08WIP edit desired width.Connor Kuehl
2018-05-08Add simple line-wrapping for file extensions.Connor Kuehl
2018-05-08Adds requested revisions.Connor Kuehl
2018-05-08Rename and add comment to the match block.Connor Kuehl
2018-05-08Size language name column width to the length of the longest language.Connor Kuehl