hydro icon indicating copy to clipboard operation
hydro copied to clipboard

Ultra-pure, lag-free prompt with async Git status—just for Fish

Results 14 hydro issues
Sort by recently updated
recently updated
newest added

Addons let you add new components to your Hydro prompt. They're not as flexible as [Tide items](https://github.com/IlanCosman/tide#extensible) (and don't intend to be). My goal is not to reinvent Tide, but...

enhancement

How did you achieve that only the current folder and the git root are colored? Those two get rendered bold, but everything has color.

When I'm in a Git repository and I `prevd-or-backward-word` out of it with Alt+←, the branch name still lingers on the prompt. Reproducible in this container https://github.com/dideler/docker-fish-shell ```shell ~ ❱...

bug

I've just installed this and it's great! I'd love to see the prompt detect if it's in a remote session, and if so display prominently display the hostname.

It would be nice if this prompt automatically displays Nixos relevant environments like described [here](https://nixos.wiki/wiki/Fish) in "Show that you are in a nix-shell". Also great fish prompt!

That's maybe too specific but I have a directory structure somewhat like this ``` ~/projects ❱ tree -L 2 . ├── project_a │   ├── dev_project_a │   ├── prd_project_a │   ├──...

There were a couple of bugs in the implementation of `_hydro_pwd` which caused path to be rendered incorrectly: - if there is a parent directory named the same way as...

Adds a git stash indicator when a stash is present. If there are more than 1 stashes present, it will also include a count.

If a file is added, deleted or modified, the git dirty status indicator will now show the count.

What i mean by that, is to have a number following or preceding the symbol for a dirty repo. Kinda like tide does it ![image](https://user-images.githubusercontent.com/28269333/214273228-0b65fb51-b3d9-4dcd-b29a-955f4fce5330.png) I really love hydro but...