Open file picker in cwd #3285
Answered
by
cristiand391
georgealexanderday
asked this question in
Q&A
-
Hi there, How can I open the file picker in the cwd? Is there an argument I can pass to it? I've tried using the Using Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
cristiand391
Apr 20, 2024
Replies: 1 comment 1 reply
-
Doesn't seem to be documented but the plugin takes a
EDIT: Aram added this note about cwd in plugins: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
georgealexanderday
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Doesn't seem to be documented but the plugin takes a
caller_cwd
config value that allows that:zellij/default-plugins/strider/src/main.rs
Line 41 in 162a6dd
EDIT:
Aram added this note about cwd in plugins:
https://zellij.dev/documentation/plugin-aliases.html?highlight=caller#a-note-about-cwd