Brian Pearce
Brian Pearce
```bash #/usr/bin/env bash _muxed_completions() { if [ "$COMP_CWORD" -eq 1 ]; then local commands="$(compgen -W "new edit snapshot" "${COMP_WORDS[1]}")" local projects="$(compgen -W "$(echo $(ls ~/.muxed/))" "${COMP_WORDS[1]}")" COMPREPLY=( $commands $projects )...
Welcome back! TIL:`tmux popup` I'm going to have to give this workflow a try it seems useful. Absolutely! This sounds like a great addition. My only initial thought aligns with...
I think the dep is worthwhile. I'd also be interested in following GNU's `ls` path of using the flag `-1` > -1 (The numeric digit ``one''.) Force output to be...
🙌🏻 Cheers @coreyja and good to hear from you! I just recently had a my first child which has put off my work on the other feature requests. I'll see...
2 month bump. I've also run into this. It breaks my test suite.
#5252 was fixed with #5263. Is this issue still relevant?