diff --git a/etc/miss.sh b/etc/miss.sh index 48deef16..ddef0e60 100644 --- a/etc/miss.sh +++ b/etc/miss.sh @@ -8,15 +8,15 @@ ish_miss_prepare_develop ish_miss_prepare_compile ish_miss_prepare_install -ish_miss_prepare_volcanos -ish_miss_prepare_learning -ish_miss_prepare_icebergs -ish_miss_prepare_toolkits -ish_miss_prepare_intshell ish_miss_prepare_contexts +ish_miss_prepare_intshell +ish_miss_prepare_toolkits +ish_miss_prepare_icebergs +ish_miss_prepare_learning +ish_miss_prepare_volcanos -# ish_miss_prepare wubi-dict -# ish_miss_prepare word-dict +ish_miss_prepare wubi-dict +ish_miss_prepare word-dict ish_miss_prepare linux-story ish_miss_prepare nginx-story @@ -33,4 +33,4 @@ ish_ctx_dev_git_prepare ish_ctx_dev_vim_prepare make -ish_miss_prepare_session miss +ish_miss_prepare_session miss miss diff --git a/src/honor/src/contexts/aaa/aaa.go b/usr/honor/src/contexts/aaa/aaa.go similarity index 100% rename from src/honor/src/contexts/aaa/aaa.go rename to usr/honor/src/contexts/aaa/aaa.go diff --git a/src/honor/src/contexts/cli/cli.go b/usr/honor/src/contexts/cli/cli.go similarity index 100% rename from src/honor/src/contexts/cli/cli.go rename to usr/honor/src/contexts/cli/cli.go diff --git a/src/honor/src/contexts/cli/version.go b/usr/honor/src/contexts/cli/version.go similarity index 100% rename from src/honor/src/contexts/cli/version.go rename to usr/honor/src/contexts/cli/version.go diff --git a/src/honor/src/contexts/ctx/cgi.go b/usr/honor/src/contexts/ctx/cgi.go similarity index 100% rename from src/honor/src/contexts/ctx/cgi.go rename to usr/honor/src/contexts/ctx/cgi.go diff --git a/src/honor/src/contexts/ctx/core.go b/usr/honor/src/contexts/ctx/core.go similarity index 100% rename from src/honor/src/contexts/ctx/core.go rename to usr/honor/src/contexts/ctx/core.go diff --git a/src/honor/src/contexts/ctx/ctx.go b/usr/honor/src/contexts/ctx/ctx.go similarity index 100% rename from src/honor/src/contexts/ctx/ctx.go rename to usr/honor/src/contexts/ctx/ctx.go diff --git a/src/honor/src/contexts/ctx/misc.go b/usr/honor/src/contexts/ctx/misc.go similarity index 100% rename from src/honor/src/contexts/ctx/misc.go rename to usr/honor/src/contexts/ctx/misc.go diff --git a/src/honor/src/contexts/ctx/type.go b/usr/honor/src/contexts/ctx/type.go similarity index 100% rename from src/honor/src/contexts/ctx/type.go rename to usr/honor/src/contexts/ctx/type.go diff --git a/src/honor/src/contexts/gdb/gdb.go b/usr/honor/src/contexts/gdb/gdb.go similarity index 100% rename from src/honor/src/contexts/gdb/gdb.go rename to usr/honor/src/contexts/gdb/gdb.go diff --git a/src/honor/src/contexts/lex/lex.go b/usr/honor/src/contexts/lex/lex.go similarity index 100% rename from src/honor/src/contexts/lex/lex.go rename to usr/honor/src/contexts/lex/lex.go diff --git a/src/honor/src/contexts/log/log.go b/usr/honor/src/contexts/log/log.go similarity index 100% rename from src/honor/src/contexts/log/log.go rename to usr/honor/src/contexts/log/log.go diff --git a/src/honor/src/contexts/mdb/mdb.go b/usr/honor/src/contexts/mdb/mdb.go similarity index 100% rename from src/honor/src/contexts/mdb/mdb.go rename to usr/honor/src/contexts/mdb/mdb.go diff --git a/src/honor/src/contexts/nfs/nfs.go b/usr/honor/src/contexts/nfs/nfs.go similarity index 100% rename from src/honor/src/contexts/nfs/nfs.go rename to usr/honor/src/contexts/nfs/nfs.go diff --git a/src/honor/src/contexts/nfs/term.go b/usr/honor/src/contexts/nfs/term.go similarity index 100% rename from src/honor/src/contexts/nfs/term.go rename to usr/honor/src/contexts/nfs/term.go diff --git a/src/honor/src/contexts/ssh/ssh.go b/usr/honor/src/contexts/ssh/ssh.go similarity index 100% rename from src/honor/src/contexts/ssh/ssh.go rename to usr/honor/src/contexts/ssh/ssh.go diff --git a/src/honor/src/contexts/tcp/tcp.go b/usr/honor/src/contexts/tcp/tcp.go similarity index 100% rename from src/honor/src/contexts/tcp/tcp.go rename to usr/honor/src/contexts/tcp/tcp.go diff --git a/src/honor/src/contexts/web/parse.go b/usr/honor/src/contexts/web/parse.go similarity index 100% rename from src/honor/src/contexts/web/parse.go rename to usr/honor/src/contexts/web/parse.go diff --git a/src/honor/src/contexts/web/web.go b/usr/honor/src/contexts/web/web.go similarity index 100% rename from src/honor/src/contexts/web/web.go rename to usr/honor/src/contexts/web/web.go diff --git a/src/honor/src/contexts/yac/yac.go b/usr/honor/src/contexts/yac/yac.go similarity index 100% rename from src/honor/src/contexts/yac/yac.go rename to usr/honor/src/contexts/yac/yac.go diff --git a/src/honor/src/examples/chat/chat.go b/usr/honor/src/examples/chat/chat.go similarity index 100% rename from src/honor/src/examples/chat/chat.go rename to usr/honor/src/examples/chat/chat.go diff --git a/src/honor/src/examples/chat/feishu/chat.go b/usr/honor/src/examples/chat/feishu/chat.go similarity index 100% rename from src/honor/src/examples/chat/feishu/chat.go rename to usr/honor/src/examples/chat/feishu/chat.go diff --git a/src/honor/src/examples/code/code.go b/usr/honor/src/examples/code/code.go similarity index 100% rename from src/honor/src/examples/code/code.go rename to usr/honor/src/examples/code/code.go diff --git a/src/honor/src/examples/mall/mall.go b/usr/honor/src/examples/mall/mall.go similarity index 100% rename from src/honor/src/examples/mall/mall.go rename to usr/honor/src/examples/mall/mall.go diff --git a/src/honor/src/examples/team/team.go b/usr/honor/src/examples/team/team.go similarity index 100% rename from src/honor/src/examples/team/team.go rename to usr/honor/src/examples/team/team.go diff --git a/src/honor/src/examples/wiki/chart.go b/usr/honor/src/examples/wiki/chart.go similarity index 100% rename from src/honor/src/examples/wiki/chart.go rename to usr/honor/src/examples/wiki/chart.go diff --git a/src/honor/src/examples/wiki/wiki.go b/usr/honor/src/examples/wiki/wiki.go similarity index 100% rename from src/honor/src/examples/wiki/wiki.go rename to usr/honor/src/examples/wiki/wiki.go diff --git a/src/honor/src/extend/findgrep.go b/usr/honor/src/extend/findgrep.go similarity index 100% rename from src/honor/src/extend/findgrep.go rename to usr/honor/src/extend/findgrep.go diff --git a/src/honor/src/extend/shy.go b/usr/honor/src/extend/shy.go similarity index 100% rename from src/honor/src/extend/shy.go rename to usr/honor/src/extend/shy.go diff --git a/src/honor/src/plugin/context/index.go b/usr/honor/src/plugin/context/index.go similarity index 100% rename from src/honor/src/plugin/context/index.go rename to usr/honor/src/plugin/context/index.go diff --git a/src/honor/src/plugin/context/index.js b/usr/honor/src/plugin/context/index.js similarity index 100% rename from src/honor/src/plugin/context/index.js rename to usr/honor/src/plugin/context/index.js diff --git a/src/honor/src/plugin/context/index.shy b/usr/honor/src/plugin/context/index.shy similarity index 100% rename from src/honor/src/plugin/context/index.shy rename to usr/honor/src/plugin/context/index.shy diff --git a/src/honor/src/plugin/context/local.shy b/usr/honor/src/plugin/context/local.shy similarity index 100% rename from src/honor/src/plugin/context/local.shy rename to usr/honor/src/plugin/context/local.shy diff --git a/src/honor/src/plugin/docker/index.css b/usr/honor/src/plugin/docker/index.css similarity index 100% rename from src/honor/src/plugin/docker/index.css rename to usr/honor/src/plugin/docker/index.css diff --git a/src/honor/src/plugin/docker/index.go b/usr/honor/src/plugin/docker/index.go similarity index 100% rename from src/honor/src/plugin/docker/index.go rename to usr/honor/src/plugin/docker/index.go diff --git a/src/honor/src/plugin/docker/index.js b/usr/honor/src/plugin/docker/index.js similarity index 100% rename from src/honor/src/plugin/docker/index.js rename to usr/honor/src/plugin/docker/index.js diff --git a/src/honor/src/plugin/docker/index.shy b/usr/honor/src/plugin/docker/index.shy similarity index 100% rename from src/honor/src/plugin/docker/index.shy rename to usr/honor/src/plugin/docker/index.shy diff --git a/src/honor/src/plugin/dream/index.css b/usr/honor/src/plugin/dream/index.css similarity index 100% rename from src/honor/src/plugin/dream/index.css rename to usr/honor/src/plugin/dream/index.css diff --git a/src/honor/src/plugin/dream/index.go b/usr/honor/src/plugin/dream/index.go similarity index 100% rename from src/honor/src/plugin/dream/index.go rename to usr/honor/src/plugin/dream/index.go diff --git a/src/honor/src/plugin/dream/index.js b/usr/honor/src/plugin/dream/index.js similarity index 100% rename from src/honor/src/plugin/dream/index.js rename to usr/honor/src/plugin/dream/index.js diff --git a/src/honor/src/plugin/dream/index.shy b/usr/honor/src/plugin/dream/index.shy similarity index 100% rename from src/honor/src/plugin/dream/index.shy rename to usr/honor/src/plugin/dream/index.shy diff --git a/src/honor/src/plugin/favor/index.go b/usr/honor/src/plugin/favor/index.go similarity index 100% rename from src/honor/src/plugin/favor/index.go rename to usr/honor/src/plugin/favor/index.go diff --git a/src/honor/src/plugin/favor/index.js b/usr/honor/src/plugin/favor/index.js similarity index 100% rename from src/honor/src/plugin/favor/index.js rename to usr/honor/src/plugin/favor/index.js diff --git a/src/honor/src/plugin/favor/index.shy b/usr/honor/src/plugin/favor/index.shy similarity index 100% rename from src/honor/src/plugin/favor/index.shy rename to usr/honor/src/plugin/favor/index.shy diff --git a/src/honor/src/plugin/favor/local.shy b/usr/honor/src/plugin/favor/local.shy similarity index 100% rename from src/honor/src/plugin/favor/local.shy rename to usr/honor/src/plugin/favor/local.shy diff --git a/src/honor/src/plugin/favor/macro.js b/usr/honor/src/plugin/favor/macro.js similarity index 100% rename from src/honor/src/plugin/favor/macro.js rename to usr/honor/src/plugin/favor/macro.js diff --git a/src/honor/src/plugin/feature/index.css b/usr/honor/src/plugin/feature/index.css similarity index 100% rename from src/honor/src/plugin/feature/index.css rename to usr/honor/src/plugin/feature/index.css diff --git a/src/honor/src/plugin/feature/index.go b/usr/honor/src/plugin/feature/index.go similarity index 100% rename from src/honor/src/plugin/feature/index.go rename to usr/honor/src/plugin/feature/index.go diff --git a/src/honor/src/plugin/feature/index.js b/usr/honor/src/plugin/feature/index.js similarity index 100% rename from src/honor/src/plugin/feature/index.js rename to usr/honor/src/plugin/feature/index.js diff --git a/src/honor/src/plugin/feature/index.shy b/usr/honor/src/plugin/feature/index.shy similarity index 100% rename from src/honor/src/plugin/feature/index.shy rename to usr/honor/src/plugin/feature/index.shy diff --git a/src/honor/src/plugin/love/index.css b/usr/honor/src/plugin/love/index.css similarity index 100% rename from src/honor/src/plugin/love/index.css rename to usr/honor/src/plugin/love/index.css diff --git a/src/honor/src/plugin/love/index.go b/usr/honor/src/plugin/love/index.go similarity index 100% rename from src/honor/src/plugin/love/index.go rename to usr/honor/src/plugin/love/index.go diff --git a/src/honor/src/plugin/love/index.js b/usr/honor/src/plugin/love/index.js similarity index 100% rename from src/honor/src/plugin/love/index.js rename to usr/honor/src/plugin/love/index.js diff --git a/src/honor/src/plugin/love/index.shy b/usr/honor/src/plugin/love/index.shy similarity index 100% rename from src/honor/src/plugin/love/index.shy rename to usr/honor/src/plugin/love/index.shy diff --git a/src/honor/src/plugin/love/local.shy b/usr/honor/src/plugin/love/local.shy similarity index 100% rename from src/honor/src/plugin/love/local.shy rename to usr/honor/src/plugin/love/local.shy diff --git a/src/honor/src/plugin/love/maps.js b/usr/honor/src/plugin/love/maps.js similarity index 100% rename from src/honor/src/plugin/love/maps.js rename to usr/honor/src/plugin/love/maps.js diff --git a/src/honor/src/plugin/love/pics.js b/usr/honor/src/plugin/love/pics.js similarity index 100% rename from src/honor/src/plugin/love/pics.js rename to usr/honor/src/plugin/love/pics.js diff --git a/src/honor/src/plugin/mind/index.css b/usr/honor/src/plugin/mind/index.css similarity index 100% rename from src/honor/src/plugin/mind/index.css rename to usr/honor/src/plugin/mind/index.css diff --git a/src/honor/src/plugin/mind/index.go b/usr/honor/src/plugin/mind/index.go similarity index 100% rename from src/honor/src/plugin/mind/index.go rename to usr/honor/src/plugin/mind/index.go diff --git a/src/honor/src/plugin/mind/index.js b/usr/honor/src/plugin/mind/index.js similarity index 100% rename from src/honor/src/plugin/mind/index.js rename to usr/honor/src/plugin/mind/index.js diff --git a/src/honor/src/plugin/mind/index.shy b/usr/honor/src/plugin/mind/index.shy similarity index 100% rename from src/honor/src/plugin/mind/index.shy rename to usr/honor/src/plugin/mind/index.shy diff --git a/src/honor/src/plugin/mind/local.shy b/usr/honor/src/plugin/mind/local.shy similarity index 100% rename from src/honor/src/plugin/mind/local.shy rename to usr/honor/src/plugin/mind/local.shy diff --git a/src/honor/src/plugin/redis/index.css b/usr/honor/src/plugin/redis/index.css similarity index 100% rename from src/honor/src/plugin/redis/index.css rename to usr/honor/src/plugin/redis/index.css diff --git a/src/honor/src/plugin/redis/index.go b/usr/honor/src/plugin/redis/index.go similarity index 100% rename from src/honor/src/plugin/redis/index.go rename to usr/honor/src/plugin/redis/index.go diff --git a/src/honor/src/plugin/redis/index.js b/usr/honor/src/plugin/redis/index.js similarity index 100% rename from src/honor/src/plugin/redis/index.js rename to usr/honor/src/plugin/redis/index.js diff --git a/src/honor/src/plugin/redis/index.shy b/usr/honor/src/plugin/redis/index.shy similarity index 100% rename from src/honor/src/plugin/redis/index.shy rename to usr/honor/src/plugin/redis/index.shy diff --git a/src/honor/src/plugin/sort/index.go b/usr/honor/src/plugin/sort/index.go similarity index 100% rename from src/honor/src/plugin/sort/index.go rename to usr/honor/src/plugin/sort/index.go diff --git a/src/honor/src/plugin/storage/index.go b/usr/honor/src/plugin/storage/index.go similarity index 100% rename from src/honor/src/plugin/storage/index.go rename to usr/honor/src/plugin/storage/index.go diff --git a/src/honor/src/plugin/storage/index.js b/usr/honor/src/plugin/storage/index.js similarity index 100% rename from src/honor/src/plugin/storage/index.js rename to usr/honor/src/plugin/storage/index.js diff --git a/src/honor/src/plugin/storage/index.shy b/usr/honor/src/plugin/storage/index.shy similarity index 100% rename from src/honor/src/plugin/storage/index.shy rename to usr/honor/src/plugin/storage/index.shy diff --git a/src/honor/src/plugin/storage/local.shy b/usr/honor/src/plugin/storage/local.shy similarity index 100% rename from src/honor/src/plugin/storage/local.shy rename to usr/honor/src/plugin/storage/local.shy diff --git a/src/honor/src/plugin/story/index.css b/usr/honor/src/plugin/story/index.css similarity index 100% rename from src/honor/src/plugin/story/index.css rename to usr/honor/src/plugin/story/index.css diff --git a/src/honor/src/plugin/story/index.go b/usr/honor/src/plugin/story/index.go similarity index 100% rename from src/honor/src/plugin/story/index.go rename to usr/honor/src/plugin/story/index.go diff --git a/src/honor/src/plugin/story/index.js b/usr/honor/src/plugin/story/index.js similarity index 100% rename from src/honor/src/plugin/story/index.js rename to usr/honor/src/plugin/story/index.js diff --git a/src/honor/src/plugin/story/index.shy b/usr/honor/src/plugin/story/index.shy similarity index 100% rename from src/honor/src/plugin/story/index.shy rename to usr/honor/src/plugin/story/index.shy diff --git a/src/honor/src/plugin/task/index.css b/usr/honor/src/plugin/task/index.css similarity index 100% rename from src/honor/src/plugin/task/index.css rename to usr/honor/src/plugin/task/index.css diff --git a/src/honor/src/plugin/task/index.go b/usr/honor/src/plugin/task/index.go similarity index 100% rename from src/honor/src/plugin/task/index.go rename to usr/honor/src/plugin/task/index.go diff --git a/src/honor/src/plugin/task/index.js b/usr/honor/src/plugin/task/index.js similarity index 100% rename from src/honor/src/plugin/task/index.js rename to usr/honor/src/plugin/task/index.js diff --git a/src/honor/src/plugin/task/index.shy b/usr/honor/src/plugin/task/index.shy similarity index 100% rename from src/honor/src/plugin/task/index.shy rename to usr/honor/src/plugin/task/index.shy diff --git a/src/honor/src/plugin/test/index.go b/usr/honor/src/plugin/test/index.go similarity index 100% rename from src/honor/src/plugin/test/index.go rename to usr/honor/src/plugin/test/index.go diff --git a/src/honor/src/plugin/tmux/index.go b/usr/honor/src/plugin/tmux/index.go similarity index 100% rename from src/honor/src/plugin/tmux/index.go rename to usr/honor/src/plugin/tmux/index.go diff --git a/src/honor/src/plugin/tmux/index.js b/usr/honor/src/plugin/tmux/index.js similarity index 100% rename from src/honor/src/plugin/tmux/index.js rename to usr/honor/src/plugin/tmux/index.js diff --git a/src/honor/src/plugin/tmux/index.shy b/usr/honor/src/plugin/tmux/index.shy similarity index 100% rename from src/honor/src/plugin/tmux/index.shy rename to usr/honor/src/plugin/tmux/index.shy diff --git a/src/honor/src/plugin/tmux/local.shy b/usr/honor/src/plugin/tmux/local.shy similarity index 100% rename from src/honor/src/plugin/tmux/local.shy rename to usr/honor/src/plugin/tmux/local.shy diff --git a/src/honor/src/plugin/vim/index.css b/usr/honor/src/plugin/vim/index.css similarity index 100% rename from src/honor/src/plugin/vim/index.css rename to usr/honor/src/plugin/vim/index.css diff --git a/src/honor/src/plugin/vim/index.go b/usr/honor/src/plugin/vim/index.go similarity index 100% rename from src/honor/src/plugin/vim/index.go rename to usr/honor/src/plugin/vim/index.go diff --git a/src/honor/src/plugin/vim/index.js b/usr/honor/src/plugin/vim/index.js similarity index 100% rename from src/honor/src/plugin/vim/index.js rename to usr/honor/src/plugin/vim/index.js diff --git a/src/honor/src/plugin/vim/index.shy b/usr/honor/src/plugin/vim/index.shy similarity index 100% rename from src/honor/src/plugin/vim/index.shy rename to usr/honor/src/plugin/vim/index.shy diff --git a/src/honor/src/plugin/weixin/index.css b/usr/honor/src/plugin/weixin/index.css similarity index 100% rename from src/honor/src/plugin/weixin/index.css rename to usr/honor/src/plugin/weixin/index.css diff --git a/src/honor/src/plugin/weixin/index.go b/usr/honor/src/plugin/weixin/index.go similarity index 100% rename from src/honor/src/plugin/weixin/index.go rename to usr/honor/src/plugin/weixin/index.go diff --git a/src/honor/src/plugin/weixin/index.js b/usr/honor/src/plugin/weixin/index.js similarity index 100% rename from src/honor/src/plugin/weixin/index.js rename to usr/honor/src/plugin/weixin/index.js diff --git a/src/honor/src/plugin/weixin/index.shy b/usr/honor/src/plugin/weixin/index.shy similarity index 100% rename from src/honor/src/plugin/weixin/index.shy rename to usr/honor/src/plugin/weixin/index.shy diff --git a/src/honor/src/plugin/weixin/local.shy b/usr/honor/src/plugin/weixin/local.shy similarity index 100% rename from src/honor/src/plugin/weixin/local.shy rename to usr/honor/src/plugin/weixin/local.shy diff --git a/src/honor/src/plugin/zsh/index.css b/usr/honor/src/plugin/zsh/index.css similarity index 100% rename from src/honor/src/plugin/zsh/index.css rename to usr/honor/src/plugin/zsh/index.css diff --git a/src/honor/src/plugin/zsh/index.go b/usr/honor/src/plugin/zsh/index.go similarity index 100% rename from src/honor/src/plugin/zsh/index.go rename to usr/honor/src/plugin/zsh/index.go diff --git a/src/honor/src/plugin/zsh/index.js b/usr/honor/src/plugin/zsh/index.js similarity index 100% rename from src/honor/src/plugin/zsh/index.js rename to usr/honor/src/plugin/zsh/index.js diff --git a/src/honor/src/plugin/zsh/index.shy b/usr/honor/src/plugin/zsh/index.shy similarity index 100% rename from src/honor/src/plugin/zsh/index.shy rename to usr/honor/src/plugin/zsh/index.shy diff --git a/src/honor/src/support/wuhan/wuhan.go b/usr/honor/src/support/wuhan/wuhan.go similarity index 100% rename from src/honor/src/support/wuhan/wuhan.go rename to usr/honor/src/support/wuhan/wuhan.go diff --git a/src/honor/src/support/wuhan/wuhan.md b/usr/honor/src/support/wuhan/wuhan.md similarity index 100% rename from src/honor/src/support/wuhan/wuhan.md rename to usr/honor/src/support/wuhan/wuhan.md diff --git a/src/honor/src/toolkit/core.go b/usr/honor/src/toolkit/core.go similarity index 100% rename from src/honor/src/toolkit/core.go rename to usr/honor/src/toolkit/core.go diff --git a/src/honor/src/toolkit/misc.go b/usr/honor/src/toolkit/misc.go similarity index 100% rename from src/honor/src/toolkit/misc.go rename to usr/honor/src/toolkit/misc.go diff --git a/src/honor/src/toolkit/shy.go b/usr/honor/src/toolkit/shy.go similarity index 100% rename from src/honor/src/toolkit/shy.go rename to usr/honor/src/toolkit/shy.go diff --git a/src/honor/src/toolkit/type.go b/usr/honor/src/toolkit/type.go similarity index 100% rename from src/honor/src/toolkit/type.go rename to usr/honor/src/toolkit/type.go