You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the terminal, I run it simply by passing the name for the session, e.g. tdev new_project
Is it possible to make this script run from yazi? That is, in yazi I put the cursor on the directory in which my script should run, then I press a key combination, in the popup I pass the name for the session, then yazi should be closed
I managed to press a combination of keys to call a popup in which I can enter any command, in general it is already good, but after tdev new_project I still remain in yazi and I need to manually exit it, moreover with a confirmation that I really want to close yazi because there is an active running script and it is not very convenient. Here is the code
[manager]
prepend_keymap = [
{ on = "<A-t>", run = 'shell --interactive', desc = "Just for test!" },
]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a script that creates a session for tmux and adds the desired panels to it, here is an example
In the terminal, I run it simply by passing the name for the session, e.g.
tdev new_projectIs it possible to make this script run from yazi? That is, in yazi I put the cursor on the directory in which my script should run, then I press a key combination, in the popup I pass the name for the session, then yazi should be closed
I managed to press a combination of keys to call a popup in which I can enter any command, in general it is already good, but after
tdev new_projectI still remain in yazi and I need to manually exit it, moreover with a confirmation that I really want to close yazi because there is an active running script and it is not very convenient. Here is the codeBeta Was this translation helpful? Give feedback.
All reactions