Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(command-panes): allow to start suspended #1887

Merged
merged 3 commits into from
Nov 1, 2022
Merged

feat(command-panes): allow to start suspended #1887

merged 3 commits into from
Nov 1, 2022

Conversation

imsnif
Copy link
Member

@imsnif imsnif commented Oct 31, 2022

This allows command panes (started either through the CLI (eg. with zellij run) through layouts or through keybindings) to start suspended. Meaning that their command will only run once the user presses ENTER on them for the first time, eg.

layout {
    pane command="ls" {
        args "-l"
        start_suspended true
    }
}

img-2022-10-31-184315

@imsnif imsnif temporarily deployed to cachix October 31, 2022 17:50 Inactive
@imsnif imsnif temporarily deployed to cachix October 31, 2022 18:26 Inactive
@imsnif imsnif merged commit abc700f into main Nov 1, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant