summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2021-01-01feat(battery): make module behaviour more obvious (#1950)David Knaack
2020-12-26feat(kotlin): Add the kotlin module (#2026)Nicola Corti
Add a module to show the currently installed Kotlin version if a .kt/.kts file is found in the current folder
2020-12-19feat(package): Meson package support (#2001)花蛄
* Add package version support for Meson meson.build. * Update docs with Meson package version support.
2020-12-18docs: fix typo in config (#2008)adrian5
2020-12-14feat(shlvl): Add `repeat` option (#1995)Daniel Beckwith
2020-12-14build(deps): [security] bump ini from 1.3.5 to 1.3.8 in /docs (#1997)dependabot-preview[bot]
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. **This update includes a security fix.** - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-14docs: add 'autocomplete' keyword to FAQMatan Kushner
2020-12-11docs: Correct dotnet module default format to match code (#1983)James Ross
2020-12-08feat(git_branch): show remote name (#1972)Sagittarius-a
* feat(git_branch): Show remote name in addition to remote branch * feat(git_branch): Fix table indentation in config README * feat(git_branch): Use a different method to fetch remote information * feat(git_branch): Fix the Clippy issue regarding string constant
2020-12-06docs(preset): add a Nerd Font icon for "read_only" directories (#1968)Paulo Santana
2020-12-06feat(username): Try harder to guess if inside ssh (#1964)yangsheng6810
* feat: Try harder to guess if inside ssh * Add test for SSH_CLIENT * Update documentation on checking ssh connection * Update docs/config/README.md Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com> Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
2020-12-06docs(conda): Fix default format in Conda module's config doc (#1965)Kesavan Yogeswaran
* docs: Fix default format string for Conda module #### Issues Addressed The default `format` string for the Conda module starts with "via", as seen [here](https://github.com/starship/starship/blob/2e763b5e7c41dd556c9515bdc36297bc177d7f46/src/configs/conda.rs#L19). However, this is not reflected in the config docs. Many similar modules include "via" in their default format string so I assume including it is the intended behavior, and that the doc should be updated. #### Summary of Changes Correct the default `format` string for the Conda module in the config docs. * Revert changes to i18n files Revert changes to i18n files, as these must be handled by Crowdin
2020-12-05feat: Move cmd_duration after custom module (#1681)quentm74
2020-12-05feat(nodejs): check node engines version in package.json (#1847)t-mangoe
* check node engines version in package.json * fix code, following review.
2020-12-02fix: bg:none overwrites foreground colour (#1903)Cody Bloemhard
Changes the behaviour of a bg:none color string so that it causes the background to have no color instead of decoloring the entire string like it did before.
2020-11-30feat(python): Smarter python binary usage (#1947)Thomas O'Donnell
Update the python module to try multiple python binaries when determining the version. With the new logic if starship doesn't find `python` on the `PATH`, which is the default for some Linux Distros, it will fallback to `python3` and then `python2`.
2020-11-30feat(java): Show Java module for Clojure projects (#966)Zane Shelby
2020-11-29docs(i18n): add French and Spanish doc translations (#1942)Matan Kushner
2020-11-28docs(i18n): New Crowdin updates (#1788)Matan Kushner
2020-11-23feat(git_branch): add remote branch name if different than local branch (#1915)Sagittarius-a
* feat(git_branch): add remote branch name if different than local branch * feat(git_branch): Implement a more customizable remote branch * feat(git_branch): Use more explicit API function name * feat(git_branch): Remove forgotten draft documentation * feat(git_branch): Set less verbose defaults * feat(git_branch): Handle case to always display remote * feat(git_branch): Fix error in rebase operation
2020-11-23feat(git_branch): add 'only_attached' config bool (#1910)Aaron Gable
* feat(git_branch): add 'only_attached' config bool This adds a new boolean, `only_attached`, to the configuration for the `git_branch` module. This mirrors the `only_detached` config value for the `git_commit` module: setting the value to true causes the module to suppress its output when the user is not on a branch. This allows users to have either a branch name or a commit hash in their prompt, as opposed to having either a branch name or the overly-wordy "HEAD (sha1)". * Fix formatting
2020-11-21Update config.jsMatan Kushner
2020-11-17docs: update rust icon in preset configuration (#1900)Giorgio Gallo
2020-11-14docs: Alphabetic sorting of config subsections (#1877)Giorgio Gallo
2020-11-14feat(terraform): Add hcl extension support to Terraform module (#1875)Adham
* Add hcl file extension to terraform module Signed-off-by: adhaamehab <adhaamehab.me@gmail.com> * Update docs Signed-off-by: adhaamehab <adhaamehab.me@gmail.com>
2020-11-04docs(cmd_duration): Document cmd_duration notifications (#1831)juno suárez
* docs: add options for cmd_duration notifications Added in #1019 * Update docs/config/README.md Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com> Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
2020-11-03docs(pwsh/init): various fixes for init doc (#1793)David Knaack
2020-10-27feat(lua): Add a Lua module (#1815)Shu Kutsuzawa
* feat: add lua module * docs: add lua module * fix: lua version test * feat: lua module can be detected if the current dir contains a "lua" dir * feat: enable to use luajit * fix: improve regex * fix based on https://github.com/starship/starship/pull/1815#discussion_r510932742 * fix based on https://github.com/starship/starship/pull/1815#discussion_r511362581 * fix based on https://github.com/starship/starship/pull/1815#discussion_r510941252
2020-10-25feat(cmake): Add CMakeCache.txt detection to CMake module (#1795)Christoph Schlosser
* Add CMakeCache.txt to cmake module * Remove trailing whitespace * Apply fixes by @andytom * Add CMakeCache.txt to docs * Revert documentation for languages other than en
2020-10-24feat(openstack): Add module for OpenStack (#1664)Mauricio Teixeira
* first (crude) attempt to implement the openstack module * Attempt to follow OpenStack standards for clouds.yaml location * fmt * provide unittest * add documentation * fix fmt * fix clippy * fix clippy * fix fmt * fix small nitpicks * expand openstack explanation * load config file using find_map * fix fmt * add test for valid config, plus fix test for invalid config * fix fmt * re-add forgotten comment
2020-10-23feat(git_commit): add git tag to module (#950)Miguel Ángel Melón Pérez
2020-10-19build(deps-dev): bump @vuepress/plugin-google-analytics in /docs (#1808)dependabot-preview[bot]
2020-10-19build(deps-dev): bump vuepress from 1.6.0 to 1.7.1 in /docs (#1809)dependabot-preview[bot]
Bumps [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress) from 1.6.0 to 1.7.1. - [Release notes](https://github.com/vuejs/vuepress/releases) - [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vuepress/commits/v1.7.1/packages/vuepress) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-19build(deps-dev): bump vuepress-theme-default-prefers-color-scheme (#1807)dependabot-preview[bot]
Bumps [vuepress-theme-default-prefers-color-scheme](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme/releases) - [Changelog](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme/blob/master/CHANGELOG.md) - [Commits](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme/commits/v1.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-17docs(memory): Remove removed options from Memory example (#1800)Jeremy Hilliker
Remove the following options (unsupported since ec76faf & v0.45.0): [memory_usage] show_percentage = true show_swap = true separator = "/" Signed-off-by: Jeremy Hilliker <dev.nospam@jeremyh.com>
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-10-13fix: replace emoji for cmake and erlang (#1787)Matan Kushner
2020-10-13docs(i18n): new Crowdin updates (#1719)Matan Kushner
2020-10-12docs: Update defaults in config docs (#1759)Thomas O'Donnell
Have updated some of the config docs to correct the git_status default that was incorrect. Have also taken the time to switch some of the format strings to use toml literal strings rather than normal strings to simplify the escape strings.
2020-10-08docs: fix wrong syntax in the format string and standardize doc tense (#1758)Mick Hohmann
2020-10-06docs(python): Update the python_binary option (#1731)Thomas O'Donnell
* docs(python): Update the python_binary option Have updated the documentation to make the `python_binary` option a bit more prominent, since this is becoming a more requested requirement now that more and more systems don't have a default `python` command. * Correct order of python options
2020-10-05docs(FAQ): add FAQ about shell completionsMatan Kushner
2020-10-03feat(directory): add ellipsis to truncated paths (#1563)Jeremy Hilliker
Adds ellipsis in front of truncated paths: …/ Configurable through new config option: directory.truncation_symbol Fixes #1162, #1626
2020-10-01docs: clarify missing info in 0.45.0 migration doc (#1714)Jeff Byrnes
2020-09-30docs(i18n): new Crowdin updates (#1705)Matan Kushner
2020-09-30docs: Add a migration guide's link to sidebar for jp (#1707)Shu Kutsuzawa
2020-09-30docs(directory): fix $read_only variable namesMatan Kushner
Fixes #1706
2020-09-30docs(i18n): new Crowdin updates (#1512)Matan Kushner
2020-09-29docs: Remove newline from beginning of example format config. (#1693)Érico Nogueira Rolim
Having a newline there means that an empty newline is printed everytime the user runs a command or presses Enter, which for short commands and/or small terminal windows can noticeably decrease the information density.
2020-09-29chore: update v0.45.0 removal notice (#1687)Matan Kushner
* chore: update deprecation notice * Add deprecation page to sidebar * Replace the use of "deprected" with "removed"