@b0rk Some tricks are almost specific to #bash (I'm #fishshell user), but it's ok
@categulario un 10 para #fishshell
Otro día, otra herramienta de #SoftwareLibre para el #DiaDeLaVisibilidadDelSoftwareLibre . Hoy les quiero hablar de nuestra señora y salvadora: #FishShell .
Como dice su slogan: finalmente, un shell para los 90's
¡Y es que es cierto! muchos shells se fueron por hacer cosas fancy, coloridas, brillantes, pero ¿saben qué? Solo necesitábamos un shell que funcionara, con soporte para control de versiones, buen completado y un lenguaje de scripting razonable.
My search for the bug involving my terminal emulator and my shell didn't work as expected
I still need to learn a lot, but wow, scripting for #FishShell is quite fun. It's like combining the sanity of #Python with the immediacy of a shell. They even have something like pathlib.
Cursed thing of the day: I can type
foobar | :: write a jq command that filters out the fields bla and baz
and hit `Ctrl+g` in fish now, and it will pass everything after :: to @simon ’s `llm` tool, replacing it inline with the generated LLM output.
It works … surprisingly well.
I wrote the fish script with a lot of help by ChatGPT, which went pretty okay for the most part.
https://gist.github.com/Profpatsch/af85283b7a1961fc2d56362a6efa033d
Terminal users!
What you should never forget to install on a fresh linux:
#starship - fancy prompt
#atuin - next-gen shell history
#zoxide - teleport in file system
#fishshell - command line vim keybindings
What are YOUR must have not to feel naked??
Übung scripting in der fish shell erfolgreich.
#fishshell #fishshell4
Levels of #linux filesystem inspection speed!
Level 1.
List a directory content.
$ ls -alh
Level 2.
Get a fancy output, replace ls with eza.
alias ls='eza'
Level 3.
Recursively list directory content
$ alias tree='eza --tree -algh -L 2'
What's your level 4!?
Yazy, dust...?
Die friendly interactive shell
Erstmal die Optik des Prompts anpassen. Oh guck ein vi mode. Cursor und Modusanzeige anpassen. Dumdidumdidum
Ach, die Skriptsprache ist ja recht verständlich...
Toll, wieder ein neues Hobby.
#fishshell released to 4.0.0 5 days ago! its core is now in #rustlang #rust woot!
「 fish’s core code has been ported from C++ to Rust. This means a large change in dependencies and how to build fish. However, there should be no direct impact on users 」
fish
became a bit slower after being ported to rust……time fish -i -c 'for var in (seq 0 999); ls ~ > /dev/null; end; exit'
fish 3.7.1
1.66 s, 1.63 s, 2.00 s
fish 4.0.0
2.28 s, 2.31 s, 2.24 s
#fish-shell #fish4
How have I been using #FishShell for so long and I never knew about the CTRL-R search? What the hell?!
Thanks for the great work you and the rest of the contributors do on this project!
Sembla que #FishShell ha sigut reimplementat en #Rust
M'encantava #FishShell ... Ho sento molt, però ara soc molt fan de #PowerShell ... A #Linux si ...
https://mas.to/@alternativeto/114076888812559502