ivaaaan / smug

Session manager and task runner for tmux. Start your development environment within one command.
MIT License
709 stars 29 forks source link

Allow tmux-style short commands #90

Closed benyanke closed 2 years ago

benyanke commented 2 years ago

I'd love support for short commands, like tmux does.

In cases where there's no ambiguity, it would be very handy to be able to use "n" for "new", "e" for "edit", "l" or "ls" for "list", etc.

Of course, cases like "s" would be ambiguous (start/stop), so would need to be used in it's fuller form, the same way tmux does.

benyanke commented 2 years ago

Not sure how to remove the bug label, but this is clearly a feature request, not bug, fyi.

ivaaaan commented 2 years ago

I was thinking of adding this one soon. Maybe for start, it can be c (create) or r (run). Or even smug <project name> which will start a session

ivaaaan commented 2 years ago

Aliases are in master now, I'll test it for a few days and then create a release. https://github.com/ivaaaan/smug/pull/91

benyanke commented 2 years ago

Awesome! I'm a near-daily user now, so I'll build and try master too, and let you know any feedback I have