#completions β Public Fediverse posts
Live and recent posts from across the Fediverse tagged #completions, aggregated by home.social.
-
@jean_dupont
U don't have to ditch fish shell π. Nushell's external completion options let us use any completions as we like. Like carapace, fish or any custom completions.
I use fish completions in nushell for some commands. Coz nushell completions are still not that good compared to fish as of now. -
@jean_dupont
U don't have to ditch fish shell π. Nushell's external completion options let us use any completions as we like. Like carapace, fish or any custom completions.
I use fish completions in nushell for some commands. Coz nushell completions are still not that good compared to fish as of now. -
@jean_dupont
U don't have to ditch fish shell π. Nushell's external completion options let us use any completions as we like. Like carapace, fish or any custom completions.
I use fish completions in nushell for some commands. Coz nushell completions are still not that good compared to fish as of now. -
@jean_dupont
U don't have to ditch fish shell π. Nushell's external completion options let us use any completions as we like. Like carapace, fish or any custom completions.
I use fish completions in nushell for some commands. Coz nushell completions are still not that good compared to fish as of now. -
@jean_dupont
U don't have to ditch fish shell π. Nushell's external completion options let us use any completions as we like. Like carapace, fish or any custom completions.
I use fish completions in nushell for some commands. Coz nushell completions are still not that good compared to fish as of now. -
@olisturm I'm a #fish #shell $user and I wanted to try #nushell, but the #command #completions, #highlights etc are good with fish shell. So I'm trying to #integrate #carapace and tweak the #config to make it more like fish shell π .
-
Hey do any #lisp hombres know anything about #clim #completions?
Basically I can do this:
(accept '(member-alist ((monday :mon) (tuesday :tue) (thursday :thu))))
after which
typing mo or mond will return :mon, THuR -> :thu
and so forth. I guess I really want three letter keywords.This almost seems really powerful, but I feel like I''m not yet there