summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2023-12-30chore: apply new rust 1.75 & nightly clippy fixes (#5646)David Knaack
2023-04-13fix(config): Make print-config not panic without a config (#5001)Dom Slee
2023-03-03fix(preset): add output-flag to avoid encoding issues (#4926)David Knaack
2023-01-11feat(config): Adds support for --profile <custom profile name> (#3467)Florent Vilmart
2023-01-04feat(logger): delete old logs & avoid more dup logs (#4348)David Knaack
2022-12-17chore: fix clippy warnings for rust 1.66 (#4715)David Knaack
2022-09-29build: bump clap from v3 to v4 (#4413)David Knaack
2022-09-04refactor: replace `ansi_term` with `nu_ansi_term` (#4339)David Knaack
2022-08-02feat: Add starship preset command (#4112)Artyom Belousov
2022-05-02fix: Do not panic in config if editor not found (#3766)Kevin Song
2022-04-28fix(module): list option not working (#3919)Gabe Weiner
2022-04-01feat: allow printing config file schema (#3737)David Knaack
2022-03-19build: bump shadow to 0.10.0 & git2 to 0.14.2 (#3767)David Knaack
2022-02-28chore: fix typo in main.rs (#3669)Ikko Ashimine
2022-02-27perf(rayon): restrict thread count (#3667)David Knaack
2022-02-26build: bump shadow-rs from 0.8.1 to 0.9.0 (#3648)baoyachi. Aka Rust Hairy crabs
2022-02-24refactor: fix new clippy/compiler warnings (#3656)David Knaack
2022-02-19build: bump clap from 3.0.14 to 3.1.0 (#3630)David Knaack
2022-02-06feat(cli): Print arguments if argument parsing fails (#3560)Jesús Lapastora
2022-01-04refactor: update clap to v3 (#3370)David Knaack
2022-01-01feat: set a continuation prompt for supporting shells (#3322)Ryan Cohen
2021-11-15feat: print-config subset of config (#3179)Matthew Donoughe
2021-10-06fix(fill): Add `terminal-width` argument to explicitly define terminal's widt...Rashil Gandhi
2021-10-03feat(explain): allow specifying prompt arguments in explain and timings subco...David Knaack
2021-09-08feat: Add support for RPROMPT (right prompt) (#3026)Matthew (Matt) Jeffryes
2021-07-28feat(status): Add pipestatus display in status module (#2481)Hugues Morisset
2021-07-16feat: add support for xonsh (#2807)Jeremy Schlatter
2021-07-16fix(windows): avoid inadvertly running exes from cwd (#2885)David Knaack
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