!!! このプロジェクトは GitHub に移動しました !!! https://github.com/magicant/yash
Yet another shell (yash) は POSIX 準拠のコマンドラインシェルです。Bash や zsh などよりも厳密に POSIX に準拠するとともに、対話シェルとして普段使えるようなものを作ることを目指しています。
Yash 2.25
= In the completion candidate list, options are now sorted case-insensitively.
= While executing a completion function, the $IFS is reset to the default value.
Legend:
=: specification change
Yash 2.25
= 補完候補リストにおいてオプションは大文字小文字区別無くまとめるようにした
= 補完関数を実行中は $IFS 変数の値をデフォルトに戻すように
凡例:
=: 仕様変更