warpdotdev / Warp

Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.
https://warp.dev
Other
20.77k stars 348 forks source link

Full git status icon support #2301

Open michaelessiet opened 1 year ago

michaelessiet commented 1 year ago

Discord username (optional)

No response

Describe the solution you'd like?

Awesome work guys. The only 2 features I would like added are support to adjust the opacity/transparency of the terminal, and have a way to apply a background blur effect to it, like the one iterm offers. Another feature I would like is support for local git repo status icons or symbols, I would like to know when my local commits haven't been pushed to the remote and I would like to be able to differentiate if I have untracked changes or if I just haven't committed tracked changes, for now all it shows is +1 making me unable to distinguish if it is untracked files or uncommited changes.

Is your feature request related to a problem? Please describe.

Nope

Additional context

Screenshot 2022-12-05 at 21 42 34

How important is this feature to you?

5 (Can't work without it!)

Warp Internal (ignore) - linear-label:770f6576-d6c0-4e4f-a259-fc64b5156087

None

dannyneira commented 1 year ago

Hi @michaelessiet, Thanks for the request(s)!

Re: Transparency, we have an issue here for tracking the progress (it's being worked on but no firm ETA on release).

Re: Git prompt icons/symbols, I recommend you look into Starship.rs prompt. It includes a number of git status symbols that should be visible in Warp. https://starship.rs/config/#git-status https://docs.warp.dev/features/prompt

Hope this helps with your use case.

dannyneira commented 1 year ago

Removed transparency as its being tracked in issue #17