Brian Palmer
Brian Palmer
You are too kind! Thanks, I'm glad it's useful.
This has come up quite a few times in the past, and the blocker has always been finding a good tool that does two-way syncing. I haven't heard of `lsyncd`...
Cool sounds interesting, I look forward to hearing how it works in practice.
Thanks! I wasn't sure what the actual mechanism behind `--force` was, that sounds fine for now. > I wonder if a nice solution would be to have Copilot exit with...
Agreed that'd be a nice addition. Most common shells support the `-c` option that we need, so it should be possible to use the user's configured shell most of the...
I had a use-case for using a `zsh` feature today so I implemented using the shell specified in `$SHELL` instead of always `/bin/sh`. I haven't enabled login shell yet though,...
Whoops, I meant "interactive shell" everywhere that I said "login shell" above. I've tested using an interactive shell in bash, zsh and fish and everything seems to work well. So...
I celebrated too soon -- with further usage I'm seeing an intermittent issue with interactive shells and zsh (haven't tested other shells yet). Sometimes, but not always, it prints `zsh:...
One option that would avoid having to cache the output anywhere -- add another key combination for exiting `pipeline`, maybe CTRL-D or something, and have that re-run the command one...
👍 I started implementing the option to pass the initial command line in, but ran into some issues I can't recall, and never finished it. I'd like to get that...