Skip to content

Releases: Diogo13Antunes/Get_To_Work

v2.0.0

11 May 21:26
3b9ae82
Compare
Choose a tag to compare

We're thrilled to introduce the latest version of our ZSH prompt script, bringing several improvements and new features to enhance your shell experience!

What's New

1. Improved Git Integration

  • Visual Git Status Indicators: The prompt now displays different background colors to reflect various Git statuses:
    • Green for "Nothing to add or commit".
    • Yellow for "Committed but not pushed".
    • Orange for "Changes to be committed".
    • Red for "Needs to be added".
  • Enhanced Branch and Commit Tracking: The prompt now accurately tracks the relationship between local and remote commits, providing better insights into your Git repository's status.
  • Customizable Git Prompt Prefix and Suffix: You can now customize the prefix and suffix for Git prompts according to your preferences.

2. Virtual Environment Indicator

  • Visual Indicator for Virtual Environments: When a virtual environment is activated, the prompt now displays "(venv)" in white, making it easier to identify when you're working within a virtual environment.

3. Other Improvements

  • Streamlined Prompt Structure: The overall prompt structure has been refined for better readability and usability.
  • Automatic Prompt Refresh: The prompt now refreshes automatically every second, ensuring an up-to-date view of your environment.
  • Timestamp in Right Prompt: The right prompt now displays the current time in HH:MM:SS format, helping you keep track of time while working.

How to Upgrade

To upgrade to the latest version run the Upgrade script available in the README file.

Feedback and Support

We'd love to hear your feedback on this release! If you encounter any issues, have suggestions for improvements, or need assistance, please don't hesitate to reach out to us.

Enjoy the enhanced ZSH prompt experience!

v1.0.0

11 May 20:04
Compare
Choose a tag to compare

Features

  • Added a custom Zsh theme designed for enhancing the command-line interface experience.
  • Displays Git prompt indicating the current branch and status.
  • Shows a virtual environment indicator if one is activated.
  • Includes a time-stamped right-prompt.
  • Offers a clean and minimalistic design.

Installation

  • Added installation script for easy setup.
  • Included uninstallation script to revert to the original Zsh configuration.

This release sets the foundation for further improvements and customizations. Feel free to provide feedback or contribute to the project!

For installation instructions and detailed customization options, please refer to the README.md file.