1
0
mirror of https://github.com/HorlogeSkynet/SSHubl.git synced 2024-09-16 16:00:11 +02:00
SSHubl/sshubl
Samuel FORESTIER d3ef40fe79 Disables spellcheck in remote terminal view (Terminus v0.3.32+)
This patch replaces previous Terminus package detection by a proper
`terminus_open` lookup (actually `TerminusOpenCommand` command class).

SSHubl won't (try to) consume PackageControl API anymore, which should
result in better performance when opening a remote terminal for the
first time.

New `st_utils.get_command_class` function comes with some proper testing
(including its conditional cache feature).

As Terminus v0.3.32 was released on 15/08/2024, we expect it to be
globally rolled out before next version of SSHubl.
2024-09-02 19:18:32 +02:00
..
__init__.py Initial commit 2024-07-06 21:15:28 +02:00
actions.py Fixes cancellation of reverse forwards with remote port allocation 2024-07-08 20:44:40 +00:00
commands.py Disables spellcheck in remote terminal view (Terminus v0.3.32+) 2024-09-02 19:18:32 +02:00
listeners.py Initial commit 2024-07-06 21:15:28 +02:00
paths.py Initial commit 2024-07-06 21:15:28 +02:00
project_data.py Fixes reverse forward with remote port allocation not removed on cancel 2024-07-31 11:25:42 +02:00
py.typed Initial commit 2024-07-06 21:15:28 +02:00
ssh_utils.py Shows remote path of UNIX domain socket that couldn't be removed 2024-08-06 20:38:35 +02:00
st_utils.py Disables spellcheck in remote terminal view (Terminus v0.3.32+) 2024-09-02 19:18:32 +02:00