- #241 Respect the item order in the list returned from
completion_hook(Thx @masamitsu-murase) - #242,#243 Support key combination for Alt+Backspace and Alt+"/". (Thx @masamitsu-murase)
- Remove built-in command
sudo - Add built-in command
more(support color and unicode) - readline: support C-q,C-v (
QUOTED_INSERT) - pwd: add options -L(use PWD from environment) and -P(avoid all symlinks)
- Output
nyagos.dumpif panic occurs. diskused: new command like durmdirprints the progress as before.diskfree: new command like df
- #241
completion_hookで戻るリストの順番が反映されていなかった問題を修正 (Thx @masamitsu-murase) - #242,#243 readline のキーに Alt+Backspace と Alt+"/" を追加 (Thx @masamitsu-murase)
- 内蔵コマンドの sudo を削除
- 内蔵コマンド more を追加(カラー & utf8 サポート)
- 一行入力で
C-q,C-vをサポート(QUOTED_INSERT) - 内蔵コマンド pwd に -P(全てのリンクをたどる) ,-L(環境からPWDを得る) を追加
- パニックが発生した時、nyagos.dump を出力するようにした
diskused: du ライクな新コマンドrmdir: 進捗を表示する仕様を復活させたdiskfree: df ライクな新コマンド