remi / teamocil

There's no I in Teamocil. At least not where you think. Teamocil is a simple tool used to automatically create windows and panes in tmux with YAML files.
MIT License
2.36k stars 101 forks source link

Implicit-session configs break tmux session name #48

Closed bitprophet closed 10 years ago

bitprophet commented 11 years ago

Scenario:

This seems to regress whatever was done to fix #5.

I regret I have no time to submit a PR for this, partly as I'm not sure what the preferred fix would be.

Suspect best is for implicitly created sessions to skip the automatic name generation - folks using the session are by definition not creating new sessions and do not need the collision-avoidance random name.

bitprophet commented 11 years ago

For reference this is what I ended up doing on my end: https://github.com/bitprophet/teamocil/compare/master...no-session-renames-plz

Happy to PR w/ specs (sometime) if I get a +1 on this approach.

remi commented 10 years ago

I’m going to close the issue because most of the codebase has since changed. Feel free to reopen it if you feel this is an issue in Teamocil 1.0+.