summaryrefslogtreecommitdiffstats
path: root/docs/README.md
AgeCommit message (Collapse)Author
2022-05-06chore(dprint): fmt & upgrade plugins (#3969)David Knaack
2022-05-04fix(nu): use the most recent starship init (#3908)David Knaack
2022-04-25doc: Fix spacing for translations (#3920)Thomas O'Donnell
Have added so additional spaces around the vuepress markers, `:::`, to ensure that the don't get included in the line above and below and cause formatting errors in the translated versions of the documentation.
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-08fix: use shell-compatible curl install (#3691)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-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-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-04-08docs: add prerequisites to homepageMatan Kushner
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-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-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
2020-11-03docs(pwsh/init): various fixes for init doc (#1793)David Knaack
2020-10-14docs: Update document for installing on windows (#1760)Yudai Hayashi
* Update document for installing on windows * Revert "Update document for installing on windows" This reverts commit 5dc8db05c4db4ff1a22852b32ba3d796e4c578c1. * Update document (English version only) for installing on windows * Change the expression * Fixed the grammer misstake
2020-02-22revert: "docs: add Netlify link to footer"Matan Kushner
This reverts commit aedfe42a8ca7655ca9a04218b74ce92e333d213c.
2020-02-21docs: add Netlify link to footerMatan Kushner
2020-02-12docs: Replace project taglineMatan Kushner
2020-02-02docs: Add a meta title for SEOMatan Kushner
2020-02-02docs: Improve description meta tag for SEOMatan Kushner
2019-12-17docs: Fix landing page formattingMatan Kushner
2019-12-17docs: Make website docs consistent with README.mdMatan Kushner
2019-12-09docs: Add playsinline to landing page videoMatan Kushner
2019-10-29docs: Update installation instructions for fish-shell (#599)BSKY
2019-10-26docs: Update required Rust version to v1.38 (#592)Jürgen Gmach
2019-10-16feat: Implement PowerShell support (#470)David Knaack
2019-08-27docs: add termux install instructions (#248)Bruno Bigras
2019-08-22docs: Add new demo gif to README (#231)Matan Kushner
Since the prompt has been updated to have a new default character symbol, it's time we update the demo gif to reflect those changes.
2019-08-20docs: Add Nix installation instructions (#191)Bruno Bigras
2019-08-19docs: Small README.md fixesMatan Kushner
2019-08-19docs: Add AUR install instructions (#187)Kevin Song
2019-08-18docs: Update setup instructions on landing page (#184)Matan Kushner
2019-07-25docs: Attribute copyright to Starship Contributors (#115)Matan Kushner
2019-07-19docs: Add vuepress with initial docs (#99)Tiffany Le-Nguyen
Co-authored-by: Tiffany Le-Nguyen <tlenguyen@expedia.com> Co-authored-by: Matan Kushner <hello@matchai.me>