Giter Site home page Giter Site logo

-? doesn't work with zsh about exa HOT 4 CLOSED

ogham avatar ogham commented on May 4, 2024
-? doesn't work with zsh

from exa.

Comments (4)

ogham avatar ogham commented on May 4, 2024

It's because zsh uses ? as a wildcard. You know how using * in a command expands it to every file with the star matching part of the text? ? does the same, but only for a single character. So here, it's trying to expand it to every two-character-long file where the first character is a hyphen, and you don't have any, so it complains.

There's nothing I can do about this, since it's done by zsh rather than exa... --help is pretty much standard, though, and it has that, at least!

from exa.

kbknapp avatar kbknapp commented on May 4, 2024

Oh ok, thanks for clearing it up! I didn't think it was an issue with exa I was just curious if it's been addressed before, or was in any help docs somewhere that I missed.

Maybe that'd be something worth mentioning in the help text? Something as simple as Show list of command line options (If on zsh, use --help) to prevent further issues being filed :P

from exa.

ogham avatar ogham commented on May 4, 2024

Thing is, it's also a wildcard in fish, and I don't want to have to go through every shell just to find out what's supported and what isn't! That way lies maaaaaaaadness. Hopefully anyone in the future just finds this issue!

from exa.

kbknapp avatar kbknapp commented on May 4, 2024

Gotcha, good point! :)

On Thu, Jul 9, 2015, 16:27 Ben S [email protected] wrote:

Thing is, it's also a wildcard in fish, and I don't want to have to go
through every shell just to find out what's supported and what isn't! That
way lies maaaaaaaadness. Hopefully anyone in the future just finds this
issue!

β€”
Reply to this email directly or view it on GitHub
#70 (comment).

from exa.

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.