Skip to content

Current working directory that follows the active pane (command widget) #107

Closed Answered by dj95
jessevdp asked this question in Q&A
Discussion options

You must be logged in to vote

Hi and thanks a lot for sharing all of your thoughts and ideas! I really appreciate your effort.

First of all, I want to elaborate a bit how the plugins work. Plugins are small wasm files, that are loaded into their own pane, which results them in running in a sandbox. E.g. they can only access certain APIs and paths, that are granted by the user (or implicitely by zellij). That means, that wasm plugins only have access to the information received from zellij besides the directory they are started in.

When executing a command (within the command widget), the wasm plugin tells zellij to run the command. So it's neither directly executed by the plugin nor within a shell environment. In some…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@sommerper
Comment options

@jessevdp
Comment options

@dj95
Comment options

dj95 Jan 3, 2025
Maintainer

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jessevdp
Comment options

Answer selected by jessevdp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants