github nyaosorg/nyagos 4.1.0_0

latest releases: 4.4.19_0, 4.4.18_1, 4.4.18_0...
10 years ago
  • Add build-in ln.
  • Add lua-command lns which shows UAC and do ln -s
  • ls -l shows the destination of the symbolic-link.
  • Query continue or not when copy/move failed on one of parameters.
  • New variable: nyagos.histchar: a character for history-substitution (default: !)
    • To disable history-substitution, do nyagos.histchar = nil
  • New variable: nyagos.antihistquot: characters to disable for history-substitution (default: '")
    • Be careful that "!!" is not substituted by DEFAULT.
    • To be compatible with 4.0, do nyagos.antihistquot = [[']]
  • New variable: nyagos.quotation: characters for the completion (default: "').
    • The first character of nyagos.quotation is the default quotation-mark.
    • The others characters are used when an user typed before completion.
    • When nyagos.quotation=[["']]
      • C:\Prog[TAB] is completed to "C:\Program Files\ (" inserted)
      • 'C:\Prog[TAB] is completed to 'C:\Program Files\ (' remains)
      • "C:\Prog[TAB] is completed to "C:\Program Files\ (" remains)

  • 内蔵コマンド ln を追加
  • Lua コマンド lns を追加 (UACを表示後、ln -s を実行する)
  • ls -l でシンボリックリンクの宛先を表示
  • あるファイルでcopy/move 時に失敗した時、以降のファイルを続けるか問合せるようにした。
  • 新変数: nyagos.histchar: ヒストリ置換文字(デフォルト「!」)
    • ヒストリ置換を完全に無効にする場合、nyagos.histchar = nil
  • 新変数: nyagos.antihistquot: ヒストリ置換を抑制する引用符(デフォルト「'"」)
    • 【注意】"!!" は「デフォルト」では置換されなくなりました
    • 4.0互換にするには nyagos.antihistquot = [[']] とする
  • 新変数: nyagos.quotation: 補完でのデリミタ文字(デフォルト「"'」)。
    • nyagos.quotation の最初の文字がデフォルトの引用符となる。
    • 二番目以降の文字は、ユーザが補完前に使用していた場合に採用される
    • nyagos.quotation=[["']]の場合
      • C:\Prog[TAB]"C:\Program Files\ (" が挿入される)
      • 'C:\Prog[TAB]'C:\Program Files\ (' が維持される)
      • "C:\Prog[TAB]"C:\Program Files\ (" が維持される)

Don't miss a new nyagos release

NewReleases is sending notifications on new releases.