update: SSHubl project
All checks were successful
Build Blog Docker Image / build docker (push) Successful in 1m23s

This commit is contained in:
d3vyce 2024-07-13 19:59:24 +02:00
parent caa8fd4092
commit 03a168d85c
2 changed files with 4 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 202 KiB

After

Width:  |  Height:  |  Size: 198 KiB

View File

@ -61,18 +61,19 @@ Package Control dedicated page [here](https://packagecontrol.io/packages/SSHubl)
Open your command palette and type in `SSHubl` to select `Connect to server`. Once connected, you will be able to select `Forward port/socket`, `Open/Select directory (mount sshfs)` or even `Open a terminal` commands.
![Preview](https://i.imgur.com/mOqxMsP.gif)
## Settings
```javascript
{
"debug": false,
// Custom path to OpenSSH client program
// /!\ This setting requires plugin reload (or Sublime restart)
"ssh_path": null,
// Custom path to `sshfs` FUSE client program
// /!\ This setting requires plugin reload (or Sublime restart)
"sshfs_path": null,
// Custom path to `umount` program (`fusermount` on Linux)
// /!\ This setting requires plugin reload (or Sublime restart)
"umount_path": null,
// Custom options to pass to OpenSSH **master** (e.g. useful for bastion traversal)
"ssh_options": {
@ -107,4 +108,4 @@ Open your command palette and type in `SSHubl` to select `Connect to server`. On
**Do you plan to support Sublime Text 3 ?**
> It's very unlikely as SSHubl requires Python 3.8 runtime and depends on several Sublime Text 4081+ API.
> It's very unlikely as SSHubl requires Python 3.8 runtime and depends on several Sublime Text 4081+ API.