tide
tide copied to clipboard
🌊 The ultimate Fish prompt.
I currently am facing an issue where consistently, every command I execute is accompanied by this error: ``` fish: Unknown command: kubectl /nix/store/8p7m2jr0bwr50915cvyvmpl3yfn8zmhq-source/functions/_tide_item_kubectl.fish (line 2): kubectl config view --minify --output...
#### Description Adds an item for [jj](https://martinvonz.github.io/jj/) based on their [fish](https://github.com/martinvonz/jj/wiki/Fish-shell) and [Starship](https://github.com/martinvonz/jj/wiki/Starship) prompts. #### Screenshots (if appropriate)  #### How Has This Been Tested - [x] I have tested...
If you `cd` into a directory with a `package.json` and you don't have node installed, you get a bunch of errors. This should check whether the command exists first.
Hi! I've decided to try tide today but tide takes very long time to startup compared to starship. Starship: https://github.com/user-attachments/assets/12df2300-d481-41d4-b9ac-43f4b58c84aa Tide: https://github.com/user-attachments/assets/e20b3814-5383-4c38-bb96-2cbc9c1e627a I did not configure anything on tide, I've...
#### Describe the bug I wanted to try out Tide by installing Tide, using the manual instructions found in the README. When I did, it caused the prompt to hang...
How do I specify that all directories except the current directory should be truncated? For example, if I am in `~/.config/fish`, it should show something like: ```bash ~/c/fish ```
## Summary Request for a new configuration option to add extra spacing between the pwd bar and the prompt line in two-line prompts. ## Problem Currently, in two-line prompts, the...
#### Description Pass cached variables explicitly instead of through env vars, instead of exposing them to all processes launched by the shell. Closes #600 #### Screenshots (if appropriate) #### How...
#### Is your feature request related to a problem? Please describe I noticed tide makes the output of `env` look funny because it stores color escape codes in the env....