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 I added tab completion for [sad](https://github.com/ms-jpq/sad). Fixes issue ms-jpq/sad#153 ## TODOs: - [ ] Changes to fish usage are reflected in user documentation/manpages. - [ ] Tests have...

```console $ fish --version fish, version 3.5.0 $ echo $version 3.5.0 ``` It seems #7281 added bitwise AND, OR, and XOR, but I cannot find any way to do a...

```fish function fish_prompt echo echo $PWD end ``` This produces a newline between each prompt essentially, visually separating them. However, when the terminal is first opened, or when we run...

**Description** After running a specific set of commands, pressing `Ctrl` + `L` crashes the console. **Steps to reproduce** 1) Open `fish` 2) Type `python3` and press Enter 3) In Python...

```bash fish --version fish, version 3.5.1-173-g095c093af echo $version 3.5.1-173-g095c093af uname -a Linux archlinux 5.18.15-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Fri, 29 Jul 2022 22:52:41 +0000 x86_64 GNU/Linux echo $TERM tmux-256color ```...

enhancement

I have no `rustc` in my `$PATH`. Typing `~/.cargo/bin/rustc t` spews following: ``` /usr/share/fish/completions/rustc.fish (line 1): rustc -C help \ ^ in command substitution called on line -1 of file...

enhancement

`diff (sort a.txt|psub) (sort b.txt|psub)` is the most well known example of process substitution, but it's supposed to work the other way around too. Bash: ``` $ xxd -l 20...

enhancement

(fish version 3.1.0 on latest Linux Mint) Would it be possible to have fish look for matching tags in the tags file after entering `vim -t` ? Thanks for all...

enhancement
completions

I always thought that fish shell didn't support completions for `python -m` because it never seemed to work. This morning I realized that it does work but only for top-level...

completions

The fish `math` functions seems to get it wrong sometimes, when doing integer math: ```sh > math --scale=0 "22 / 5" # this is all fine 4 > math --scale=0...

enhancement