6 releases

Uses new Rust 2024

new 0.3.0 Mar 23, 2025
0.2.0 Dec 14, 2024
0.1.0 Sep 28, 2024
0.1.0-beta.2 Jul 12, 2024
0.1.0-alpha.1 Apr 13, 2024

#2779 in Command line utilities

Download history 1/week @ 2024-12-04 143/week @ 2024-12-11 8/week @ 2024-12-18 1/week @ 2025-01-08 19/week @ 2025-02-12 110/week @ 2025-03-19

110 downloads per month

GPL-3.0-or-later

3.5MB
66K SLoC

Yash-cli

yash-cli is a command-line interface for the yash shell implementation. This package provides the yash3 binary, which integrates many dependencies into a single executable. It is intended to be used as a standalone shell.

This package also contains the yash-cli library crate, which actually implements the shell. The library is not intended to be used by other programs.

yash-cli at crates.io yash-cli at docs.rs Build status

Versioning

Our semantic versioning policy for this package covers the features of the shell itself. We will increment the minor version number when adding new features (new syntax, new command line options, new built-in utilities, etc.), and the patch version number when fixing bugs. We will increment the major version number when making incompatible changes to the shell's existing features.

Note that the yash-cli library crate is not intended to be used by other programs, so we make any changes to it without following semantic versioning.

License

This crate is distributed under GPLv3.

Dependencies

~8–18MB
~268K SLoC