cyd01 / KiTTY

:computer: KiTTY, a free telnet/ssh client for Windows
https://www.9bis.com/kitty
Other
1.58k stars 136 forks source link

[Feature Request] show session store in About #489

Open weberjn opened 1 year ago

weberjn commented 1 year ago

Kitty should show filesystem or registry path where sessions are stored and where the ini file is looked for, e.g. in the About dialog or in the Change Settings dialog.

fs30000 commented 1 year ago

I'm curious about this too, as it looks kitty is not saving registry stuff to HKEY_CURRENT_USER\Software\9bis.com\KiTTY. I want to reset its conf, but can't find where it saves the conf.

likesoap commented 12 months ago

Hello, if you set the following parameters in kitty.ini, then you shall see the sessions saved in the windows registery

; savemode: specify the save mode for sessions settings
;    Allowed values are:
;    - registry : to save sessions into windows registry
;    - file : to save sessions into one unique file (currently not maintained)
;    - dir : to save sessions into files in the directory structure
savemode=registry