fixed #10034 - added auto-sudo-password plugin

This commit is contained in:
Eugene
2025-06-16 23:12:36 +02:00
parent c8aea9d8e0
commit 5a7a06e529
10 changed files with 171 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "tabby-auto-sudo-password",
"version": "1.0.197-nightly.1",
"description": "Offers to automatically paste saved sudo password in SSH sessions",
"keywords": [
"tabby-builtin-plugin"
],
"main": "dist/index.js",
"typings": "typings/index.d.ts",
"scripts": {
"build": "webpack --progress --color --display-modules",
"watch": "webpack --progress --color --watch"
},
"files": [
"dist",
"typings"
],
"devDependencies": {
"ansi-colors": "^4.1.1"
},
"author": "Eugene Pankov",
"license": "MIT"
}