imsys
imsys
I got an alternative implementation at: https://github.com/imsys/fzf/blob/master/shell/completion-external.nu It uses this document as base: https://www.nushell.sh/cookbook/external_completers.html It seems this second approach only works for file searches. Like: ``` cat /home/** nvim /home/**...
It's working quite nice now. Between the two implementations I mentioned, I recommend the [completion-external.nu](https://github.com/imsys/fzf/blob/master/shell/completion-external.nu) because it has a fallback, but it has the limitations I mentioned in my previous...
For `completion.nu` to fully work, it would need: - [nushell/reedline#876](https://github.com/nushell/reedline/issues/876) - An event `until` fallback option. or - A way to use Nushell External Completer on commands like `cd` and...
Hey @sim590, I haven’t touched this code in a while. There are three different implementations: `completion-bind.nu`, `completion-external.nu`, and `completion-menu.nu`. I think it would be best to upstream only `completion-external.nu` and...
Most of them crashes as soon as the game starts, the few exceptions are "Wafe Function Collapse" that we need to press the A key; and "Space Sentinel" that we...
Apk is at https://github.com/nesbox/TIC-80/actions/runs/17691922422/artifacts/4001827125
It seems to depend a bit on the file browser. The main one that I use is the Mix file browser, and it works correctly  But googles file browser...
Strange, I'm quite sure I got it working in a previous test. Anyway, I will rest a bit and check this later.
Oh, maybe it's the tooling. I'm using more up to date building tools locally.
 