Why doesn't my code work to open wezterm current dir via cmd? #492
Unanswered
atheeq-rhxn
asked this question in
Q&A
Replies: 1 comment 8 replies
-
item(title="Wezterm" tip=tip_run_admin admin=has_admin cmd='wezterm.exe' args='start --cwd "@sel.dir"') |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Config path: directory/imports/terminal.nss
I included
item(title="Wezterm" tip=tip_run_admin admin=has_admin cmd='wezterm.exe')
which opens wezterm
but
when i want to open current dir like it does for other terminals it does not work
this was my code:
item(title="Wezterm" tip=tip_run_admin admin=has_admin cmd='wezterm start --cwd "@sel.dir"')
wezterm reference
Beta Was this translation helpful? Give feedback.
All reactions