github joshmedeski/sesh v2.0.0-beta.1
Sesh v2, first beta release!

latest releases: v2.6.0, v2.5.0, v2.4.0...
pre-release3 months ago

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!

Don't miss a new sesh release

NewReleases is sending notifications on new releases.