-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File storage #13
Comments
All great ideas, will implement this soon. Thanks! |
Reading in more detail the README, I recommend to follow this syntax for the
I suggest this syntax to follow the common What you think? |
Hi, I have tried the --file=;~ option but I get an error that it is an unknown parameter. I want to use Puttie like I did with Kitty using the local path where putty.exe is located. This would be great. |
Hi @lalbornoz , Nice work with the latest updates! However, regarding the command line help, I have a small suggestion: Please add a simple way to distinguish between "generic" (from PuTTY) and "new" (from PuTTie) parameters. Example:
Do you agree? |
Agree |
Nice work. Can I test the change already (Windows machine) ? |
Implemented in 54773f7. |
Thank you for your response.
However when I try putty -h nothing happens.
…On Tue, May 7, 2024 at 4:33 PM Lucía Andrea Illanes Albornoz < ***@***.***> wrote:
Implemented in 54773f7
<54773f7>
.
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPMYQK3KSBPIEUAIXOUWADZBDQ33AVCNFSM6AAAAABHHQ6NCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJYGU2TGMZZGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Met vriendelijke groet / With kind regards,
J. Slegers
|
Nice work! I'll test it soon. Thank you. |
Me too! When I call it with Any idea? |
As in nothing is printed to the console/stdout? |
It's presently -h, --help, or -?. What do you mean by doesn't work? Does saving a session when |
If I execute |
Reproduced both on Windows 10 (I do my testing on wine & Linux) - thanks. Both should be fixed in the upcoming releases. |
Hello,
I can confirm that the -h option works now thanks.
How can I store the session info directory in the same directory where
Putty is located?
John
…On Tue, May 7, 2024 at 8:14 PM Lucía Andrea Illanes Albornoz < ***@***.***> wrote:
https://github.com/lalbornoz/PuTTie/releases/tag/PuTTie-file-Release-31a335e7
https://github.com/lalbornoz/PuTTie/releases/tag/PuTTie-registry-Release-31a335e7
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPMYQN2ROLXKAZUKSRGOLLZBEKYHAVCNFSM6AAAAABHHQ6NCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJZGAZTANRSGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Met vriendelijke groet / With kind regards,
J. Slegers
|
|
Hi @lalbornoz , I confirm that all related bugs are now fixed. Thank you. However, it's quite annoying that the help is printed in a new window. I don't expect this! 😆 |
Thanks! Agree, but you can blame Windows for that. |
Thanks that was it for the local directory.
…On Wed, May 8, 2024 at 9:22 AM Lucía Andrea Illanes Albornoz < ***@***.***> wrote:
Thanks! Agree, but you can blame Windows for that.
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPMYQJAUUOBAOHNNVAP5DLZBHHCVAVCNFSM6AAAAABHHQ6NCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJZHEYTKMBTGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Met vriendelijke groet / With kind regards,
J. Slegers
|
Hi @lalbornoz ,
This is a great project. I'm comming from KiTTY, and this PuTTY fork seems very good. Congratulations!
However, I've missing some useful functionalities from KiTTY. But, I don't want to request you to implement all of them. This is a different fork, and time to time it's good to re-think from zero. 😉
Regarding the FILE STORAGE functionality, that IMHO is the most must-have functionality missing in PuTTY, I feel you can improve PuTTie on these points:
%APPDATA%\PuTTie\*
. I feel this a very relevant information that the user needs to know. Don't you think so?C:\PORTABLE\
. Therefore the current implementation will improve with these changes:putty.exe --file C:\PORTABLE\PiTTie\
: use the listed directory to store the configuration. Andputty.exe --file .
: use the directory where the binary is... and not the local directory (this is a special case, and if you don't agree, then you could use--file-root
). I hope you agree with this./?
,-h
and--help
doesn't work. Please, help.Regards.
The text was updated successfully, but these errors were encountered: