summaryrefslogtreecommitdiffstats
path: root/src/context.rs
AgeCommit message (Expand)Author
2020-04-11Add support for custom modules. (#916)Grégoire Geis
2020-03-15fix: possible fix for Intermittent Test Failures in GH Actions (#987)David Knaack
2020-02-06refactor: Move ANSI escaping into its own functions (#866)Kevin Song
2020-02-05chore: give unused function a test annotationMatan Kushner
2020-02-03chore: readd from_path functionMatan Kushner
2020-02-03chore(bump): v0.34.1v0.34.1Matan Kushner
2020-02-03fix: move get_shell method into ContextMatan Kushner
2020-02-03perf: Optimize files, folder and extension lookups in Context (#880)Sam Rose
2020-01-28fix: escape "$" character to avoid bash interpreting (#884)Luca Rinaldi
2020-01-26test(nodejs): Port nodejs module tests from E2E to integraton (#867)Matan Kushner
2020-01-01feat: Add the `starship explain` command (#699)Jon Grythe Stødle
2019-12-21fix: Improve error message when current dir is not found (#773)Leonora Tindall
2019-10-28feat: Add an option to limit the duration of starship directory scanning (#589)Zhenhui Xie
2019-10-24fix: Use logical path instead of physical path when available (#398)Zhenhui Xie
2019-10-20refactor: improve as-a-library usage by removing ArgMatches depe… (#547)Barnaby Keene
2019-10-05fix: Add disable configuration option to kubernetes module (#491)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-14perf: Lazy load files from directory (#335)Nick Young
2019-09-09fix: Lazy load git repo and only run module if not disabled (#306)Neil Kistner
2019-09-07fix: Don't trigger an extension match on hidden files (#299)Gabriel de Perthuis
2019-08-17fix a few typos (#178)Saghm Rossi
2019-08-05fix: Address longstanding linter errorsMatan Kushner
2019-07-27feat: Add configuration for add_newline (#116)Matan Kushner
2019-07-19refactor: Better document context contentsMatan Kushner
2019-07-14ci: Add GitHub releases to CI (#95)Matan Kushner
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-22fix: Don't check extensions of directories (#64)Tim Mulqueen
2019-05-13Implement the git status module (#45)Matan Kushner
2019-05-12Implement directory scanner (#34)Tim Mulqueen
2019-05-09Parallelize prompt modules (#46)Matan Kushner
2019-04-26Add the Git branch segment (#32)Matan Kushner
2019-04-23Share dir_files between segments through Context (#16)Matan Kushner
2019-04-19Use "context" to contain run details (#14)Matan Kushner