this post was submitted on 28 Sep 2023
313 points (97.0% liked)

Linux

47361 readers
1079 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
313
modern unix (github.com)
submitted 11 months ago* (last edited 11 months ago) by folak@lemmy.world to c/linux@lemmy.ml
 

foss

you are viewing a single comment's thread
view the rest of the comments
[–] lupec@lemm.ee 7 points 11 months ago (2 children)

I just learned about nushell a few days ago and it blew me away. I've always wanted a shell that made manipulating data easier, and with my programming background the functional style just clicked instantly. Been daily driving it for a couple weeks, definitely recommend folks give it a go.

[–] starman@programming.dev 5 points 11 months ago* (last edited 11 months ago) (2 children)

I discovered nushell a week ago and it's my primary shell now too. I miss some completions tho

[–] priapus@sh.itjust.works 3 points 11 months ago (1 children)

You can use carapace to get many of them

[–] starman@programming.dev 2 points 11 months ago

That's really nice, thanks. Can't wait to set it up on my machine.

[–] lupec@lemm.ee 1 points 11 months ago

Yeah, same. For now I just drop into old reliable zsh when I need to l but I love nu so much I might go ahead and look into coming up with the stuff I miss myself.

[–] fartsparkles@sh.itjust.works 5 points 11 months ago (1 children)

It’s incredible, isn’t it? I’m already working on plugins for a variety of tasks so I can fire things off for malware analysis, push tables to data stores, and more. It’s such an obvious evolution of POSIX, I’m surprised it’s not already a standard across all shells.

[–] lupec@lemm.ee 5 points 11 months ago

Yup, it legit changed how I think about interacting with a shell. I've always been kinda terrible at actually learning stuff like awk, sed and company on the long term without needing half a dozen Google searches before they mostly do what I want so actually being able to perform complex operations on whatever input on the fly feels incredible!
It helps so much with API development as well, I've been using it on a side project and having a built-in http client plus auto JSON parsing feels ergonomic in ways that just make me giddy lol.