Download List

Project Description

!!! 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.

System Requirements

System requirement is not defined

Released at 2023-08-20 11:59
yash 2.55 (2 files Hide)

Release Notes

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> を参照してください。

Changelog

  • 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 の補完を追加