ivaaaan / smug

Session manager and task runner for tmux. Start your development environment within one command.
MIT License
709 stars 29 forks source link

[bugfix] reference pane by id instead of index #29

Closed jordansgrant closed 3 years ago

jordansgrant commented 3 years ago

potential solution for #28

We can utilize the -F [format] option of split-window to echo the pane id to stdout. We can then use the pane id directly to run the command rather than using the pane index from the config file.

ivaaaan commented 3 years ago

@jordansgrant thanks for contributing!

jordansgrant commented 3 years ago

@ivaaaan np! I look forward to streamlining my workflow this :+1: