8000 Fish shell annoyances · Issue #195 · gabebw/dotfiles · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Fish shell annoyances #195
Open
Open
@gabebw

Description

@gabebw

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0