Skip to content

Sesh v2, first beta release!

Pre-release
Pre-release
Compare
Choose a tag to compare
@joshmedeski joshmedeski released this 02 Aug 01:38

Sesh has been completely rewritten over the last few months! I'm not feature complete yet, but I'm ready for beta tests to help catch bugs and prepare for release.

Here is what's here:

  • Completely rewritten codebase using the dependency injection pattern
  • Simplified and more predictable and organized logic
  • Automated package mocks using Mockery

Features completed so far:

  • sesh list
  • sesh connect

Features to complete:

  • sesh clone
  • Icon support

What's changed?

  • Dropped startup_script in favor of startup_command
-startup_script = "~/.config/sesh/scripts/node_dev"
+startup_command = "~/.config/sesh/scripts/node_dev"

Note: You'll need to make sure your script files are executable.

Please submit an GitHub issue or go to the linked discussion with any bugs, unexpected behavior, or requests as I finalize the v2 release, thanks!