nushell
elvish
Our great sponsors
nushell | elvish | |
---|---|---|
159 | 35 | |
22,738 | 4,949 | |
1.3% | 0.6% | |
9.9 | 9.4 | |
about 8 hours ago | 5 days ago | |
Rust | Go | |
MIT License | BSD 2-clause "Simplified" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nushell
-
Why should I care wether my shell is POSIX compliant?
I've been using nushell as my daily driver shell for a while. It's still very much in development, but it's got some nice features, like Windows cross compatibility, proper data types, and syntax highlighting
-
FUSTA: quickly & easily edit, slice, 'n dice ((very) large) FASTA files
Now, I guess the deeper question is ‶is the text-based, line-delimited, pipe-oriented, interaction model between programs that don't know each other still relevant″; and we have seen new, more structured, approaches being tested, for instance with PowerShell or NuShell.
-
VanadiumOS: Portable, multi-user Unix-like OS
You can install PowerShell on Linux now, if you like - or there's nushell: https://www.nushell.sh/
-
What’s everyone working on this week (1/2023)?
I'll add the long awaited support for nushell in broot.
-
Telegraph and the Unix Shell
But that and xplr are both programs used within the shell and don't address that the shell is still outputting plain-dumb-dataless-text. https://www.nushell.sh/ promotes right on the homepage Everything is data so it's exciting to see and hope for a better future!
-
Rust-shell: what features you would you like to see in a shell ?
I don't understand what you mean by Graphics integration or graphical frontend. Do you have an example? Instead of du - I recommend dust. The data features - are basically the features of nushell, are you using it? Regarding the variables - excellent idea, I will implement this. What do you mean by menu creation? What syntax would you use for "skip next line"?
-
GNU nano is my editor of choice (2021)
> Different components can integrate and coordinate through standards.
We've tried that and for the most part, it doesn't actually work in practice. Hell, it doesn't even work between standard Unix programs. They don't "integrate and coordinate" at all. They just push unstructured text around, and in some cases that's sufficient to perform some very basic compound tasks.
There is an upcoming project though that tries to make Unix pipelines work the way they are supposed to: Nushell[1]. It has real composability with strongly typed data that flows between commands.
Guess how they're doing it? Yup, that's right: They're building it all as a monolithic system where the entire pipeline is supervised and interpreted by the shell. Unix is too fragmented and standards are too difficult to develop and implement for any other approach to be realistically feasible. "Small programs" are an evolutionary dead end.
-
Like seriously why does not one does it ?
Finally, I really do recommend looking into Nushell. It should give you a much better idea of how a shell could work if it weren't tied to ASCII blobs as its core data type.
If you're discontent with the state of shell scripting, you should give nushell a try: nushell.sh
-
Life is much simpler with bash
If structured data is what excites you about pwsh, you should check out nushell: https://www.nushell.sh/. It is cross-platform like pwsh, and takes a similar approach to structured data, but has a much simpler syntax that I find more readable and much nicer to type than pwsh.
elvish
-
Looking for programming languages created with Go
- https://github.com/elves/elvish
-
Opinion: Rust has the largest learning curve for a non-esoteric programming language.
If you are looking for a more sane *shell* scripting language, Elvish looks promising: https://elv.sh/
-
The comment with the most upvotes decides what language I write my finals in this year will be.
Elvish: https://elv.sh/
-
I'm here to educate you about your worst nightmare
I do this with elvish
-
[Ann] Rivendell updated
Rivendell adds useful functionality to elvish to take your shell to the next level!
-
What is the first thing you do after installing Linux?
Compile elvish-shell
- Pure Bash Bible – A collection of pure bash alternatives to external processes
-
100 Languages Speedrun: Episode 48: Elvish
Elvish is a recent attempt at creating a better shell.
This is absolutely baffling in a shell, as of all the languages in existence, shell scripts simply have to support being piped to | head -n 5 and such! What's even the point of having Unix shell if you can't do something as simple. It looks like it was reported before, and closed without any fix. As far as I can tell, there's no way to even change that in options in Elvish the way you can in Ruby - there's no interface to operating system signals, and there are no specific exception types in Elvish, so if you wrap it in a try block, it will catch all exceptions.
-
Go Fuzzing
Fuzzing is awesome. I just discovered an accidental O(2^n) code path in my project with fuzzing and fixed it: https://github.com/elves/elvish/commit/9cda3f643efafce2df567...
(In case people are curious, the project is a Unix shell, Elvish: https://elv.sh)
What are some alternatives?
fish-shell - The user-friendly command line shell.
starship - ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
PowerShell - PowerShell for every system!
xonsh - :shell: Python-powered, cross-platform, Unix-gazing shell
alacritty - A cross-platform, OpenGL terminal emulator.
volta - Volta: JS Toolchains as Code. ⚡
oil - Oil is a new Unix shell. It's our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!
cobra - A Commander for modern Go CLI interactions
jq - Command-line JSON processor
nvim-nu - Basic editor support for the nushell language
leftwm - A tiling window manager for Adventurers