A real-time oh-my-zsh theme with command timing, error hints, and git status prompts.
Passion is a custom theme for oh-my-zsh that enhances the terminal prompt with real-time information. It displays command execution time, error indicators, git status, and current time in milliseconds, helping developers monitor system activity and command outcomes directly in their shell.
Developers using oh-my-zsh who want a more informative and dynamic terminal prompt with built-in performance monitoring and git integration.
It provides immediate visual feedback on command execution and system state without requiring additional tools, making terminal workflows more transparent and efficient.
An oh-my-zsh theme.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Displays current time in milliseconds using gdate, offering accurate real-time feedback as highlighted in the README's feature list.
Shows command execution time cost, helping developers identify slow commands directly in the prompt, based on the 'command running time cost prompt' feature.
Visually indicates failed commands with symbols, improving debugging efficiency as described in the 'command running error hint' section.
Integrates git branch and status information into the prompt, keeping version control info visible during development, per the 'git status prompt' feature.
Requires gdate on macOS and bc on Linux, adding installation steps and potential compatibility issues, as noted in the Troubleshooting section.
Known to cause shell exit on CentOS 7 due to timer settings, limiting its use in certain environments, referenced in issue #4.
Installation involves manual cloning, file copying, and .zshrc editing, unlike themes available via oh-my-zsh's built-in theme system.
Optimal experience relies on iTerm2 for color schemes and status bar configurations, making it less versatile for users of other terminals, as shown in the Extra Preferences section.