Skip to main content
Tooling
0 votes
1 replies
29 views

Directly inspired from Command-line autocompletion for python -m module. Is there any extension to Fish shell that allows TAB-like autocomplete for python -m calls? In my case I only wish for it to ...
EPrivat's user avatar
  • 101
0 votes
0 answers
64 views

Maybe I'll rewrite this to python as I understand the error handling in there a bit better but I'm curious why the behavior is different when it's running as a pipeline vs not: function args.or.stdin ...
jaksco's user avatar
  • 588
1 vote
1 answer
106 views

In fish I want to set an environment variable to a non-utf8 value like \x80 (the character sequence of length one with the value 0x80, i.e., 128). I already tried set -x a \x80 fish: Invalid token '\...
H. Doebler's user avatar
0 votes
1 answer
53 views

In a Fish Shell script, how can I recursively find files ending in: .xmp, .pp3, .out.pp3 that do not have an accompanying image file. The result should be written into a variable. If I have the ...
vato's user avatar
  • 99
1 vote
1 answer
94 views

I'm trying to compile a C code (that was generated using Cython) as follows gcc (uv run python3-config --cflags --ldflags) some_file.c -o some_file.o However, I don't think substitution is working in ...
Chirag Mehta's user avatar
0 votes
1 answer
143 views

I accidentally pasted many, many lines of text into my prompt. If I hold down C-u or C-k I’ll still be waiting a long time to clear everything. Is there a keystroke combination that will clear the ...
adiabatic's user avatar
  • 403
2 votes
0 answers
193 views

Whenever I launch a terminal using my fish path (usr/bin/fish) it only displays following error: # Cannot open Fish # Failed to start [ /usr/bin/fish, **<------------ THIS IS YOUR PROBLEM. Can't ...
kxmpxtxnt's user avatar
0 votes
1 answer
338 views

Hello I want to use FISH as my main shell and I have to prepend some directories/files to $PATH. I followed the guide on the ArchLinux wiki for prepending to $PATH but I ran into issues. This is the ...
NoelR0's user avatar
  • 1
1 vote
2 answers
917 views

When I migrated to fish from bash, I found glob patterns like "tmp[0-9][0-9].pdf" aren't supported. Then, recently fish has stopped to support the ? wildcard: $ fish --version fish, version ...
Ryo's user avatar
  • 432
2 votes
1 answer
1k views

I’m trying to set up autocompletion for uv in Fish shell while using Mise to manage my environment. Mise has been installed correctly, and I'm using Fish as my terminal shell. However, autocompletion ...
Lucas Mucidas's user avatar
0 votes
1 answer
932 views

I recently created a Next.js app using the CLI, and when I tried to run the development server with npm run dev, I encountered this error: You are using Node.js 18.15.0. For Next.js, Node.js version &...
aharoJ's user avatar
  • 288
1 vote
2 answers
338 views

I use the Fish shell, using the config from this dotfiles repository: https://github.com/kevinrenskers/dotfiles/tree/main/fish. The problem is that whenever I open a new tab in my terminal, that it ...
Kevin Renskers's user avatar
0 votes
1 answer
238 views

I am trying to bind the key sequence control-h (\ch in fish) to the right arrow key. I know how to bind it to backward-char with bind the normal way, but that poses an issue in my config, since I have ...
Vityou's user avatar
  • 262
0 votes
4 answers
268 views

Ran into an issue when running the following command in a fish shell: ❯ printf '%q\n' 'André Previn & London Symphony Orchestra' %q: invalid conversion specification I hadn't realized at first ...
Drew Daniels's user avatar
0 votes
1 answer
64 views

See previous question, How to pipe on a condition in Bash. I'm interested in the same construct for Fish, i.e. shorthand for: set check 0 if test $check = 1     printf "foo\nbar\nbaz\n" | ...
user12638282's user avatar

15 30 50 per page
1
2 3 4 5
69