Skip to content

2.93_0

Choose a tag to compare

@hymkor hymkor released this 30 May 15:32
· 1 commit to master since this release
  • Lua hook for completion.
  • HIDDEN,SYSTEM-files' color take priority to DIRECTORY's one.
  • Print with '&'
  • New Icon for Windows (Windows)
  • IME-toggle-key Ctrl-\ (Windows)
  • not use temporary files on pipelines from built-in commands' output.
  • [FIX] Color differed between 'ls' and 'ls -l'
  • [FIX] Command execution was continued when it's redirect failed.

  • Lua 関数で、ファイル名以外の文字列を補完候補に含められるようにした。
  • カラー ls での色の付け方を HIDDEN,SYSTEM を DIRECTORY より優先するようにした
  • & で別セッションで実行する時に、<プロセスID>を表示するようにした。
  • 新アイコンを用意。
  • Ctrl-\ で IME の ON/OFF ができるようにした。(Windows のみ)
  • 内蔵コマンドを介するパイプラインで、一時ファイルを使わないようにした。[蟲繕]
  • color-ls のデフォルト配色が、-l の有無で違ってしまう問題を修正
  • リダイレクト失敗の際に、そのままコマンドが実行されてしまう問題を修正