NYAGOS - 混合命令行 shell
<English> / <Japanese>
NYAGOS - Nihongo Yet Another GOing Shell is a versatile command-line shell that blends bash-like command-line editing with seamless integration of Windows file system paths and batch files. It offers extensive customization through the Lua scripting language and supports modern predictive input features.
%USERPROFILE%\.nyagos.nyagos.key.c_u = "KILL_WHOLE_LINE"
nyagos.key.f1 = function(this) nyagos.exec("start vim.exe") end
Ctrl-P history search and !-style command recall.nyagos.alias["g++"] = "g++.exe -std=gnu++17 $*"
nyagos.alias["lala"] = function(args) nyagos.exec("ls", "-al", unpack(args)) end
nyagos.complete_for["go"] = function(args)
if #args == 2 then
return { "bug", "doc", "fmt", "install", "run", "version",
"build", "env", "generate", "list", "test", "vet",
"clean", "fix", "get", "mod", "tool" }
else
return nil -- file completion
end
end
Ctrl-F or the right arrow key..bat and .cmd) as if executed directly in CMD.exe.C:\path\to\file).copy, move, etc.).%U+XXXX% and $Uxxxx for prompts.ls Command-o option).Download the latest stable release from:
C:> scoop install nyagos
C:> choco install nyagos
If you want to try the latest snapshot version, you can install it via go install:
C:> go install github.com/nyaosorg/nyagos@latest
⚠️ Note: This builds a development snapshot, not the latest stable release.
4.4.x / 4.3.x / 4.2.x / 4.1.x / 4.0.x
You can use, copy and modify under the New BSD License.
develop branch exists at the time of your pull request, please target it. Otherwise, master is fine.nocd5 / mattn / hattya / shiena / atotto / ironsand / kardianos / malys / pine613 / NSP-0123456 / hokorobi / amuramatsu / spiegel-im-spiegel / rururutan / hogewest / cagechi / Matsuyanagi / Shougo / orthographic-pedant / HABATA Katsuyuki / hisomura / tsuyoshicho / rane-hs / hami-jp / 3bch / AoiMoe / DeaR / gracix / orz-- / zkangaroo / maskedw / tyochiai / masamitsu-murase / hazychill / erw7 / tignear / crile / fushihara / ChiyosukeF / beepcap / tostos5963 / sambatriste / terepanda / Takmg / nu8 / tomato3713 / tGqmJHoJKqgK / juggler999 / zztkm / 8exBCYJi5ATL / ousttrue / kgasawa / HAYASHI-Masayuki / naoyaikeda / emisjerry
暂无开放 Issues,或尚未同步最近议题。