iterm-components
iterm-components copied to clipboard
:computer: Custom status bar components for use with iTerm2
When the component is added to the status bar and configured, a ladybug shows in the status bar. Clicking returns this error: ``` Status bar component “GitHub stars” (engineering.dane.iterm-components.github-stars) failed....
It would open a lot of doors to enable long-running components to use third-party packages. Long-running components need to be placed in the `AutoLaunch` folder. [The docs](https://iterm2.com/python-api/tutorial/running.html) mention that scripts...
It would be awesome if the kubectl context component, when clicked, would show a popover menu of the available contexts via: ``` kubectl config view -o jsonpath='{.contexts[*].name}' | tr "...