Skip to content

v0.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Dec 16:25
· 22 commits to main since this release
5824018

feat!: read shmuxfiles from parent folders and support shebang in scripts (#5)

Breaking Change

Default shmuxfile is now any shmuxfile.* in the current or parent
folders. It used to be shmux.sh, but the documentation always
referenced shmuxfiles and I figured this way it was easier to follow.

Features

  • Configuration can now be read from any parent folder (no mode cd ..
    before running shmux)
  • Scripts can now declare a #! directive which will be honored when
    running the scripts

Issues

  • Closes #3
  • Closes #1