QuickPuTTY
Sublime Text plugin for quick access to PuTTY SSH sessions
Details
Installs
- Total 613
- Win 569
- Mac 0
- Linux 44
Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
QuickPuTTY
🚧 Unfortunately, this plugin has reached the end of its life 😔
The current version in the
master
branch requires a lot of fixing and refactoring (and is simply broken), so I can't just post it, although I really wanted to update the version before archiving the project
QuickPuTTY is a plugin for Sublime Text that allows you to save SSH sessions for quick access to them. It will be useful for those who often use SSH.
Supports folders with a unique navigation system, making it easy to add or remove sessions on the go (manual JSON editing is also possible).
Works with the free open source terminal emulator PuTTY.
Check out how quickly you can start an SSH session without entering username and password:
Installation
Plugin is available on Package Control and can be installed as follows:
- Press Ctrl + Shift + P, then enter
Package Control: Install Package
- Choose
QuickPuTTY
in the list of available packages
After installation, you can find settings and README by going to Preferences > Package Settings > QuickPuTTY
in nav-bar.
Usage
Create folder
- Go to
PuTTY > New session/folder
in the nav-bar and selectFolder
option - Choose location to place new folder
- Enter folder name
Create session
- Go to
PuTTY > New session/folder
in the nav-bar and selectSession
option - Choose location to place new session
- Enter server host/ip, port, username and password (last two are optional)
Edit sessions and folders
- Go to
PuTTY > Manage sessions
in the nav-bar - Change the data presented in plain json format
- Do not forget to save the file
Remove session/folder
- Go to
PuTTY > Remove session/folder
in the nav-bar - Select a session or folder you want to remove using the Choose location system
Choosing location
At each stage, you'll see a list of options:
item | meaning |
---|---|
### Choose location ### | Just a title |
<HERE> | Select this if you want to place session/folder in current location |
{folder_№} | Select a folder name to navigate into it |
This plugin was tested in Sublime Text 4143
on Windows 10 (22H2)
and Ubuntu 20.04.5
(iOS support coming soon).
If you find a bug, mistake, or typo, you are very welcome to open a new GitHub issue or contact me directly (e.g., on npanuhin.me).
You can find the latest version of PuTTY on putty.org
Development
Code linting
pip install -U -r ".github/flake8.requirements.txt"
flake8 --show-source --statistics
# To install pre-commit hook:
pip install -U pre-commit
pre-commit install --config ".github/.pre-commit-config.yaml"
TODO
- “Do not forget to save the file” — add autosave
- JSON -> TOML (or other language with less “control characters”)
- Test on iOS
Copyright © 2023 Nikita Panuhin (MIT)