mention Clippy plugin

This commit is contained in:
Eugene Pankov 2021-09-06 23:38:55 +02:00
parent 48ca696b0b
commit e32bce29e0
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4
2 changed files with 3 additions and 0 deletions

View file

@ -145,4 +145,6 @@ export default class MyModule { }
See `tabby-core/src/api.ts`, `tabby-settings/src/api.ts`, `tabby-local/src/api.ts` and `tabby-terminal/src/api.ts` for the available extension points.
Also check out [the example plugin](https://github.com/Eugeny/tabby-clippy).
Publish your plugin on NPM with a `tabby-plugin` keyword to make it appear in the Plugin Manager.

View file

@ -108,6 +108,7 @@ Plugins and themes can be installed directly from the Settings view inside Tabby
* [quick-cmds](https://github.com/Domain/terminus-quick-cmds) - quickly send commands to one or all terminal tabs
* [save-output](https://github.com/Eugeny/tabby-save-output) - record terminal output into a file
* [sync-config](https://github.com/starxg/terminus-sync-config) - sync the config to Gist or Gitee
* [clippy](https://github.com/Eugeny/tabby-clippy) - an example plugin which annoys you all the time
<a name="themes"></a>
# Themes