imsys

Results 45 comments of 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 ![Image](https://github.com/user-attachments/assets/9fcc273d-2c94-4239-8cf9-5b94c17c2c45) 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.

![Image](https://github.com/user-attachments/assets/7f1060d6-40c5-4cea-aa27-94d27e639a6a) ![Image](https://github.com/user-attachments/assets/1f974cf8-0d84-495b-a65e-553a9697a4a8)