- (#233) Completion for
\\host-name\share-name - (#238) copy: drawing progress
- Support
ENVVARNAME=VALUE COMMAND PARAMETERS.. - Fix the problem temporary filenames on executing batchfile conflict
- (#277) Support set /A
- (#291) Print Process-ID when it is started with
&mark like /bin/sh - (#361) Fix the problem GUI Application's STDOUT could not be redirected
- Implemented
.andsourcefor Linux (using /bin/sh) - readline: fixed cursor-blink-off did not work while user wait.
- Fix:
mklink /J mountPt target-relative-pathmade a broken junction.(Add change path absolute) - Add options:
--chdir "DIR"and--netuse "X:=\\host-name\share-name" - Stop using CMD.EXE on
suto set console-windows' icon nyagos' - Completion: ask completion when more than 100 possibilities exist.
- ps: print
[self]the line where nyagos.exe self exists. - (#272) replace
!(historyNo)@to the directory when the command was executed. - (#130) Support Here Document
- ALT-O expands the path of shortcut(for example: SHORTCUT.lnk) to target-path
- (#368) Fix: Lua function: io.close() did not exist.
- (#332)(#369) Implement r+/w+/a+ mode for io.open
- (#233)
\\host-name\share-nameを補完できるようになった - (#238) copyコマンドで進捗表示をするようにした
環境変数名=値 コマンド名 パラメータ…をサポート- バッチファイル用の一時ファイル名が重複する問題を修正
- (#277) set /a 式を実装
- (#291) バックグラウンド実行のプロセスのIDを表示するようにした
- (#361) GUIアプリの標準出力がリダイレクトできなかった問題を修正
- Linux用の
.とsourceを実装(/bin/sh を想定) - 一行入力で、ユーザが待っている時にカーソルの点滅がオフになっていなかった不具合を修正
mklink /J マウントポイント 相対パスで作るジャンクションが壊れていた(絶対パス化が抜けていた)- 起動オプション
--chdir "DIR"and--netuse "X:=\\host-name\share-name"を追加 suを実行する際にCMD.EXEを使わないようにした(アイコンをNYAGOSのにするため)- 100個を越える補完候補がある時、確認するようにした
- ps: nyagos.exe 自身の行に
[self]と表示するようにした - (#272)
!(ヒストリ番号)@をそのコマンドが実行された時のディレクトリに置換するようにした - (#130) ヒアドキュメントをサポート
- Alt-O でショートカットのパス(例:SHORTCUT.lnk) をリンク先のファイル名に置換するようにした
- (#368) Lua関数 io.close() が未定義だった。
- (#332)(#369) io.open() のモード r+/w+/a+ を実装した。