yash VS nosh

Compare yash vs nosh and see what are their differences.

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
yash nosh
6 1
285 15
- -
7.9 0.0
8 days ago 11 months ago
Shell C++
GNU General Public License v3.0 only -
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.

yash

Posts with mentions or reviews of yash. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-27.
  • Yash – Yet Another Shell
    1 project | news.ycombinator.com | 27 Nov 2023
  • Yash: Yet Another Shell
    1 project | news.ycombinator.com | 9 Oct 2023
  • No_color
    5 projects | news.ycombinator.com | 27 May 2023
    And FreeBSD and OpenBSD supply nvi as their vi.

    In contrast, there are plenty of people that push this as a handy default. It's all over the place and sneaks in via all sorts of routes -- very unfortunately for those people who want vi to invoke something that is closer to genuine Joy vi than VIM and NeoVIM are, even in their "compatible" modes.

    Just one example is the default yashrc that is used by the Watanabe shell: https://github.com/magicant/yash/blob/trunk/share/initializa...

    (Yes, this is the default, in the absence of a yashrc file, not the sample yashrc file.)

  • Yash 2.54
    1 project | news.ycombinator.com | 18 May 2023
  • My ultimate shell setup with Fish shell and Tmux
    12 projects | news.ycombinator.com | 22 Apr 2023
    For the ones that love a more lightweight setup I recommend yash [0].

    It is more lightweight than zsh, fish, or bash and comes with a decent auto-completion and line prediction a-la fish.

    I was previously a zsh user. I already tried fish, however, its non-POSIX-compliant was a hard stop for me at the time.

    [0] https://yash.osdn.jp

  • New Names / Renaming for Oil?
    5 projects | /r/oilshell | 29 Aug 2022

nosh

Posts with mentions or reviews of nosh. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-27.
  • No_color
    5 projects | news.ycombinator.com | 27 May 2023
    True. But this is a problem that should be addressed with equal if not far more fervour to pushing some other environment variable.

    Because although the meanings aren't specified the TERM environment variable itself is named in the Single Unix Specification, unlike some other environment variables (even COLORTERM).

    And the TERM=dumb convention is documented widely and long, at least as far back as 1983, in books and in on-line doco.

    * It's in the McGraw-Hill book _Introducing the UNIX System_published in 1983. Amusingly, this uses the C shell setenv syntax to demonstrate setting it, indicating how the C shell was the Bourne Again shell of its time.

    * It's in the 4BSD manual page for TERM(7) from 1985. It's still in the OpenBSD manual page for term(7) to this day: https://man.openbsd.org/term.7 . The 4BSD TERM(7) manual had a list of well-known types, and "dumb terminals with no special features" was one of them. See https://www.tuhs.org/cgi-bin/utree.pl?file=4.3BSD-UWisc/man/... for example.

    * It is the documented default fallback for AT&T Unix System 5 Release 4's tset(1) command when nothing in the the ttytype(5) file matches. "If the serial port is not found in /etc/ttytype, the terminal type is set to dumb." said the USL manual.

    (No, it's not the ncurses tset(1)'s fallback. Bear in mind that the "n" in "ncurses" meant "new". ncurses was a reimplementation. Like many reimplementations, it missed bits of actual System 5 Release 4.)

    * Setting TERM to the right thing instead of a dumb terminal type in order to enable colour is in Coffin's _UNIX System V Release 4 Complete Reference_ published in 1991.

    This is how long and wide a pedigree TERM=dumb has.

    Even I, who is progressive enough that I have joined the bright new future of 1976, with my softwares defaulting to TERM=ansi if it isn't set, document the convention that TERM=dumb meant using no escape or control sequences and just (a few) C0 control codes such as LF and CR. See https://jdebp.uk/Softwares/nosh/guide/commands/TERM.xml and https://github.com/jdebp/nosh/blob/79b1c0aab9834a09a59e15d47... . And yes, I implement that convention. "dumb" gets several mentions at https://jdebp.uk/Softwares/nosh/guide/commands/TerminalCapab... .

What are some alternatives?

When comparing yash and nosh you can also consider the following projects:

liquidprompt - A full-featured & carefully designed adaptive prompt for Bash & Zsh

colorstring - Go (golang) library for colorizing strings for terminal output.

osetup

no_color - Website data for no-color.org

sponge - 🧽 Clean fish history from typos automatically

macos-terminal-themes - Color schemes for default macOS Terminal.app

alacritty - A cross-platform, OpenGL terminal emulator.

bass - Make Bash utilities usable in Fish shell

wezterm - A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust

fzf-tab - Replace zsh's default completion selection menu with fzf!