imsys

Results 45 comments of imsys

This is the main thing keeping me on nova

Thanks for the reply. Those other repos are definitely useful. I also just found your custom WLA source in the files you shared in SMWCentral. My intention is to use...

I found this that may help: https://github.com/DawidWetzler/capacitor-sqlite-kysely

I tried to implement [FZF](https://github.com/junegunn/fzf) original completion mode of: `cd somepath/**` using 3 different approaches: * [completion-external.nu](https://github.com/imsys/fzf/blob/master/shell/completion-external.nu) - As an External Completer. But a change in [v0.103.0](https://www.nushell.sh/blog/2025-03-18-nushell_0_103_0.html#external-completers-are-no-longer-used-for-internal-commands-toc ) ( [nushell#15086](https://github.com/nushell/nushell/pull/15086)...

I also would like this as a standard, and would appreciate this a lot.

| Browser | Status | Since | Source | |------------------------|--------------------------|-------|------------------------------------------------------------------------------------------------------------| | Chrome | Behind Flag | v105 | https://defo.ie/ | | Edge | Behind Flag | v105 | https://www.neowin.net/guides/how-to-improve-privacy-in-microsoft-edge-by-enabling-encrypted-client-hello/ |...

I tried asking Gemini to use `completion.zsh` and `completion.bash` to generate `completion.nu`. I had to put some pages of the [Nushell book](https://github.com/nushell/nushell.github.io/tree/main/book) in context to at least fix the type...

I got the `**` completion to somewhat work, but it is still buggy and slow.

It's working, I just need to make `tab` to fallback when it doesn't find `**` ``` echo $env.config.keybindings | where keycode == tab ╭───┬─────────────────┬──────────┬─────────┬───────────────────────────────────────────────────────────┬───────────────────╮ │ # │ name │ modifier...