ダウンロードリスト

プロジェクト概要

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

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

システム要件

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

リリース時刻: 2009-07-18 17:51
yash 2.12 (2 個のファイル 非表示)

リリースノート

Yet another shell (yash), version 2.12.

This version features the new Emacs-like line-editing. Also includes some big fixes and other modifications.

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

このバージョンでは emacs 風行編集が追加されました。またいくつかのバグ修正と機能変更が行われました。

変更履歴

Yash 2.12

+ Emacs-like line-editing.
+ "bindkey" builtin.
+ The $PROMPT_COMMAND variable now can be an array.
+ The value of the $YASH_AFTER_CD variable is now executed after the working directory was changed.
= The "fg" and "bg" builtin now always sends SIGCONT to the continued job.
= The "exit" builtin now warns about stopped jobs even when executed after the "fg", "bg", "disown" or "wait" builtin.
* In vi-like line-editing, the wrong text was put after 30th yank.
* In vi-like line-editing, the "s" command cannot be used if the cursor is at the beginning of line

Yash 2.12

+ Emacs 風行編集
+ "bindkey" 組込み
+ $PROMPT_COMMAND は配列でもよいように
+ 作業ディレクトリ変更後に $YASH_AFTER_CD を実行するように
= "fg", "bg" 組込みは常に SIGCONT を対象ジョブに送信するように
= "fg", "bg", "disown", "wait" 組込みの後で "exit" しようとしたときも停止中のジョブに関する警告を出すように
* vi 風行編集で、30 回目の yank の後誤ったテキストが put されていた
* vi 風行編集で、カーソルが行頭にあると "s" コマンドが使えなかった