Nushell made shell scripting really enjoyable. I started my journey 15 years back with bash, moved to bash-incompatible fish, never could really used xonsh due to speed.

But, Nushell is a whole another beast! Data really became a first-class citizen, scripting is powerful and fun, integrations are excellent.

#nushell #cli

https://codeberg.org/innocentzer0/pages/src/branch/main/assets/bloggen.nu

Don't y'all love it when your entire #ssg is just a #nushell wrapper over #pandoc πŸ€— (don't be fooled, nushell does a lot of heavy lifting here πŸ™ƒ)

Best module I've defined for #nushell & #hyprland this week:

def hyprrun [ command_run: string ] {
hyprctl eval $"hl.exec_cmd\( \"($command_run)\" \)"
}

Handy when you want to run something in the hyprland context, not your terminal window

I write #java for work, and #rust + #nushell at home. I will absolutely ramble about things I have no idea on :p

loves #reverseengineering and #binaries, will work on anything and everything low level. I love OS level shit, from the desktop ux to driver stability. I will absolutely ramble about #linux #arch and #nixos

I occasionally dabble with functional programming, and will totally not shut up about my #ocaml mmtk port.

As an aside, avid movie watcher, reader, manga enjoyer, anime enjoyer, and fanfic reader.

Here to have fun and enjoy!

The latest Nu shell has fish like abbrevs!

```
$env.config.abbreviations = {
ll: "ls -l"
gs: "git status"
}
```

https://www.nushell.sh/blog/2026-05-23-nushell_v0_113_0.html#added-fish-style-abbreviations

#nushell

Nushell 0.113.0 | Nushell

A new type of shell.

#Nushell 0.113
https://www.nushell.sh/blog/2026-05-23-nushell_v0_113_0.html

Highlights:
* Fast file search with `idx`
* Stream detective mode: `peek`
* Verbose file operations now return tables
* Markdown, now with less AST noise

Nushell 0.113.0 | Nushell

A new type of shell.

RE: https://mastodon.social/@h4ckernews/116623104745963278

I hate #bash for it's syntax, that's why I turned to #Nushell, which is much cleaner and looks a little more like #ruby. But it is not posix-compatible, which is kind of annoying sometimes.

This shell brings the best of both worlds.

Using ruby to do complex shell commands... Gotta try it out!

wtf #nushell kann SQLite lesen? https://www.nushell.sh/commands/docs/query_db.html

Das muss ich ja demnΓ€chst mal ausprobieren.

query db | Nushell

A new type of shell.

πŸ“Œ Nushell: dimentica awk e sed. Questa shell cross-platform legge nativamente JSON, CSV, YAML e SQLite e trasforma ogni pipeline in un flusso di dati strutturati, pronti da filtrare e analizzare.
https://gomoot.com/nushell-la-shell-che-comprende-i-tuoi-dati/

#news #nushell #opensource #Rust #shell