ダウンロードリスト

プロジェクト概要

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

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

システム要件

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

リリース時刻: 2023-08-20 11:59
yash 2.55 (2 個のファイル 非表示)

リリースノート

Yet another shell, version 2.55.

This may be a final version released on the OSDN site. For future releases, see <https://github.com/magicant/yash/releases>.

Yet another shell バージョン 2.55

今後のリリースは OSDN 上では公開しない可能性があります。最新版は <https://github.com/magicant/yash/releases> を参照してください。

変更履歴

  • Added: line-editing The Enter/Send key now has a default binding to the command the Ctrl-M key is bound to in each mode.
  • Added: line-editing The redraw-all and clear-and-redraw-all commands now can be used with an argument to swap their behavior.
  • Fixed: mistranslation in the Japanese language support.
  • Added: the sample initialization script (yashrc):
    • Code example for binding Ctrl-L to clear-and-redraw-all
  • Added: completion scripts:
    • Completion for git-switch and pass
  • 行編集: Enter/Send キーにデフォルトで Ctrl-M キーと同じコマンドを割り当てるようにした
  • 行編集: redraw-all および clear-and-redraw-all コマンドに引数を与えることで二つのコマンドの動作を逆にできるようにした
  • 日本語エラーメッセージの誤訳を修正
  • 初期化スクリプト (yashrc) のサンプルを更新:
    • Ctrl-L を clear-and-redraw-all に割り当てるサンプルコードを追加
  • 補完スクリプトを更新:
    • git-switch と pass の補完を追加