Skip to content

Make it possible to share a template-session-file with common session properties between all your sessioin-files

Notifications You must be signed in to change notification settings

MrM40/OpenKittySession

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

OpenKittySession

Make it possible to share a template-session-file, with common session properties, between all your session-files. Additionally set size and location of the Kitty terminal window.

How doest it work:

1: Create a template session-file which include common-properties, which will be shared by all sessions. This will typically just be a copy of Default%20Settings, which is created by kitty. Call this templatefile "~CommonSessionSettings.txt"

2: Create a sessionfile containing the session-specific properties. E.g.:

UserName\xxx\
Password\xxx\
PublicKeyFile\xxx\

This sessionfile should be called e.g. SRV01.local.txt (i.e. equal to hostname or optional IP address).

3: Modify the StartKittySession.ini:

The SessionFld property is a folderpath to where ~CommonSessionSettings.txt and SRV01.local.txt are located. E.g. SessionFld=Y:\KittySessions\

4: To call the session use StartKittySession.exe SRV01.local

StartKittySession.exe and StartKittySession.ini must be located in the same folder.

The tool is an AutoIt v3 compiled script, created with the AutoIt editor SciTe-Lite.

About

Make it possible to share a template-session-file with common session properties between all your sessioin-files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages