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 ofstartup_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!