mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-25 13:59:52 +00:00
blacklisted clickable-ips
This commit is contained in:
parent
897bc77d05
commit
6c4f8d2611
@ -108,7 +108,6 @@ Tabby will run as a portable app on Windows, if you create a `data` folder in th
|
|||||||
|
|
||||||
Plugins and themes can be installed directly from the Settings view inside Tabby.
|
Plugins and themes can be installed directly from the Settings view inside Tabby.
|
||||||
|
|
||||||
* [clickable-links](https://github.com/Eugeny/tabby-clickable-links) - makes paths and URLs in the terminal clickable
|
|
||||||
* [docker](https://github.com/Eugeny/tabby-docker) - connect to Docker containers
|
* [docker](https://github.com/Eugeny/tabby-docker) - connect to Docker containers
|
||||||
* [title-control](https://github.com/kbjr/terminus-title-control) - allows modifying the title of the terminal tabs by providing a prefix, suffix, and/or strings to be removed
|
* [title-control](https://github.com/kbjr/terminus-title-control) - allows modifying the title of the terminal tabs by providing a prefix, suffix, and/or strings to be removed
|
||||||
* [quick-cmds](https://github.com/Domain/terminus-quick-cmds) - quickly send commands to one or all terminal tabs
|
* [quick-cmds](https://github.com/Domain/terminus-quick-cmds) - quickly send commands to one or all terminal tabs
|
||||||
|
@ -3,4 +3,5 @@ export const PLUGIN_BLACKLIST = [
|
|||||||
'terminus-scrollbar', // now useless
|
'terminus-scrollbar', // now useless
|
||||||
'terminus-clickable-links', // now bundled with Tabby
|
'terminus-clickable-links', // now bundled with Tabby
|
||||||
'tabby-clickable-links', // now bundled with Tabby
|
'tabby-clickable-links', // now bundled with Tabby
|
||||||
|
'terminus-clickable-ips', // broken, functionality now bundled with Tabby
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user