Giter Club home page Giter Club logo

Comments (8)

l4zygreed avatar l4zygreed commented on July 30, 2024 1

@azone can you try this PR? 😺

from just.

casey avatar casey commented on July 30, 2024

Ahh, that sucks. I don't really know anything about fish, and the completion scripts are auto-generated by clap, so someone else will have to take the lead in debugging this.

from just.

sebdvd avatar sebdvd commented on July 30, 2024

Hi, I have the same issue, but it's not really because of fish, but because of the sed command used in the fish autocomplete file:

just --list 2> /dev/null | sed -e '1d; s/^\s*\([^[:space:]]*\)[^#]*$/\1/' -e 's/^\s*\([^[:space:]]*\)[^#]*# \(.*\)$/\1\t\2/'

The second sed arg isn't working properly with the native macOS sed command, for example consider this justfile:

# Commands list
help:
  @just --list

The previous command will output this:

	Commands list

You can see that the recipe is missing.

But now the same command with gsed will output the expected result (and fix the autocompletion):

help	Commands list

from just.

azone avatar azone commented on July 30, 2024

@l4zygreed Thanks a lot, but it seems still not working for me...

from just.

sebdvd avatar sebdvd commented on July 30, 2024

@l4zygreed it works for me 🤷 (currently tested on macOS 14.1 and fish 3.6.1)

from just.

l4zygreed avatar l4zygreed commented on July 30, 2024

@azone have you replaced autocompletion file with new one? 🤔
I placed mine in .config/fish/completions/just.fish
did you test it from PR branch? it's not merged yet 🤡
We have 3 confirmations that it's working, so probably you missed something P:
(also you may need to reload the shell after changing complition file)

from just.

casey avatar casey commented on July 30, 2024

Fixed by @l4zygreed in #1710. Thank you for the PR!

from just.

azone avatar azone commented on July 30, 2024

@azone have you replaced autocompletion file with new one? 🤔 I placed mine in .config/fish/completions/just.fish did you test it from PR branch? it's not merged yet 🤡 We have 3 confirmations that it's working, so probably you missed something P: (also you may need to reload the shell after changing complition file)

Oh sorry~, I forgot to switch the branch. It works now!

from just.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.