summaryrefslogtreecommitdiffstats
path: root/src/formatter/string_formatter.rs
AgeCommit message (Expand)Author
2024-07-25chore: bump deps and address clippy warnings (#6116)David Knaack
2024-06-28feat(color): add prev_fg and prev_bg as color specifiers based on the previou...Jovan Gerodetti
2023-08-25chore: handle rust 1.72 clippy & fmt changes (#5399)David Knaack
2023-04-24fix(style): ensure nested style variables are processed during formatting (#5...Andrew Pantuso
2022-11-05chore: fix new clippy lints (#4557)David Knaack
2022-09-27feat: add user-defined color palette (#4209)Anomalocaridid
2022-09-04refactor: replace `ansi_term` with `nu_ansi_term` (#4339)David Knaack
2022-06-30chore: fix new clippy lints (#4136)David Knaack
2022-06-28chore: fix typos in comments (#4122)Kian-Meng Ang
2022-05-27fix: escape text segments in meta variables (#3563)David Knaack
2022-05-23chore(clippy): fix new lints (#4002)David Knaack
2022-02-24refactor: fix new clippy/compiler warnings (#3656)David Knaack
2021-11-01fix(escaping): move escaping to individual variables (#3107)Fred Cox
2021-09-12feat: Add a fill module to pad out the line (#3029)Matthew (Matt) Jeffryes
2021-09-08feat: Add support for RPROMPT (right prompt) (#3026)Matthew (Matt) Jeffryes
2021-07-29fix(clippy): fix new clippy lints (#2939)David Knaack
2021-06-29feat: treat empty string as none when formating (#2738)filip
2021-04-10refactor: propagate version formatting errors (#2566)Dario Vladović
2021-01-22refactor: simplify StringFormatter::newAlexandru Macovei
2021-01-01style: Latest clippy suggestions (#2048)Thomas O'Donnell
2020-11-23fix: apply nightly clippy & fmt suggestions (#1922)David Knaack
2020-10-13fix: apply clippy suggestions (#1756)Tilmann Meyer
2020-08-16chore: remove unused name from Segment and remove some of the misleading unde...Tilmann Meyer
2020-07-07feat: refactor modules to use format strings (#1374)Zhenhui Xie
2020-04-10fix: Fix variable styles in string formatter (#1069)Zhenhui Xie
2020-04-06improvement: add parser for format strings (#1021)Zhenhui Xie