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
Support completion for which,set,cd,pushd,rmdir and env command. (Thx! ChiyosukeF)
Fix (#353) Stopping OpenSSH with Ctrl-C on password prompt, Escape sequences and etc. are disabled. (Restore console mode for stdout after executing command) (Thx! beepcap)
(#350) Stop calling os.Readlink on ls -F without -l
Support nyagos.complete_for["COMMANDNAME"] = function(args) ... end
Fix (#345) don't work git/svn/hg in subcomplete.lua (Thx! @tsuyoshicho)
Fix io.popen(lua-function) did not work when redirect was used. (Thx! @tsuyoshicho)
Fix (#354) box.lua: history completion did not start with C-X h (Thx! @fushihara)
nyagos.d/catalog/subcomplete.lua supports completion for hub command. (Thx! @tsuyoshicho)