oursh VS busybox-w32

Compare oursh vs busybox-w32 and see what are their differences.

oursh

Your comrade through the perilous world of UNIX. (by nixpulvis)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
oursh busybox-w32
2 16
67 640
- -
5.8 9.2
2 months ago 5 days ago
Rust C
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

oursh

Posts with mentions or reviews of oursh. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-23.
  • Nsh: A fish/bash-like Posix shell in Rust
    9 projects | news.ycombinator.com | 23 Oct 2021
    There is also https://github.com/nixpulvis/oursh which wants to be POSIX compatible with its own extensions. Actually I would prefer if a new shell focuses on bash compatibility.

    If features are integrated, then I would probably want to have something about error handling because it is difficult to get right in bash even with shellcheck¹ and gets just worse when things run in parallel.

    ¹ https://www.shellcheck.net/

  • A Better Shell
    9 projects | news.ycombinator.com | 10 Sep 2021
    A lot of this has to do with the integration between the Terminal and the Shell. A project that came up recently that seems to take on a few of the issues is https://blog.warp.dev/how-warp-works. I've been meaning to write up a proper critique of this project at some point, but I keep getting side-tracked.

    I also want a replacement for `fish`, however it's a pretty tall order to implement what I have in mind, and I got a bit stuck trying to find the right abstractions for background job management in Rust (there's a lot going on). But I genuinely believe a multi-language shell with POSIX support will finally allow us to move forward in the terminal environment. UI/UX issues like ctrl-c, window management, and everything else can be implemented as derivations from POSIX, or additions.

    While somewhat tangential to the main thread of this post, I'll still leave my (incomplete) shell here for anyone who's interested. https://github.com/nixpulvis/oursh. The README has a decent description of features I want off the bat, and there's a bunch of design level issues in the tracker.

    I'll never accept the death of the Terminal environment.

busybox-w32

Posts with mentions or reviews of busybox-w32. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.

What are some alternatives?

When comparing oursh and busybox-w32 you can also consider the following projects:

datastation - App to easily query, script, and visualize data from every database, file, and API.

homebrew-emacs-plus - Emacs Plus formulae for the Homebrew package manager

crosh - Minimal CROss-platform SHell (WIP, code is not real yet)

notty - A new kind of terminal

nsh - A command-line shell like fish, but POSIX compatible.

csvinfo - A small util to show max column lengths for a passed CSV file.

csvquote - Enables common unix utlities like cut, awk, wc, head to work correctly with csv data containing delimiters and newlines

nushell - A new type of shell

awk - Random AWK code

gsh - A POSIX shell for Windows.