Coder Social home page Coder Social logo

petals's Introduction

Petals

The plugin manager for Hilbish.

Petals is the official Hilbish plugin manager. It exposes both an API to load plugins and start them and the single petals command to manage them interactively.

Petals is not in a stable state (like Hilbish) so use with caution!

Requirements

  • Hilbish master branch

Installation

Clone this repository to one of the paths Hilbish looks for libaries at. A good, standard path is ~/.local/share/hilbish/libs:

git clone https://github.com/Hilbis/Petals ~/.local/share/hilbish/libs/petals

Usage

Require in your .hilbishrc.lua and initialize:

petals = require 'petals'
petals.init()

Then load your plugins:

petals.load 'Hilbis/sample.petal'

In interactive mode (the shell),

  1. Install them with the petals install command
  2. and petals.start()!

Notes

  • Petals is inspired by vim plugin managers, namely vim-plug and packer.nvim
  • Also by zplug
  • It's called petals since the name Hilbish comes from Hibiscus (flower stuff yeee)

License

Petals is licensed under the BSD 3-clause license.
Read here for more info.

petals's People

Contributors

torchedsammy avatar

Stargazers

erik lundstedt avatar leo. avatar Scott avatar Iqbal Rifai avatar  avatar

Watchers

 avatar

petals's Issues

feat: downloading plugins in parallel

exactly as the title says. having to download and setup plugins 1 by 1 can get really slow, so downloading multiple at the same time will speed up the process by a lot

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.