Andrew Cantino

Results 470 comments of Andrew Cantino

> slight slow down would only happen on Apple Terminal, and if `MCFLY_LIGHT` is not set How do we know when we're in that terminal and need to shell out...

What do you think about this in relation to #156?

I think having this in the shell scripts is simpler for the time being, but eventually could be pulled into the Rust code. Is this PR ready to merge? (@dmfay...

Does `if [ -t 1 ]; then return 0; fi` from https://github.com/cantino/mcfly/issues/154#issuecomment-856262557 fix it?

Thank you @volfyd. I guess we want `if [[ ! -t 0 ]]; then return 0; fi` then?

Can you see if https://github.com/cantino/mcfly/pull/164 fixes this?

Glad you like McFly! I haven't heard of or used nushell. If you want to add McFly support, we accept pull requests. :)

Looks like it's rust-based, shouldn't be too hard to integrate if someone wants to tackle it?

That does sound like a real bug, thank you for reporting it.

Are you sure that the normal bash history works correctly with multiline commands? When I try your example without mcfly, it works in the local session, but if I start...