diff --git a/README.md b/README.md index daf20ce0..06f65d16 100644 --- a/README.md +++ b/README.md @@ -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. -* [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 * [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 diff --git a/app/src/pluginBlacklist.ts b/app/src/pluginBlacklist.ts index 5b572449..86799c32 100644 --- a/app/src/pluginBlacklist.ts +++ b/app/src/pluginBlacklist.ts @@ -3,4 +3,5 @@ export const PLUGIN_BLACKLIST = [ 'terminus-scrollbar', // now useless 'terminus-clickable-links', // now bundled with Tabby 'tabby-clickable-links', // now bundled with Tabby + 'terminus-clickable-ips', // broken, functionality now bundled with Tabby ]