this post was submitted on 20 Sep 2023
67 points (100.0% liked)

Linux

47237 readers
3343 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
 

What projects are out there seeking to innovate in the terminal and command line space, and improve or revolutionize the terminal environment?

  • NuShell is one such example, a shell that uses structured data in its pipelines. Many other experimental shells out there innovating in different spaces.
  • An even more daring example is DomTerm. It's a terminal emulator with more rich rendering. Supports rich text, images, etc while maintaining xterm compatibility.

Please do not shy from answering projects that are very experimental, early stage, break a lot of backwards compatibility or radically change the current way of doing things.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (1 children)

What problems are you trying to solve?

[–] [email protected] 6 points 1 year ago (1 children)

I like exploring and learning about innovative software.

Sometimes, I don't know about a problem until I find its solution. For example, before ever using the terminal seriously, I never felt I had any problem working with my computer. Nonetheless, the terminal world has given me a lot of enjoyment and solved a lot of problems around navigating a computer and working with it.

[–] [email protected] 5 points 1 year ago

Be aware, most corporate environments running Linux or a UNIX will be using POSIX compliant (or mostly compliant) shells. Fish is fun, but if you aren't comfortable with bash, dash, zsh, and/or AT&T ksh, your time ramping up to supporting the systems will take a lot longer.

Same for those python shells. Handy as hell, but not widely deployed around businesses. So you'd need to be on point with real python skills and POSIX style shells.

If you aren't using, or don't intend to, do any of this for corporate jobs, then sky's the limit and have fun. This is not to say you can't find these in a job somewhere, just that it won't be very common.