diff --git a/HACKING.md b/HACKING.md index 02bfb3ac..844ff1bb 100644 --- a/HACKING.md +++ b/HACKING.md @@ -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. diff --git a/README.md b/README.md index 4e5a2c7f..03b03be7 100644 --- a/README.md +++ b/README.md @@ -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 # Themes