Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: concatenate connect args into a single string (#116)
Fixes #114 Connect no longer requires the argument to be wrapped in quotes, you can now pass as many arguments as you want and sesh will concatenate all of them together into one variable to determine the appropriate session. This is especially helpful when sesh list shows icons or a config session name includes a space.
- Loading branch information