May I get (name of) selected files in shell --block
session
#2422
Answered
by
sxyazi
ptah-alexs
asked this question in
1. Q&A
-
What system are you running Yazi on?Linux X11 What terminal are you running Yazi in?konsole 23.08.1
|
Beta Was this translation helpful? Give feedback.
Answered by
sxyazi
Mar 1, 2025
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to pass it to the shell (with
$SHELL -s
) in therun
, for example:run = 'shell --block -- zsh -s "$@"'
And you'll be able to use
$@
within the shell.