ダウンロードリスト

プロジェクト概要

!!! このプロジェクトは GitHub に移動しました !!! https://github.com/magicant/yash

Yet another shell (yash) は POSIX 準拠のコマンドラインシェルです。Bash や zsh などよりも厳密に POSIX に準拠するとともに、対話シェルとして普段使えるようなものを作ることを目指しています。

システム要件

システム要件が設定されていません

リリース時刻: 2010-07-25 17:21
yash 2.22 (2 個のファイル 非表示)

リリースノート

Yet another shell (yash), version 2.22.

The auto-loading feature has been added which automatically loads completion settings on the fly. Completion settings for built-in commands are bundled in this version.

Yet another shell (yash) バージョン 2.22 です。

本バージョンではコマンドライン補完の設定を補完時に自動的に読み込む機能が追加されました。また組込みコマンド用の補完設定が付属しています。

変更履歴

Yash 2.22

+ New "test" builtin operators: -G, -O, -N
+ Completion settings are now autoloaded from $YASH_COMPPATH.
* Fix a bug that was causing a signal received by a just-created subshell to be wrongly ignored.
* Other bug fixes

Legend:
+: new feature
*: bug fix

Yash 2.22

+ "test" 組込みの演算子追加: -G, -O, -N
+ $YASH_COMPPATH からの補完設定の自動読み込み
* サブシェルが生成された直後にシグナルを受信したとき誤ってそれを無視していたのを修正
* その他のバグ修正

凡例:
+: 新機能
*: バグ修正