npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

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

29

Readme

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.