fish-shell icon indicating copy to clipboard operation
fish-shell copied to clipboard

The user-friendly command line shell.

Results 533 fish-shell issues
Sort by recently updated
recently updated
newest added

## Description As per #7341, this PR removes support for abbreviated long options from wgetopt implementation — for example, `--forc` is no longer considered a valid form of `--force`. The...

I wanted to implement some binds to speed up my workflow and encountered this issue. It works regularly without the bind command, so maybe I'm doing something wrong. I used...

bug

There doesn't appear to be a way to `read` a character completely silently. `-s` / `--silent` merely replaces the read character with "●". I want read to not write to...

enhancement

`❰anthonyholland❙~❱✔≻ history delete "HOMEBREW_GITHUB_API_TOKEN" [1] history delete "HOMEBREW_GITHUB_API_TOKEN" [2] history HOMEBREW_GITHUB_API_TOKEN [3] set -Ux HOMEBREW_GITHUB_API_TOKEN github_pat_ [4] echo $HOMEBREW_GITHUB_API_TOKEN [5] curl -H "Authorization: token $HOMEBREW_GITHUB_API_TOKEN" https://api.github.com/user [6] set -Ux HOMEBREW_GITHUB_API_TOKEN...

needs more info

Prior to 4.0.0 I was able to move word by word in a suggestion using ⌥→ (on Mac), which is what the doc also says: > To accept the autosuggestion...

I want to say first that this could potentially be an issue with any one of fish, [Starship](https://github.com/starship/starship), or [WezTerm](https://github.com/wezterm/wezterm). However, as it started immediately after upgrading from fish 3.7.1...

regression

`[^A-Z]+` here seems to trim header section in old version flatpak (avoid one more `tail -n -2`?). But this can ignore packages have uppercase name like `org.gtk.Gtk3theme.Adwaita-dark`. ```fish $ flatpak...

completions

# Behavior When I type in fish-shell and trigger fish's auto complementation, such error happens randomly: ``` thread '' panicked at src/history/file.rs:372:5: assertion failed: line.starts_with(b"- cmd") note: run with `RUST_BACKTRACE=1`...

I'd like to report the lack of arm64 4.0 builds in PPA on any Ubuntu version. I tried to upgrade Fish to the newest version on my Raspberry Pi (with...

Running `echo -e 'prompt \e[48;2;242;229;188m\e[K\nfoo\nbar\e[49maaaaa\nbaz '` produces different behaviour depending on whether it's being executed normally or in a prompt: ![image](https://github.com/user-attachments/assets/a4787e17-e05b-4edd-b6b2-5d40608c74fb) Before Fish 4.0.0, the result looked the same in...