summaryrefslogtreecommitdiffstats
path: root/src/modules/character.rs
AgeCommit message (Expand)Author
2024-02-19fix(character): also handle vi edit mode in pwsh (#5775)Gilbert Sanchez
2023-06-13chore: fix new clippy lints (#5241)David Knaack
2023-06-12feat(pwsh): Support vi command mode indicator (#5049)Nemo157
2022-09-04refactor: replace `ansi_term` with `nu_ansi_term` (#4339)David Knaack
2022-06-18fix(character): Standadise Vim config names (#4081)Thomas O'Donnell
2022-06-04fix(fish): add proper vi mode detection for fish shell (#3839)Mat Jones
2022-03-26refactor: replace module_config_derive with serde (#3786)David Knaack
2022-01-15fix(properties): fix regressions in `status`, `pipestatus` and `terminal-widt...David Knaack
2022-01-09feat: add support for cmd (#3277)Rashil Gandhi
2022-01-04refactor: update clap to v3 (#3370)David Knaack
2021-11-01fix(escaping): move escaping to individual variables (#3107)Fred Cox
2021-07-29fix(clippy): fix new clippy lints (#2939)David Knaack
2021-04-28refactor: read CLI options as `str` (#2656)Dario Vladović
2021-02-11refactor(clippy): fix new lints (#2297)David Knaack
2021-01-16fix: Applied clippy warnings (#2153)Hanif Ariffin
2020-08-07test: introduce env variable mocking (#1490)Tilmann Meyer
2020-07-07feat: refactor modules to use format strings (#1374)Zhenhui Xie
2020-01-26test(nodejs): Port nodejs module tests from E2E to integraton (#867)Matan Kushner
2019-10-20refactor: improve as-a-library usage by removing ArgMatches depe… (#547)Barnaby Keene
2019-10-05chore: Import shared types from super (#492)Zhenhui Xie
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner
2019-09-30refactor: Refactoring config (#383)Zhenhui Xie
2019-09-09fix: Lazy load git repo and only run module if not disabled (#306)Neil Kistner
2019-09-07feat: Add the ability to configure per-module color styles (#285)Kevin Song
2019-08-31Support vicmd_symbol in fish-shell (#254)Quinn Strahl
2019-08-18fix: Set default prompt character to ❯ (#177)Kevin Song
2019-08-17feat: Display Vi mode as PROMPT (#169)Shu Kutsuzawa
2019-08-10feat: Add configuration to change the character for non-zero sta… (#133)Kevin Song
2019-07-19docs: Add vuepress with initial docs (#99)Tiffany Le-Nguyen
2019-07-02feat: Add a `disabled` configuration option for modules (#86)Matan Kushner
2019-06-10Add support for prompt configuration (#62)Matan Kushner
2019-06-06Refactor integration tests (#71)Matan Kushner
2019-05-01Refactor segments into modules (#40)Matan Kushner
2019-04-19Use "context" to contain run details (#14)Matan Kushner
2019-04-15Add integration tests (#6)Matan Kushner
2019-04-12Make segments optionalsMatan Kushner
2019-04-12Use copy to return segmentMatan Kushner
2019-04-12Use builder pattern in char sectionMatan Kushner
2019-04-12Add builder pattern for segmentMatan Kushner
2019-04-10Begin writing Node sectionMatan Kushner
2019-04-07A bit of tidying upMatan Kushner
2019-04-04Add stringify_segment rustdocMatan Kushner