Add new items

Ilan Cosman 2022-04-15 08:52:36 -07:00
parent 1bb6a4006a
commit 16348c9906

@ -82,7 +82,6 @@ set --universal tide_left_prompt_items context $tide_left_prompt_items
| Variable | Description | Type |
| --------------- | ---------------------------------------------------------- | ------ |
| bg_color | background color of character item | color |
| color | color when last command completed with exit code 0 | color |
| color_failure | color when last command exited with exit code >0 | color |
| icon | icon for when using normal binding or insert in vi binding | string |
@ -120,20 +119,21 @@ set --universal tide_left_prompt_items context $tide_left_prompt_items
### git
| Variable | Description | Type |
| ----------------- | ---------------------------------------------------------------------- | ------ |
| bg_color | default background color of the git_item | color |
| bg_color_unstable | background color when repository has dirty, staged, or untracked files | color |
| bg_color_urgent | background color when repository has conflicts or ongoing operations | color |
| color_branch | color of branch/SHA | color |
| color_conflicted | color of conflicted files number | color |
| color_dirty | color of dirty files number | color |
| color_operation | color of the current operation | color |
| color_staged | color of staged files number | color |
| color_stash | color of stashes number | color |
| color_untracked | color of untracked files number | color |
| color_upstream | color of upstream behind/ahead numbers | color |
| icon | icon of the git item, colored same as branch | string |
| Variable | Description | Type |
| ----------------- | ---------------------------------------------------------------------- | ------- |
| bg_color | default background color of the git_item | color |
| bg_color_unstable | background color when repository has dirty, staged, or untracked files | color |
| bg_color_urgent | background color when repository has conflicts or ongoing operations | color |
| color_branch | color of branch/SHA | color |
| color_conflicted | color of conflicted files number | color |
| color_dirty | color of dirty files number | color |
| color_operation | color of the current operation | color |
| color_staged | color of staged files number | color |
| color_stash | color of stashes number | color |
| color_untracked | color of untracked files number | color |
| color_upstream | color of upstream behind/ahead numbers | color |
| icon | icon of the git item, colored same as branch | string |
| truncation_length | the length to truncate the branch name to | integer |
### go
@ -143,6 +143,14 @@ set --universal tide_left_prompt_items context $tide_left_prompt_items
| color | color of go item | color |
| icon | go icon | string |
### java
| Variable | Description | Type |
| -------- | ----------------------------- | ------ |
| bg_color | background color of java item | color |
| color | color of java item | color |
| icon | java icon | string |
### jobs
| Variable | Description | Type |
@ -182,6 +190,14 @@ set --universal tide_left_prompt_items context $tide_left_prompt_items
| color | color of php item | color |
| icon | icon for the php item | string |
### private_mode
| Variable | Description | Type |
| -------- | ------------------------------------- | ------ |
| bg_color | background color of private_mode item | color |
| color | color of private_mode item | color |
| icon | icon for the private_mode item | string |
### pwd
| Variable | Description | Type |
@ -197,11 +213,11 @@ set --universal tide_left_prompt_items context $tide_left_prompt_items
### rustc
| Variable | Description | Type |
| -------- | ---------------------------------------- | ------ |
| bg_color | background color of rust item | color |
| color | color of rust item | color |
| icon | icon to display next to the rust version | string |
| Variable | Description | Type |
| -------- | ----------------------------------------- | ------ |
| bg_color | background color of rustc item | color |
| color | color of rustc item | color |
| icon | icon to display next to the rustc version | string |
### shlvl
@ -225,6 +241,14 @@ Note: this module is disabled by default.
| icon | icon when `$status` = 0 | string |
| icon_failure | icon when `$status` > 0 | string |
### terraform
| Variable | Description | Type |
| -------- | --------------------------------------------- | ------ |
| bg_color | background color of terraform item | color |
| color | color of terraform item | color |
| icon | icon to display next to the terraform version | string |
### time
| Variable | Description | Type |
@ -233,6 +257,14 @@ Note: this module is disabled by default.
| color | color of time item | color |
| format | format of time item. Uses `date` formatting | string |
### toolbox
| Variable | Description | Type |
| -------- | ------------------------------------------- | ------ |
| bg_color | background color of toolbox item | color |
| color | color of toolbox item | color |
| icon | icon to display next to the toolbox version | string |
### vi_mode
| Variable | Description | Type |