- git.lua: completion for
git add:- unquoto filenames like "\343\201\202\343\201\257\343\201\257"
- support files under untracked directories.
- diskused: shows size like
ls -h - Fix: diskused can not be stoped by Ctrl-C
- Implement: environment variable substring like %ENV:~10,5%
- (#308) Fix: error:
The operation was canceled by the userwhen the executable is placed on the network folder which is not written by true-UNC-Path - Fix:
clonecommand showed security error dialog when nyagos exists on network. - (#389) su: keep drive mounting by SUBST
- (#390) Fixed: Some unicode character from U+2000 to U+2FFF could not be input
- (#390) Fixed: Characters represented by Surrogate pair could not be input
- box.lua: Fix: C-o and ESCAPE erased the user-input-word.
- (#391) subcommand.lua: add gh first level subcommand rule (Thanks to @tsuyoshicho)
- git.lua:
git add向け補完- "\343\201\202\343\201\257\343\201\257"といったファイル名のクォーテーションを解除するようにした
- untrackなディレクトリの下のファイルも補完対象とした
- diskused: サイズ表記を
ls -hのように - diskused が Ctrl-C で止まらなかった不具合を修正
- %ENV:~10,5% のような環境変数抽出を実装
- (#308) UNCパスで表現されていないネットワーク上の GUI 実行ファイルを起動しようとすると
The operation was canceled by the userというエラーになる問題を修正 - nyagos がネットワーク上にある時、clone コマンドでエラーダイアログが出る問題を修正
- (#389) su: SUBST コマンドのドライブマウントを維持するようにした
- (#390) U+2000~U+2FFF の Unicode が入力できない不具合を修正
- (#390) サロゲートペアな文字が入力できない不具合を修正
- box.lua: Ctrl+O→ESCAPE でユーザが入力した単語が消える不具合を修正
- (#391) subcommand.lua: ghコマンド向けサブコマンド補完を追加 (Thanks to @tsuyoshicho)