justjanne / powerline-go

A beautiful and useful low-latency prompt for your shell, written in go
GNU General Public License v3.0
2.73k stars 268 forks source link

[WIP] Feature: Add support for displaying the active Pulumi stack #357

Closed scottslowe closed 1 year ago

scottslowe commented 2 years ago

This PR adds support for displaying the active Pulumi stack when in a directory that has a Pulumi.yaml file (indicating the presence of a Pulumi project).

Open to all feedback/suggestions on how I might be able to improve the code.

Fixes #355.

scottslowe commented 2 years ago

This branch is NOT READY to merge. I've uncovered an issue between the code I added to show support for the Pulumi stack and the code that displays virtual environments; the result is that the virtual environment segment isn't displayed when my Pulumi stack code is present. Need to debug and figure out what's happening.

scottslowe commented 1 year ago

Closing this PR as it is unlikely I will have time to work on it moving forward.