We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
It seems like teamocil defaults to editing an existing tmux session (not sure how it picks which one either).
Is there a way to have it create a new tmux session instead first? As a workaround I'm doing: tmux new -d -s tmpsess && teamocil --layout layout.yml
tmux new -d -s tmpsess && teamocil --layout layout.yml
Here's my example layout.yml:
name: mysess windows: - name: tasks root: ~ layout: tiled panes: - ./experiment.py -h - date && ./experiment.py -h
The text was updated successfully, but these errors were encountered:
You are right, this is not supported yet. Teamocil starts by renaming the current session: https://github.com/remi/teamocil/blob/master/lib/teamocil/tmux/session.rb#L20
This is something we could support (either renaming or creating a new session).
Do you have the time to send a pull request for this feature? I could help you with naming, implementation and stuff 🙂
Sorry, something went wrong.
No branches or pull requests
It seems like teamocil defaults to editing an existing tmux session (not sure how it picks which one either).
Is there a way to have it create a new tmux session instead first? As a workaround I'm doing:
tmux new -d -s tmpsess && teamocil --layout layout.yml
Here's my example layout.yml:
The text was updated successfully, but these errors were encountered: