mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 17:07:15 +00:00
mention Clippy plugin
This commit is contained in:
parent
48ca696b0b
commit
e32bce29e0
2 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue