-
|
hi guys ! thank for great client from what it looks like just trying it out as I need something for new Mac, and good old Royal TSX which I was using before needs an upgrade (and new license etc) and I am not keen to get it right now so looked around and found electerm - great ! I can see it can import connections, sorry if I missed it - but what is the format that it needs for that ? or do I just need to export and see what it exports? Cheers and thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
elecerm has builtin create bookmark with AI function, should be able to one click to convert to electerm format, you can use any llm provider to do it, bettter use private one to do it for info safe, or export a dataset example to feed AI, let AI generate proper json data or write a script to do it, so you can import to electerm |
Beta Was this translation helpful? Give feedback.
-
|
Or use this prompt to generate, electerm use similar thing to do it: |
Beta Was this translation helpful? Give feedback.
-
|
OK this worked ! thanks again Zhao @zxdong262 ! see the Python script which was produced by Claude - and which did the job (I can confirm that resulting file was imported successfully to electerm) feel free to include that into the project as well - cheers, just in case if anyone else may find this useful |
Beta Was this translation helpful? Give feedback.
OK this worked ! thanks again Zhao @zxdong262 !
see the Python script which was produced by Claude - and which did the job (I can confirm that resulting file was imported successfully to electerm)
rtsz_to_electerm.py
feel free to include that into the project as well - cheers, just in case if anyone else may find this useful