Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fish shell annoyances #195

Open
gabebw opened this issue Apr 24, 2022 · 0 comments
Open

Fish shell annoyances #195

gabebw opened this issue Apr 24, 2022 · 0 comments

Comments

@gabebw
Copy link
Owner

gabebw commented Apr 24, 2022

I'm listing them here as they come up just in case I want to switch back. Or perhaps these are already fixed, and I just don't know Fish well enough yet.

  1. Globs are not case-insensitive (e.g. ls a* finds only files starting with a, not A)
  2. There's no "range" globbing, like ls [A-Z]*
    a. Idea: implement globbing for number {1-9} fish-shell/fish-shell#1187
  3. There is no globbing even without a range, like ls [ABC]*

The only globbing that works is with curly braces: foo{1,2,3}.

Relevant issue: fish-shell/fish-shell#3681

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant