kitty ssh kitten copy command erratic behavior #8308
Replies: 2 comments
-
Adding more output to make it obvious.
The other way to show it is:
As you can see, all the files have content from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello All,
Kitty is awesome and I enjoy many aspects of it.
I think I may have uncovered a bug in kitty's ssh kitten's copy command. Consider the below:
With the above, I expect all of my local
~/.config/kitty/
to be copied to the remote machine. But on the remote host, the contents of say~/.config/kitty/kitty.conf
is the content of~/.xonshrc
I'm following the example from the official docs.
In summary, the 2 variations of the copy command do not work together. I'm left with the choice to only copy
~/.xonshrc
and live with it. Basically, the last copy command is overriding the content of the previous copy commands.Beta Was this translation helpful? Give feedback.
All reactions