Browse Source

blacklisted clickable-ips

Eugene Pankov 4 years ago
parent
commit
6c4f8d2611
2 changed files with 1 additions and 1 deletions
  1. 0 1
      README.md
  2. 1 0
      app/src/pluginBlacklist.ts

+ 0 - 1
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

+ 1 - 0
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
 ]