hyper-statusbar
v1.0.8
Published
[![NPM](https://img.shields.io/npm/v/hyper-statusbar?style=flat\&logo=npm\&label=hyper-statusbar\&labelColor=F38BA8\&color=F38BA8\&logoColor=black)](https://www.npmjs.com/package/hyper-statusbar) [![GitHub release (latest by date including pre-releases)](
Downloads
6
Readme
Hyper Terminal Plugin: hyper-statusbar 💫
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:
- Fork the repository and clone it to your local machine.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure they are properly tested.
- Commit your changes with clear and descriptive commit messages.
- Push your changes to your fork.
- 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.