summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2023-12-11Add ASCII character tableDavid Peter
2023-12-11Rename ascii-only to 'default', as it is not only ASCIIDavid Peter
2023-12-11Fix NO_COLOR behaviorDavid Peter
2023-12-10Correct docsSharif Haason
2023-12-10Remove block coloring option for refactorSharif Haason
2023-12-10Implement block character tableSharif Haason
2023-12-10Close quotation in help textsharif
2023-12-10Rename `CharTable` to `CharacterTable`Sharif Haason
2023-12-10Add default value for character tableSharif Haason
2023-12-10Use hyphens instead of underscoresSharif Haason
2023-12-10Implement character table control and codepage 437 optionSharif Haason
2023-08-21Move tests to a separate `#[cfg(test)]` modulePavel Grigorenko
2019-07-17lib: created, moved binTom Milligan
2019-05-30Consider color when printing squeeze indicatorArmin Widegreen
2019-04-13Use u8/usize directly without referencessharkdp
2019-04-13Update to Rust 2018sharkdp
2019-04-13Adds squeeze supportArmin Widegreen
2019-04-08Fix left bordersharkdp
2019-04-08Make sure to always print the headersharkdp
2019-04-08Use separate struct for border elementssharkdp
2019-04-08cargo fmtsharkdp
2019-04-08Fix typosharkdp
2019-04-08Implement various --border stylesDominik Menke
2019-03-09Allow passing length in hex with 0x notationMikaela Szekely
2019-02-06unhide --bytes/-c - describe alias to --length/-nselfup
2019-02-06Set printed to true after printing headerMatthew Ziter
2019-02-06Fixes #47 with header printing before data in some scenariosMatthew Ziter
2019-02-05Refactor Some(length) and change --c/-c to --bytes/-cselfup
2019-02-05Add c long/c short and hide valuesselfup
2019-02-05Add --c alias to length cmdselfup
2019-01-14Add proper Ctrl-C handlingsharkdp
2019-01-14Fix behavior on broken pipesharkdp
2019-01-14Use 16 colors instead of 256sharkdp
2019-01-14Use --color=always/auto/never instead of --no-colorsharkdp
2019-01-14Add --no-color flag to disable ANSI sequencesBennett Hardwick
2019-01-13Change exit code for help and version messages to 0Arnav Borborah
2019-01-13Move duplicate code out of conditionalarnavb11
2019-01-13Handle clap errors and other errors separatelyarnavb11
2019-01-13Refactor error handling into a if-letarnavb11
2019-01-13Use instead of for consistencyarnavb11
2019-01-13Bump the buffer size to 256 bytesLily Ballard
2019-01-13Write lines into an in-memory buffer before printing to stdoutLily Ballard
2019-01-10Fix #25v0.3.1sharkdp
2019-01-10Replace all uses of format!()Lily Ballard
2019-01-10Use 8-bit colors instead of 24-bit truecolorsharkdp
2019-01-10Get rid of the use of str.repeat()Lily Ballard
2019-01-09Make clear we didn't accidentally forget to handle ResultsSebastian Thiel
2018-12-02Change variable nameDavid Peter
2018-12-02add COLOR_OFFSETPewZ
2018-12-02display input offsetPewZ