summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2022-12-19docs: fix README shields badge (#4740)Jett Chen
2022-11-22docs: remove Fedora from install docs (#4636)Matan Kushner
2022-11-15Add Dimension as Starship sponsor (#4607)Matan Kushner
2022-10-02docs: duplicate installation instruction for Nixos in readme (#4433)Sagar
2022-06-23feat(winget): Add support for winget package manager (#4042)Daniel Letscher
* Add winget update release step * Hardcode MSI URLs for wingetcreate * Fix variable expansion reference * Add winget install documentation * Revert removing MSI installer documentation Co-authored-by: Daniel Letscher <Letsch22@users.noreply.github.com>
2022-06-02feat(release): add windows msi installers (#4031)David Knaack
* feat(release): add windows msi installers * add install documentation * use intransparent ico-file * run installer tests on push, add continue-on-error
2022-05-04fix(nu): use the most recent starship init (#3908)David Knaack
2022-03-25fix(init): Change Elvish init to `catch` for 0.18 (#3769)Kevin Song
2022-03-24fix(init): Change Nushell init for nu 0.60 (#3773)David Knaack
2022-03-14docs: add SWU banner to READMEMatan Kushner
2022-03-08fix: use shell-compatible curl install (#3691)Matan Kushner
2022-01-25docs: add snapcraft to installation instructions (#3513)Matan Kushner
2022-01-20ci: Use `dprint` to format documentation + TOML files (#3426)Kevin Song
Adds Rust-based standardized markdown formatting and a CI step to catch unformatted files.
2022-01-19docs: break installation instructions to collapsable sections (#3448)Matan Kushner
As the number of supported systems and shells has grown, we've had to hand-pick what installation methods would be the "blessed" ones to show on our README. This change changes that to include all installation methods, but hides them each into OS and shell-specific collapsed sections, as is done by the excellent ajeetdsouza/zoxide.
2022-01-09feat: add support for cmd (#3277)Rashil Gandhi
* feat: add support for cmd * add preprompt and precmd support * add keymap support * add info about minimum Clink version * simplify escaping * add handling for cmd custom commands * add support for transient_prompt and transient_rprompt * Revert 914057952508e81e20086fcb707ba2a0be85fdd3 This reverts commit "add support for transient_prompt and transient_rprompt" * Apply suggestions from code review * disable cmd shell custom commands * any shell other than cmd can be used * better error and correct script location * move shell check in `map_no_escaping`
2021-12-30fix(elvish): upgrade shell integration for v0.17 (#3310)David Knaack
2021-12-21docs(i18n): add Indonesian and Italian docs (#3339)Matan Kushner
2021-10-29docs: "Example:" → "With"Matan Kushner
2021-10-22docs: remove Open Collective from README.mdMatan Kushner
2021-08-26docs: add Brazilian Portuguese translations to the docs and website (#3009)Matan Kushner
2021-07-19docs: Fix typo (#2900)Andy Kipp
2021-07-16feat: add support for xonsh (#2807)Jeremy Schlatter
* feat: add support for xonsh * xonsh: add STARSHIP_SESSION_KEY * xonsh: implement STARSHIP_SESSION_KEY in xonsh * docs: mention tcsh, elvish, and nu in more places * xonsh: change STARSHIP_SESSION_KEY implementation See https://github.com/starship/starship/pull/2807#discussion_r667064149 * xonsh: fix jobs implementation * xonsh: do not silently discard stderr from starship
2021-07-04docs(nu): specify how to get nushell config path (#2856)Matan Kushner
2021-07-04feat: add support for nu shell (#2847)David Knaack
2021-05-18feat(install): Add help argument to install.sh (#2729)Thomas O'Donnell
2021-04-08docs: update install instructions (#2553)Dario Vladović
Use POSIX `sh`, mitigate possible timing attacks.
2021-04-01docs: Add update documentation (#2418)masa
Added documentation about upgrading starship itself via bash script.
2021-03-24docs: format markdown (#2493)Dario Vladović
Remove trailing whitespace and extra newlines.
2021-03-12fix(tcsh): remove quotes and escape backticks (#2429)Vivek Malneedi
* feat: add support for tcsh * add tcsh to install.sh install message * list tcsh in bug_report.rs and main.rs * quote starship path Co-authored-by: David Knaack <davidkna@users.noreply.github.com> * fix job count * add tcsh support to shell module * fix STARSHIP_START_TIME undefined error * preserve existing user precmd and postcmd, remove jobs support * remove unnecessary parentheses * minor script improvement * removes parens from install script message * Update docs/config/README.md Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com> * fix(Tcsh): remove unecessary quotes Co-authored-by: David Knaack <davidkna@users.noreply.github.com> Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
2021-02-27feat: add support for tcsh (#2288)Vivek Malneedi
* feat: add support for tcsh * add tcsh to install.sh install message * list tcsh in bug_report.rs and main.rs * quote starship path Co-authored-by: David Knaack <davidkna@users.noreply.github.com> * fix job count * add tcsh support to shell module * fix STARSHIP_START_TIME undefined error * preserve existing user precmd and postcmd, remove jobs support * remove unnecessary parentheses * minor script improvement * removes parens from install script message * Update docs/config/README.md Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com> Co-authored-by: David Knaack <davidkna@users.noreply.github.com> Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
2021-02-08chore: update Discord link to use vanity URLMatan Kushner
2021-02-02feat: add support for elvish shell (#1725)David Knaack
* feat: add support for elvish shell * improve doc * elvish 0.15 is out * fix example init * update systax for 0.15 stable * udpate second init example too * remove warning from swift module * add warning to status module docs * prefix elvish version with v
2021-01-26docs(i18n): add Vietnamese doc translationsMatan Kushner
2021-01-14docs: highlight powershell in vuepress (#2147)David Knaack
2021-01-05docs(installation): add advanced installation (#1643)Dani
Adds an "Advanced Installation" page to the documentation website.
2020-11-29docs(i18n): add French and Spanish doc translations (#1942)Matan Kushner
2020-11-03docs(pwsh/init): various fixes for init doc (#1793)David Knaack
2020-08-03fix(docs): Fix Explore The Starship link in guide (#1553)Matouš Dzivjak
Fix Explore the Starship docs link in guide that redirected to homepage instead of docs. Fixes: https://github.com/starship/starship/issues/1542
2020-06-26docs: fix broken contribute link on starship.rs (#1398)Brady Joslin
2020-06-24docs: instruct users to install a nerd-font (#1383)Matan Kushner
2020-04-20docs: Fix broken installation link anchor on README (#1033)Federico Jaramillo Martínez
* Fix Installation link anchor on README * Use fake anchor for Installation
2020-04-06docs: add Open Collective to READMEMatan Kushner
Closes #1044
2020-02-13docs: Add twitter badge to READMEMatan Kushner
2020-02-12docs: Update the link of the contributors badgeMatan Kushner
2020-02-12docs: rework the project README.md (#931)Matan Kushner
2020-02-11docs: remove icons from badgesMatan Kushner
2020-02-11docs: use flat-square badges in README.mdMatan Kushner
2020-02-05feat: Add an Elm module (#879)Andrew Prokhorenkov
Former-commit-id: d42137309da457a438b554601f0734db963a193e
2020-02-05docs: Update all-contributorsMatan Kushner
Former-commit-id: 3631822be4c366b13d808292f924ea15787e09e8
2020-02-05docs: add chirsz-ever as a contributor (#909)allcontributors[bot]