Ryan Schmitt
Ryan Schmitt
@dqgthb Just for grins, can you try hardcoding `/usr/local/opt/coreutils/libexec/gnubin/stty` into Selecta? Like Gary pointed out, there's no reason why either `stty` executable should be incompatible with its own `stty -g`...
> but you do need to do to move down to the second file: No, `` selects *and* moves down. The sequence would be: `commonprefix` For what it's worth, since...
@garybernhardt In Heatseeker, `` is an alias for ``. In a typical GUI, `` cycles through interface elements without selecting them, so it didn't occur to me to use it...
Actually, here's the problem: ``` gsj@the-brick ~> set -x RESULT (cat .zshrc | hs) gsj@the-brick ~> jobs Job Group State Command 2 74396 stopped cat .zshrc | hs ```
No no no, HERE's the problem: > In fish, (foo) means $(foo) or `foo`. Fish doesn't even _have_ subshells, according to a quick google search. Mystery solved!
My best guess is that selecta somehow starts up in a background process group, and it receives `SIGTTIN` or `SIGTTOU` when it tries to access the terminal.
Are you on Linux? I noticed an issue with `stty` on Linux that doesn't occur on OS X: https://github.com/rschmitt/heatseeker/commit/6b2d27e3045e2b90b0aa9da476a2820c74313d50#diff-a6432244543ebcd356024444b2fe297aR148 I'm not sure why you would only see this on ^C,...
I'm not really happy with the way Selecta handles case currently. There are two distinct issues. The first issue is this:  (Selecta...
@jwhitley That rings a bell. I've gone ahead and implemented it in Heatseeker (https://github.com/rschmitt/heatseeker/commit/7a3aa4b67d03c12a070024b155adf0a5c20bb65a). So far it seems like an awesome improvement for languages that conventionally use CamelCase filenames--Java, Scala,...
What if you try hitting ``` four times, instead of three? Works for me. The fourth ``` moves the cursor to the right (where you want it) without producing an...