tide icon indicating copy to clipboard operation
tide copied to clipboard

🌊 The ultimate Fish prompt.

Results 158 tide issues
Sort by recently updated
recently updated
newest added

This PR adds the prompt item proxy, which checks and displays if any `_PROXY` env has been set. #### Description display an icon if any of `http_proxy` `all_proxy` `https_proxy` is...

Some commands to simply remove and add items would be useful. [Spaceship](https://spaceship-prompt.sh/blog/2022-spaceship-v4/#command-line-interface) has some great ideas we can borrow.

🌊 enhancement

#### Describe the bug The prompt shows "..." after starting a new instance of fish #### Steps to reproduce 1. Download and configure Tide 2. Restart your terminal emulator and...

🐛 bug

#### Is your feature request related to a problem? Please describe In Tide there is a indicator that displays if user currently work in Toolbox, but there is no that...

🌊 enhancement

First of all thanks for creating tide, I just tried fish and it's amazing to have a p10k equivalent for fish. This bug is just a minor annoyance but I...

🌊 enhancement

#### Describe the bug The whole terminal in pycharm seems to get broken when using a right prompt item. #### Steps to reproduce 1. Have right prompt items enabled. 2....

🐛 bug

Hello, How can I add the git SHA in the end of the git status information section? ![image](https://github.com/IlanCosman/tide/assets/139760182/02f73c36-d386-488e-ba3b-68ed4f1c3ab3) Can you point me to the code or the documentation? Thanks!

❓ question

#### Description Support [bun](https://bun.sh/) JS runtime. When a bun lockfile is detected, it'll display the Bun version (with an oven icon) along with Bun's version. #### Motivation and Context Closes...

Thanks for Tide. I was a die-hard Starship user until I saw the light of your async 😄 #### Is your feature request related to a problem? Please describe When...

🌊 enhancement

Truncate `kubectl` output using environment variables. #### Description Requires the following variables to be defined. Example variable definition: ```sh set -x tide_kubectl_truncation_strategy l set -x tide_kubectl_truncation_length 31 ``` #### Motivation...