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

Session.window in sesh.toml #201

Open
SebastianBalle opened this issue Nov 25, 2024 · 0 comments
Open

Session.window in sesh.toml #201

SebastianBalle opened this issue Nov 25, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@SebastianBalle
Copy link

SebastianBalle commented Nov 25, 2024

What would you like sesh to do?

Hi Josh

First of all thanks for a cool session manager! I want to hear if you have thought about implementing session windows in the sesh.toml file such that you can automatically create sessions with multiple windows inside. It could have the following example structure

  [[session]]
  name = "sesh"
  path = "~"
  startup_command = "nvim ."

  [[session.window]]
  session = "sesh"
  name = "zsh"

  [[session.window]]
  session = "sesh"
  name = "Service1"
  startup_command = "nix develop && task service1"

Let me know what you think or if this is too big of a feature request for now.

I have been quite inspired by your dotfiles (especially gp.nvim) in my Nix dotfiles setup but hope to see sesh as part of home-manager soon as well. 😉

@SebastianBalle SebastianBalle added the enhancement New feature or request label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants