!!! THIS PROJECT HAS MOVED TO GITHUB !!! https://github.com/magicant/yash
Yet another shell (yash) is a POSIX-compliant command line shell, featuring more strict POSIX compliance than those of other shells, as well as powerful command line editing.
Yash 2.23
* Traps are no longer handled during completion to avoid messing up the display.
* Fixed segmentation fault during completion. When the notify option is enabled, the shell was wrongly trying to notify the job status while executing a candidate generator function.
* The "-o verbose" option is now disabled during completion to suppress the auto-loaded script being printed.
Yash 2.23
* コマンドライン補完の途中ではトラップを実行しないようにした (予期せぬコマンドの実行により表示が乱れるのを防ぐため)
* "-o notify" オプションが有効な時、候補生成関数を使用した補完の最中にジョブの状態を出力しようとして不正メモリアクセスしていた
* "-o verbose" オプションが有効な時でも、補完設定の自動読み込み時は読み込んだ内容を出力しないようにした