- #283 Omit the directory of path on completion by Ctrl-O
- #326 New option:
nyagos.option.tilde_expansion - Fix:
nyagos.option.xxxxxx = truedid not work - Fix #328
start https://...fails (On CMD.EXE, it opens URL with Web Browser) - Impl --read-stdin-as-file to read commands from stdin as a file for #327
- Fix: it sometimes failed to execute GUI application on symblic linked folder
- Fix: Commands with redirect (not pipeline) could not run on background
- Add lua-function: nyagos.fields(TEXT) which splits TEXT with spaces.
- #185 Add
psandkillcommand - #329 Use
float64instead ofintfor the number-type of Lua
- #283 Ctrl-O での補完で、パスでディレクトリを省略するようにした。
- #326 オプション
nyagos.option.tilde_expansionを追加 - Fix:
nyagos.option.xxxxxx = trueが機能していなかった - Fix #328
start https://...で URL をブラウザで開けなかった - #327 のために --read-stdin-as-file を実装(標準入力からファイル扱いでコマンドを読み込む)
- シンボリックリンク先にある GUI アプリケーションの実行が失敗する問題を修正
- (パイプラインではない)リダイレクトがバッググラウンドで起動できなかった不具合を修正
- 文字列を空白で分割する Lua 関数 nyagos.fields を追加
- #185
ps,killコマンドを追加 - #329 Lua用数値型として int ではなく float64 を使うようにした