You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UNC Path Cache is saved to ~/appdata/local/nyaos_org/computers.txt rather than ~/appdata/local/nyaos.org/computers.txt because other features use nyaos_org folder.
Sub command completion(complete_for) now matches command-name ignoring its suffix
Compressed the executable by upx.exe
Lua function bit32.* are not available because github.com/BixData/gluabit32 is 404.
Use Windows10's native ansi-escape-sequence through mattn/go-colorable
Fix that echo $(gawk "BEGIN{ print \"\x22\x22\" }") could not print double-quatations