mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
xontrib-ssh-agent added
This commit is contained in:
parent
f08a05ba3a
commit
c0e91fca32
1 changed files with 12 additions and 0 deletions
|
@ -190,6 +190,11 @@
|
|||
"package": "xontrib-schedule",
|
||||
"url": "https://github.com/astronouth7303/xontrib-schedule",
|
||||
"description": ["Xonsh Task Scheduling"]
|
||||
},
|
||||
{"name": "ssh_agent",
|
||||
"package": "xontrib-ssh-agent",
|
||||
"url": "https://bitbucket.org/dyuri/xontrib-ssh-agent",
|
||||
"description": ["ssh-agent integration"]
|
||||
}
|
||||
],
|
||||
"packages": {
|
||||
|
@ -334,6 +339,13 @@
|
|||
"install": {
|
||||
"pip": "xpip install xontrib-readable-traceback"
|
||||
}
|
||||
},
|
||||
"xontrib-ssh-agent": {
|
||||
"license": "MIT",
|
||||
"url": "https://bitbucket.org/dyuri/xontrib-ssh-agent",
|
||||
"install": {
|
||||
"pip": "xpip install xontrib-ssh-agent"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue