ダウンロードリスト

プロジェクト概要

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

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

システム要件

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

リリース時刻: 2010-11-21 21:22
yash 2.25 (2 個のファイル 非表示)

リリースノート

Yet another shell, version 2.25.

The main program in this version does not have significant changes since the last version, but this version is accompanied by much more completion setting files.

Yet another shell バージョン 2.25 です。

このバージョンではプログラム本体に対する変更はほとんどありませんが、付属する補完設定ファイルが数多く追加されています。

変更履歴

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 変数の値をデフォルトに戻すように

凡例:
=: 仕様変更