1.0.8 • Published 2 months ago

hyper-statusbar v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

Hyper Terminal Plugin: hyper-statusbar 💫

NPM GitHub release (latest by date including pre-releases) GitHub last commit GitHub stars GitHub forks Downloads

Overview 🚀

Elevate your Hyper terminal experience with the Hyper Statusbar plugin. This sleek addition provides essential information right at your fingertips.

Key Features 🔑

  • Branch Awareness: Stay in the loop with your current Git branch and any pending changes.
  • User Identification: Instantly know whether you're logged in as a regular user or root.
  • Directory Display: Keep track of your current working directory.
  • Time and Date: Never lose track of time with a convenient timestamp, complete with a weekend indicator (palm tree icon).
  • Color Themes: Choose from a variety of vibrant color themes to match your style.

Usage 🛠️

Installation 🚚

Modify your .hyper.js file and add our plugin to the plugins array: hyper-statusbar.

// ~/.hyper.js
module.exports = {
  ...your hyper.is config
  plugins: [
    "hyper-statusbar"
  ],
};

Customization 🎨

Customize the appearance of your Hyper terminal's status bar to match your preferences.

// ~/.hyper.js
module.exports = {
  config: {
    statusbar: {
      fontFamily: "CaskaydiaCove Nerd Font",
      theme: "palenight", // Example theme, choose your favorite from the list
    },
  },
  plugins: ["hyper-statusbar"],
};

Screenshots / Usage 📸

Explore different themes with the Hyper Statusbar plugin:

Ayu Theme

Tomorrow Night Theme

Solarized Dark Theme

Palenight Theme

One Dark Theme

Oceanic Next Theme

Nord Theme

Gruvbox Theme

Dracula Theme

Cattpuccin Theme

Let's Wrap It Up!

Congratulations on discovering Hyper Statusbar, your trusty companion in the world of terminal customization! With Hyper Statusbar, you're not just customizing your terminal – you're crafting your own cozy corner of the coding universe.

Got questions, ideas, or just want to say hi? We're all ears! Swing by our GitHub page and join the conversation. Together, let's make coding a little more colorful and a lot more fun!

Happy coding, friend! ✨

With love from riigarXX 💖

Contributing 🤝

We welcome contributions from the community! If you'd like to contribute to the Hyper Statusbar plugin, please follow these guidelines:

  1. Fork the repository and clone it to your local machine.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and ensure they are properly tested.
  4. Commit your changes with clear and descriptive commit messages.
  5. Push your changes to your fork.
  6. Submit a pull request to the main repository's develop branch.

Thank you for helping to improve the Hyper Statusbar plugin! 💻

License 📄

This project is licensed under the MIT License - see the LICENSE file for details.

1.0.8

2 months ago

1.0.7

2 months ago

1.0.6

2 months ago

1.0.5

2 months ago

1.0.4

2 months ago

1.0.2

3 months ago

1.0.1

3 months ago

1.0.3

3 months ago

1.0.0

3 months ago