summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2021-07-04feat: add support for nu shell (#2847)David Knaack
2021-03-31feat(config): allow printing default and computed config (#2521)David Knaack
2021-02-27feat: add support for tcsh (#2288)Vivek Malneedi
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-22build: Add additional build information to version and bug report (#2124)Rust大闸蟹
2021-01-07feat(command): add 'toggle' command (#1917)Furkan Türkal
2020-12-25build(deps): bump rand from 0.7.3 to 0.8.0 (#2016)dependabot-preview[bot]
2020-11-11fix(windows): configure console to enable ANSI support (#1646)David Knaack
2020-10-17chore: fix the double compiling of lib and bin (#1616)jRimbault
2020-09-28feat: add error messaging (#1576)Tilmann Meyer
2020-09-21feat: Add timings subcommand (#1629)Jan Katins
2020-08-07test: introduce env variable mocking (#1490)Tilmann Meyer
2020-06-14fix: replacing default RUST_LOG environement variable with starship specific ...anouar kappitou
2020-06-03feat: add shell completion generation command (`starship completions`) (#881)Nathan West
2020-04-26feat: Modify config keys from shell (#1095)John Letey
2020-04-06improvement: add parser for format strings (#1021)Zhenhui Xie
2020-01-01feat: Add the `starship explain` command (#699)Jon Grythe Stødle
2019-12-19feat: cmd_duration module optionally reports milliseconds (#696)Luca Rinaldi
2019-12-18feat: Implement `starship configure` command (#751)Dominik Braun
2019-12-14feat: Add `bug-report` sub-command (#725)Jon Grythe Stødle
2019-12-11feat: Add support for the ion shell (#704)BuggStream
2019-10-16feat: Implement PowerShell support (#470)David Knaack
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-08-31Support vicmd_symbol in fish-shell (#254)Quinn Strahl
2019-08-22Use full path to starship in all phases of init (#224)Bruno Bigras
2019-08-20fix: Change panicking on unknown module to error print and support module lis...Saurav Sharma
2019-08-19feat: Implement a two-phase init which allows us to write normal init scripts...Kevin Song
2019-08-17feat: Display Vi mode as PROMPT (#169)Shu Kutsuzawa
2019-08-12feat: Implement the prompt module for jobs (#85)John Letey
2019-08-08feat: implement timer module (#118)Kevin Song
2019-07-03feat: Implement simplified prompt setup process (#90)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-22feat: Add battery module(#63)Matan Kushner
2019-05-13Implement the git status module (#45)Matan Kushner
2019-05-01Refactor segments into modules (#40)Matan Kushner
2019-04-19Use "context" to contain run details (#14)Matan Kushner
2019-04-13Add fish_promptMatan Kushner
2019-04-12Add builder pattern for segmentMatan Kushner
2019-04-12Revert "Parallelize nodejs file checks"Matan Kushner
2019-04-12Parallelize nodejs file checksMatan Kushner
2019-04-08Tidy up dir sectionMatan Kushner
2019-04-07Use git project root for truncationMatan Kushner
2019-04-04Rename segementsMatan Kushner
2019-04-04Add line_sep sectionMatan Kushner
2019-04-04Add basic benchmarksMatan Kushner
2019-04-04Move Segment struct to modulesMatan Kushner