home.social

#completions β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #completions, aggregated by home.social.

  1. @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.

  2. @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.

    #nushell #fish #shell #completions

  3. @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.

    #nushell #fish #shell #completions

  4. @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.

    #nushell #fish #shell #completions

  5. @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.

    #nushell #fish #shell #completions

  6. @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 πŸ˜….

  7. 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