Skip to content

the-OmegaLabs/HushCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugin Repository for Hush

Welcome to the Plugin Repository for hushShell! This repository contains a collection of plugins designed to extend and enhance the functionality of hushShell, a customizable terminal shell. Users are encouraged to contribute their own plugins via Pull Requests.

Table of Contents

Introduction

The goal of this repository is to provide a community-driven space for hushShell users to share and improve plugins that extend the shell's capabilities. Whether you're looking to automate tasks, add useful terminal commands, or enhance the shell experience, this repository is the place for you!

Each plugin in this repository includes:

  • Author's Information: The author's name and a short description of their plugin.
  • Plugin Functionality: What the plugin does and how to use it.
  • Installation: How to load the plugin into your hushShell environment.

How to Use

To use any of the plugins in this repository:

  1. Clone this repository into your local machine.
  2. Place the plugins in the ./extensions folder of your hushShell setup.
  3. Follow the instructions in the plugin's code to load it into your shell.

Example Plugin Format:

# author: Your Name
# describe: A brief description of what the plugin does.

def onLoad():
    print("Plugin loaded successfully.")

Make sure to follow this format for all contributions so we can keep things organized and easy to understand for all users.

Contributing

We welcome contributions from anyone! If you'd like to add your own plugin, here's how you can do it:

  1. Fork this repository.
  2. Create a new file for your plugin in the ./extensions directory.
  3. Add a comment at the top of your plugin with your name and a brief description of what your plugin does:
    # author: Your Name
    # describe: A brief description of what the plugin does.
  4. Submit a Pull Request with a clear description of your plugin.

Contribution Guidelines

  • Make sure your code is well-documented and follows Python best practices.
  • Ensure your plugin is functional and doesn't break existing code.
  • Keep your plugin description concise but informative.

License

This repository is licensed under the MIT License, so feel free to fork and modify it as needed.

About

repo for hush's plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages