tide
tide copied to clipboard
🌊 The ultimate Fish prompt.
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.
#### 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...
#### 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...
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...
#### 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....
Hello, How can I add the git SHA in the end of the git status information section?  Can you point me to the code or the documentation? Thanks!
#### 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...
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...