oh-my-posh/src/color
maxlandon edc02ddb48 refactor(engine): new instantiation function
this commit adds a function to instantiate a new prompt engine
to be used within a Go application (typically a readline shell)
2022-12-20 20:14:13 +01:00
..
ansi.go fix(warp): support newlines 2022-12-08 11:37:04 +01:00
ansi_test.go fix(hyperlink): parse links correctly 2022-11-16 09:20:43 +01:00
colors.go fix(color): validate number range 2022-12-06 21:31:00 +01:00
colors_test.go fix(colors): support 256 palette 2022-12-06 20:30:40 +01:00
colors_unix.go chore: rename environment to platform 2022-11-11 20:23:52 +01:00
colors_windows.go chore: rename environment to platform 2022-11-11 20:23:52 +01:00
palette.go refactor: move color logic to module 2022-02-03 10:44:18 +01:00
palette_test.go refactor: move color logic to module 2022-02-03 10:44:18 +01:00
palettes.go feat(palette): conditional palettes 2022-10-14 20:25:00 +02:00
plain_writer.go refactor(engine): new instantiation function 2022-12-20 20:14:13 +01:00
text.go chore(lint): nolint should be written without leading space 2022-08-05 08:38:17 +02:00
text_test.go chore: rename environment to platform 2022-11-11 20:23:52 +01:00
writer.go refactor(engine): new instantiation function 2022-12-20 20:14:13 +01:00
writer_test.go fix: color terminal background correctly 2022-05-06 12:28:48 +02:00