diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-11-02 11:23:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-11-02 11:23:11 -0300 |
commit | f8e26738e0b649c16111c394fd86c894af61c481 (patch) | |
tree | ed39b902941339bea543cd228972c9736e251aa4 /ChangeLog.md | |
parent | 5132dfc5526f46ae3fe8daa179b3c9aeca934816 (diff) | |
download | kvmx-f8e26738e0b649c16111c394fd86c894af61c481.tar.gz kvmx-f8e26738e0b649c16111c394fd86c894af61c481.tar.bz2 |
Feat: adds sshdir command
Diffstat (limited to 'ChangeLog.md')
-rw-r--r-- | ChangeLog.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index 14e33d4..b99c8cf 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,19 @@ # ChangeLog +## 0.4.0 - Unreleased + +* Adds `kvmx sshdir` action, which SSH's to the guest and changes to a given + folder. If no arguments are given, it tries to change to the equivalent + folder in the guest, so it can be a way to "cd" to the same directory but + inside the guest. + + If the folder in the host is also mounted in the guest in a similar + mountpoint, it's a handy way to move to the same folder, but inside the + guest. + + For folders inside $HOME, user name conversion is automatically done since + the user inside the guest might not match the user in the host. + ## 0.3.0 - 2024-09-19 * Increase the maximum number of shared folders to avoid error in when KVMX |