New CLI command syntax helps #3
stroiman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
muxifyCLI now needs a command, two commands existlaunch- the previous implicit commandlist- lists all projectsThis is a breaking change, requiring
muxify launch {project-name}instead ofmuxify {project-name}. Implementinglaunchas a default command is simple enough, but didn't occur to have any value, as I never callmuxifydirectly, I always use themscript as described in the readme.Having the
listcommand enables selecting from configured projects straight inside tmux.This uses prefix+m for muxify as the shortcut. Feel free to change as you see fit.
Beta Was this translation helpful? Give feedback.
All reactions