-
-
Notifications
You must be signed in to change notification settings - Fork 677
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
cd in strider #2070
Comments
Hey - the reason you're not able to go up in Strider beyond the original folder is that Strider is implemented as a plugin and thus is sandboxed to only be able to access the folder it was opened in. A bit of a security measure so plugins wouldn't be able to access arbitrary paths on the hard-drive. I can totally see us implementing a flag that would bypass this, but a bit later down the road as we put more work into our plugin system. Same goes for your other suggestion with the pane CWD. I'm glad you're enjoying Strider though! I definitely want to improve it as time permits. |
@imsnif ok, I understand the motivation.
Navigating to
So your statement
doesn't seem accurate. Can you point me to the relevant code? |
Try it with another path, we make sure the plugins have access to |
So I shouldn't be able to follow a link to |
Looks like the WASI devs view this as desired behavior. More discussion here: wasmerio/wasmer#2243 |
Hi, I just got started using Zellij and have discovered the
strider
plugin.I'm not sure if this is because I'm running this on Windows inside WSL, but I can't go "up" out of my home directory (nothing happens).
After checking the source code, there doesn't seem to be a way to provide a path either (like
/mnt/myfiles
).Would it be possible to add this? Something like hitting
c
popping a small input box?Another "nice to have" feature I was thinking of would be providing command, which when run inside a pane updates the
strider
working directory to the panes current working directory, but I don't know how feasible this is.The text was updated successfully, but these errors were encountered: