All Projects → Flow-Launcher → Flow.Launcher.PluginsManifest

Flow-Launcher / Flow.Launcher.PluginsManifest

Licence: other
Community-made plugins and submissions

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Flow.Launcher.PluginsManifest

noplugin
Play legacy media in modern browsers without plugins.
Stars: ✭ 29 (+123.08%)
Mutual labels:  plugins
kong-js-pdk
Kong PDK for Javascript and plugin server
Stars: ✭ 28 (+115.38%)
Mutual labels:  plugins
DtBlkFx
Fast-Fourier-Transform (FFT) based VST plug-in
Stars: ✭ 99 (+661.54%)
Mutual labels:  plugins
velero-plugin-example
Example project for plugins for Velero, a Kubernetes disaster recovery utility
Stars: ✭ 45 (+246.15%)
Mutual labels:  plugins
TuubesCore
Scalable server engine for voxel / cubic games
Stars: ✭ 48 (+269.23%)
Mutual labels:  plugins
plugins
Collection of plugins for Windi CSS.
Stars: ✭ 64 (+392.31%)
Mutual labels:  plugins
MineWebCMS
🚀 A French Minecraft CMS since 2015 (used by +1k websites)
Stars: ✭ 87 (+569.23%)
Mutual labels:  plugins
remove-files-webpack-plugin
A plugin for webpack that removes files and folders before and after compilation.
Stars: ✭ 48 (+269.23%)
Mutual labels:  plugins
helix-plugins
github.com/Bilwin/helix-plugins
Stars: ✭ 24 (+84.62%)
Mutual labels:  plugins
forgejs-plugins
Plugins for the ForgeJS WebVR framework.
Stars: ✭ 22 (+69.23%)
Mutual labels:  plugins
pMix2
pMix - a preset interpolator, plug-in chainer and Faust IDE written with JUCE
Stars: ✭ 84 (+546.15%)
Mutual labels:  plugins
clifm
The shell-like, command line terminal file manager: simple, fast, extensible, and lightweight as hell
Stars: ✭ 825 (+6246.15%)
Mutual labels:  plugins
envelop
Envelop is a lightweight library allowing developers to easily develop, share, collaborate and extend their GraphQL execution layer. Envelop is the missing GraphQL plugin system.
Stars: ✭ 630 (+4746.15%)
Mutual labels:  plugins
RandomProxyRuby
Tiny Library for get random proxy (free).
Stars: ✭ 16 (+23.08%)
Mutual labels:  plugins
plugin-Authenticator
2FA authentication plugin for sysPass based on TOTP algorithm (RFC 6238)
Stars: ✭ 18 (+38.46%)
Mutual labels:  plugins
dsl-api-generator
Generates binary compatible and Java interoperable DSL boilerplate code
Stars: ✭ 25 (+92.31%)
Mutual labels:  plugins
laravel-adminer
Adminer database management tool for your Laravel application.
Stars: ✭ 45 (+246.15%)
Mutual labels:  plugins
user-profile-plugin-adobe-xd
User Profile plugin for Adobe XD enables designers to displays beautiful generated avatars 📸 in your design prototype
Stars: ✭ 17 (+30.77%)
Mutual labels:  plugins
ocsinventory
📚 Curso GRÁTIS OCS Inventory NG e GLPI Help Desk REPOSITÓRIO CONGELADO - Esse repositório não irá mais receber atualizações.
Stars: ✭ 58 (+346.15%)
Mutual labels:  plugins
gradle-dependencies-plugins-helper-plugin
This is an IntelliJ IDEA plugin for searching dependencies/plugins from JCentral/GradlePlugins inside Gradle projects.
Stars: ✭ 33 (+153.85%)
Mutual labels:  plugins

Welcome to Flow Launcher's plugins repository

This repository contains the information for community-made plugins used in Flow and how to make new submissions.

AutoUpdate

List of Flow plugins

Looking for a list of currently available plugins in Flow? Visit here

How to submit your plugin

Add your plugin by updating the plugins.json file with the following details via a pull request:

{
  "ID": "This is a unique GUID for your plugin and needs to be the same as the ID in your plugin.json",  
  "Name": "Plugin name",
  "Description": "Short description of your plugin",
  "Author": "Author of the plugin",
  "Version": "Version of your plugin and needs to be the same as the Version in your plugin.json",
  "Language": "The programming language the plugin is written in",
  "Website": "Your plugin's website",
  "UrlDownload":"The url to download the plugin",
  "UrlSourceCode": "Url to the source code of the plugin",
  "IcoPath": "Url to the icon of the plugin"
}

All the information above except for UrlDownload, UrlSourceCode and IcoPath should already exist in your own plugin's plugin.json file, simply copying them across is fine. For IcoPath, you will need to provide the direct URL to your plugin's icon image (usually via your repo). It is recommended to use a CDN provider for international access. jsdelivr.com for example, provides a simple API and supports github repositories. see other listed plugins in plugins.json for examples.

Once your submission is approved by the Flow Launcher Team it will be available immediately in Flow.

Our CI will automatically check for new updates from plugins every three hours and update to the newer version if they are stored in the Github Release. Therefore, if you are using Github to release and update your plugin, there will be no need to manually create a pull request for every update. If this is the first time you are publishing your plugin to Flow, then you will need to create a pull request for it to be reviewed.

As usual, we will not accept plugin submissions that could potentially harm the computer or contains malicious code.

Usage

From flow, query pm install and you should see a list of the plugins available to install:

Also use pm update to update or pm uninstall to uninstall plugins, and go to context menu on each plugin to see more options such as visit the plugin website or submit a suggestion or bug report to the developer.

Have a plugin enhancement request or issue?

This repository does not track enhancement requests or issues for plugins, it is up to the plugin developers to maintain their own plugin.

If you would like to contribute, submit a request or issue, please visit the plugin's repository via the 'UrlSourceCode' link or from pm install, shift enter/right click on the plugin to go to the context menu and select 'Suggest an enhancement or submit an issue'.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].