tmux-python/tmuxp

[FR]Would like sample functions like tmuxinator

AwesomeDog opened this issue · 4 comments

When using https://github.com/tmuxinator/tmuxinator, one can start a new session by typing tmuxinator new [project]
and the command will open a sample config file located in ~/.tmuxinator/sample.yml. One can simply start working by deleting and editing a few lines of the sample config.

The function can get rid of the chores of reading config manuals online, reduce debug time. Would be very nice to have.

tony commented

Welcome @AwesomeDog

This makes sense to me.

Is it okay if I move this to a discussion (so it allows voting?) If I did - it would automatically close this issue and recreate it as a post in https://github.com/tmux-python/tmuxp/discussions

tony commented

It may also be worth allowing:

  • fetching a file remotely, e.g. via git or a gist (similar to starters elsewhere, like gatsby) and let the user verify / preview if it's secure
  • having their own custom default yaml config - for new configs

Yes, lets discuss in the discussions

tony commented

@AwesomeDog Doing so now, this issue will be closed - but be migrated to a discussion, the link will be above / below.

image