Commit Graph

921 Commits (6f69682552a46314b5cfbe229ce6da52f14b229a)

Author SHA1 Message Date
einfachIrgendwer0815 83b00bc653
Rename `--squeeze` to `--squeeze-blank` 7 months ago
einfachIrgendwer0815 f041ff8c5f
Hide `--squeeze-limit` from short help 7 months ago
einfachIrgendwer0815 6c2ce63101
Add squeeze functionality to `SimplePrinter` 7 months ago
Ethan P 0e4e10edb6
Add --squeeze-limit to specify max number of consecutive empty lines
Co-authored-by: einfachIrgendwer0815 <85333734+einfachIrgendwer0815@users.noreply.github.com>
7 months ago
Ethan P 0c7e5299bf
Add squeeze_empty_lines to PrettyPrinter 7 months ago
Ethan P c36ed32816
Add --squeeze/-s option
Co-authored-by: einfachIrgendwer0815 <85333734+einfachIrgendwer0815@users.noreply.github.com>
7 months ago
David Peter 1ae9e843ed
Merge branch 'master' into skip-highlighting-when-no-color 7 months ago
David Peter 4549f83689
Merge branch 'master' into quadlet 7 months ago
David Peter 3ffa3648cf
Merge pull request #2853 from einfachIrgendwer0815/document_default_style_components
Document default style components
7 months ago
David Peter a6f01af8de
Merge branch 'master' into containers-conf 7 months ago
David Peter b718889ba2
Merge branch 'master' into master 7 months ago
David Peter 708c74f6af
Merge pull request #2795 from mxaddict/master
Added JSONC and aws credentials to the syntax mappings
7 months ago
David Peter 74d666f5c0
Merge branch 'master' into skip-highlighting-when-no-color 7 months ago
David Peter 7604fe5567
Merge pull request #2807 from Oliver-Looney/2783-setting-terminal-title
2783 setting terminal title
7 months ago
David Peter 0080b043c4
Merge branch 'master' into master 7 months ago
cyqsimon 6a6b02117b
Apply clippy fixes (#2864)
* Apply clippy fixes

* Write changelog
7 months ago
cyqsimon 92915e22e7
Map containers `.conf` files to TOML syntax 7 months ago
cyqsimon 152d69fe98
Add syntax mapping for podman quadlets 7 months ago
Oliver Looney 1f628203e5
Merge branch 'master' into 2783-setting-terminal-title 8 months ago
David Peter bc1ca1a346
Merge branch 'master' into fix-2185 8 months ago
Ethan P. 25b5a41189
Skip syntax parsing when color output disabled 8 months ago
Ethan P. c94cf4e14e
Split syntax highlighting from print_line into fn
This simplifies the `print_line` function a little bit while also
providing a way for syntax highlighting to be skipped when it's
not being used (i.e. `--color=never`).
8 months ago
Ethan P. 84d80eebd0
Test for correct categorization of SGR sequences
This adds a regression test for the fix in the previous commit.
8 months ago
Ethan P. 915dd9fbf8
Fix incorrect categorization of SGR sequences
Specifically, prevent other attributes from leaking into the
bold/dim/italic/underline attributes, and ensure that bright backgrounds
are put into the background attribute instead of the foreground
attribute.
8 months ago
Ethan P. 9d77c1373c
Fix off-by-one error in line number continuation 8 months ago
Oliver Looney c3f2ddf509
Merge branch 'master' into 2783-setting-terminal-title 8 months ago
einfachIrgendwer0815 875046e4cd
Mention which style components are the default 8 months ago
mxaddict a5bd9f51be Added JSONC and aws credentials to the syntax mappings 8 months ago
Ethan P 1023399c5e
Remove hyperlink when wrapping lines 8 months ago
Ethan P 6549e26f5d
Re-emit hyperlinks when wrapping lines 8 months ago
Ethan P 165c495e75
Replace AnsiCodeIterator in printer.rs
This uses the new EscapeSequenceIterator, saving us a preprocessing step
for each line.
8 months ago
Ethan P 6b9b085be3
Add EscapeSequenceIterator
This is an iterator for escape sequences, using
EscapeSequenceOffsetsIterator for the underlying parsing of individual
escape sequences.
8 months ago
Ethan P 054421268f
Strip OSC sequences before printing
This commit strips OSC (Operating System Command) sequences before
printing lines. Eventually when time permits, I want to add back
support for printing OSC sequences (and improve it to treat hyperlinks
like an attribute).

Until then, this should help prevent garbled output :)
8 months ago
Ethan P 414403b062
Add EscapeSequenceOffsetsIterator
This can be used to extract a subset of ANSI escape sequences from a
string of text. I have big plans for this eventually, but for now, it'll
be used to strip OSC before printing.
8 months ago
David Tolnay 1a54c9bf6d
Eliminate dependency on serde's "derive" feature 8 months ago
Oliver looney 02077db53e
undid unnecessary api visibility changes 8 months ago
Oliver looney 7ce010d9ed
Using hypens instead of underscores for set-terminal-title command 8 months ago
Andy Kipp 0af1df5258
Create xonsh.toml 8 months ago
Oliver looney 7f12989127
added set_terminal_title arg to clap_app.rs to fix ci errors 8 months ago
Oliver looney 60e32cf823
removed set_terminal_title arg from clap_app.rs since other boolean args aren't in clap_app.rs 8 months ago
Oliver looney b33e33fe26
terminal title is only set if user opts in with --set_terminal_title flag 8 months ago
Oliver looney 9239b125b1
added a flag to config for setting terminal title 8 months ago
Filip Razek e586751208 Attempt to fix integration test 8 months ago
Filip Razek 5c1f47359e Run cargo fmt 8 months ago
Filip Razek 45ee2dc4c7 fix: Wrap file name in header 8 months ago
cyqsimon 230abfd2bc
Merge branch 'master' into syntax-mapping-refactor 8 months ago
cyqsimon c0f2d6f934
Add note on subdirectory's irrelevance to ordering 8 months ago
cyqsimon e4d637a3d8
Reverse precedence of syntax mappings specified on CLI 8 months ago
rhysd 8e66bc8722 Make the error handler `FnMut` 8 months ago
Oliver looney 3b0ade9cb8
slightly changed set terminal command to match docs & broke print line into multiple variables 9 months ago