NYAGOS 4.4.0 がリリースされた
NYAGOS 4.4.0 がリリースされた。
変更点は以下の通り。
- Support Linux (experimental)
- Fix the problem that current directories per drive were not inherited to child processes.
- Use the library “mattn/go-tty” instead of “zetamatta/go-getch”
- Stop using msvcrt.dll via “syscall” directly
- On linux, the filename NUL equals /dev/null
- Add lua-variable nyagos.goos
- (#341) Fix an unexpected space is inserted after wide characters
- On Windows10, enable stdout virtual terminal processing always
- If git.exe push disable virtual terminal processing, enable again.
- (#339) Fix that wildcard pattern .??* matches ..
- It requires github.com/zetamatta/go-findfile tagged 20181223-2
- Linux サポート(実験レベル)
- ドライブ毎のカレントディレクトリが子プロセスに継承されなかった問題を修正
- ライブラリ “zetamatta/go-getch” のかわりに “mattn/go-tty” を使うようにした
- msvcrt.dll を直接syscall経由で使わないようにした。
- Linux でも NUL を /dev/null 相当へ
- Lua変数 nyagos.goos を追加
- (#341) Windows10で全角文字の前に文字を挿入すると、不要な空白が入る不具合を修正
- それに伴い、Windows10 では virtual terminal processing を常に有効に
- git.exe pushが無効にしても再び有効にする
- (#339) ワイルドカード .??* が .. にマッチする問題を修正
- 要 github.com/zetamatta/go-findfile tagged 20181230-2
- Remove beta
- To call a batchfile, stop to use
/V:ON
for CMD.EXE
- βを外した
- バッチファイルを呼ぶ時に、
/V:ON
を CMD.EXE に使わないようにした
via
Release 4.4.0_0
実験レベルながら Linux に対応したですよ。 これって Windows を捨てようとしている私へのご褒美? 正直に言って Linux に移行する際の shell をどうしようか悩んでたのよ1。 まぁ,当分先の話だが。
【追記 2019-01-19】 NYAGOS 4.4.0_1 がリリースされた
- Abolished “–go-colorable” and “–enable-virtual-terminal-processing”
- Implemented
killall
- Implemented
copy
andmove
for Linux- (#351) Fix that
END
(andF11
) key did not work
- “–go-colorable” と “–enable-virtual-terminal-processing” を廃止
killall
コマンドを実装- Linux用の
copy
とmove
を実装- (#351)
END
とF11
キーが動作もキー割り当てもできなかった不具合を修正
via
Release 4.4.0_1