summaryrefslogtreecommitdiffstats
path: root/src/context.rs
AgeCommit message (Expand)Author
2021-07-04feat: add support for nu shell (#2847)David Knaack
2021-06-29style: fix name of battery info provider implementation (#2836)Andrew Houts
2021-06-29test(battery): add battery tests (#2795)Andrew Houts
2021-06-21fix(clippy): fix additional clippy lints in tests (#2813)David Knaack
2021-03-27fix(context): remove unwrap when pwd is unavailable (#2520)David Knaack
2021-03-25chore(clippy): fix new lints (#2507)David Knaack
2021-02-27feat: add support for tcsh (#2288)Vivek Malneedi
2021-02-13feat(test): allow dynamic mocking of commands (#2307)David Knaack
2021-02-11feat: allow changing default command timeout (#2283)David Knaack
2021-02-08refactor(directory): Introduce `logical-path` argument which allows a shell t...Benjamin Fox
2021-02-02feat: add support for elvish shell (#1725)David Knaack
2021-01-22refactor: apply more clippy lintsAlexandru Macovei
2021-01-19test: avoid setting $HOME (#2155)David Knaack
2021-01-16fix: Applied clippy warnings (#2153)Hanif Ariffin
2020-12-08feat(git_branch): show remote name (#1972)Sagittarius-a
2020-11-23feat(git_branch): add remote branch name if different than local branch (#1915)Sagittarius-a
2020-10-17chore(context): Use monotonic clock for timeout (#1802)Thomas O'Donnell
2020-08-11feat: Add Undistract Me Feature (#1019)Marc Schreiber
2020-08-07test: introduce env variable mocking (#1490)Tilmann Meyer
2020-07-28perf: only check timeout every 256 files (#1499)LOU Xun
2020-07-05feat: git branch: read from HEAD on newly initialized repo (#1336)Walther Chen
2020-06-24feat(git): honor `GIT_DIR` environment variable (#1348)Dario Vladović
2020-06-20Replace `dirs` with `dirs-next` dependency (#1361)Julian Gehring
2020-05-06fix(git): show branch name in fresh repo (unborn master) (#1093)Hendrik Rombach
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