Python command-line utility for PuTTY session management
Project description
PuTTY Session Manager
Python command line utility for basic management of PuTTY sessions on Windows
Installation
From PyPI
You can install putty-session-manager using pip:
pip install putty-session-manager
From source
You can also clone the project's repository and install from source:
git clone https://github.com/mvelikikh/putty-session-manager
cd putty-session-manager
pip install .
Usage
You can invoke putty-session-manager from the commandline after installation as follows:
psm
or
python -m putty_session_manager
Listing PuTTY sessions:
psm list
Getting attributes of a given session:
psm get my_session
Copying a session:
psm copy source_session dest_session
Copying attributes from one session to another:
psm copy-attr source_session dest_session_pattern attribute_pattern
Example:
psm copy-attr src_session dst_sess_a.*,dst_sess_b.* Colour*
Deleting a session:
psm delete my_session
You can get help by running
psm --help
Prerequisites
Operating System: Microsoft Windows.
I have written it to automate common tasks of managing PuTTY sessions on Windows.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file putty_session_manager-1.0.dev6.tar.gz.
File metadata
- Download URL: putty_session_manager-1.0.dev6.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4769312bb2070fe477e8976b381beb8b088672e884c3c4261f9609960145198d
|
|
| MD5 |
42145f1d030604e476d7070e506a3376
|
|
| BLAKE2b-256 |
6c5a18fd151c68fb7f18130bf69457350ab55cb439a76edee385de83b7f34da0
|
File details
Details for the file putty_session_manager-1.0.dev6-py3-none-any.whl.
File metadata
- Download URL: putty_session_manager-1.0.dev6-py3-none-any.whl
- Upload date:
- Size: 22.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a7ceda027112bad74c823ff35e975051ce2e38472e4352825ef471f32b15008
|
|
| MD5 |
c0772bee2ab5b513c9a38d51eff76da0
|
|
| BLAKE2b-256 |
7b5f337e0bc6460a41e5bf863162cb614c61d9c8a354f40d20674045322666c8
|