forked from x/ContextOS
opt some
This commit is contained in:
parent
ed68176951
commit
c8f9b1f171
44
etc/init.shy
44
etc/init.shy
@ -25,6 +25,10 @@
|
|||||||
~web
|
~web
|
||||||
config serve meta.dump false
|
config serve meta.dump false
|
||||||
|
|
||||||
|
~web.code
|
||||||
|
github action create type "github" name "q" text "https://github.com/search"
|
||||||
|
github action create type "mdn" name "q" text "https://developer.mozilla.org/zh-CN/search"
|
||||||
|
|
||||||
~web.code.input
|
~web.code.input
|
||||||
# wubi import usr/wubi-dict/wubi86
|
# wubi import usr/wubi-dict/wubi86
|
||||||
wubi import usr/wubi-dict/person
|
wubi import usr/wubi-dict/person
|
||||||
@ -32,10 +36,6 @@
|
|||||||
~web.wiki.alpha
|
~web.wiki.alpha
|
||||||
# alpha import
|
# alpha import
|
||||||
|
|
||||||
~web.code
|
|
||||||
github action create type "github" name "q" text "https://github.com/search"
|
|
||||||
github action create type "mdn" name "q" text "https://developer.mozilla.org/zh-CN/search"
|
|
||||||
|
|
||||||
~web.chat
|
~web.chat
|
||||||
config header title shylinux.com/x/contexts
|
config header title shylinux.com/x/contexts
|
||||||
config footer legal.0 `<a href="mailto:shylinux@163.com">shylinux@163.com</a>`
|
config footer legal.0 `<a href="mailto:shylinux@163.com">shylinux@163.com</a>`
|
||||||
@ -43,26 +43,38 @@
|
|||||||
|
|
||||||
email action create type "163" name "keyword" text "https://mail.163.com"
|
email action create type "163" name "keyword" text "https://mail.163.com"
|
||||||
|
|
||||||
~web.mall
|
|
||||||
# taobao action create type "taobao" name "q" text "https://s.taobao.com/search"
|
|
||||||
# beike action create type "beike" text "https://ke.com/ershoufang/rs"
|
|
||||||
|
|
||||||
~gdb
|
|
||||||
event action listen event dream.create cmd web.code.tmux.session
|
|
||||||
|
|
||||||
|
|
||||||
~yac
|
|
||||||
~cli
|
|
||||||
target web.code.bash
|
|
||||||
|
|
||||||
~web.chat.wx
|
~web.chat.wx
|
||||||
config menu hash ""
|
config menu hash ""
|
||||||
menu create zone home
|
menu create zone home
|
||||||
menu insert zone home title "网站主页" refer "https://shylinux.com"
|
menu insert zone home title "网站主页" refer "https://shylinux.com"
|
||||||
menu insert zone home title "产品工具" refer "https://shylinux.com?river=product"
|
menu insert zone home title "产品工具" refer "https://shylinux.com?river=product"
|
||||||
|
|
||||||
|
~web.mall
|
||||||
|
# taobao action create type "taobao" name "q" text "https://s.taobao.com/search"
|
||||||
|
# beike action create type "beike" text "https://ke.com/ershoufang/rs"
|
||||||
|
|
||||||
|
~cli
|
||||||
|
target web.code.bash
|
||||||
|
|
||||||
|
~ctx
|
||||||
|
|
||||||
|
~lex
|
||||||
|
|
||||||
|
~yac
|
||||||
|
|
||||||
|
~log
|
||||||
|
|
||||||
|
~gdb
|
||||||
|
event action listen event dream.create cmd web.code.tmux.session
|
||||||
|
|
||||||
|
~mdb
|
||||||
|
|
||||||
~ssh
|
~ssh
|
||||||
source local.shy
|
source local.shy
|
||||||
|
~nfs
|
||||||
|
|
||||||
|
~tcp
|
||||||
|
|
||||||
return
|
return
|
||||||
matrix create shy 32 32
|
matrix create shy 32 32
|
||||||
matrix insert shy num num "[0-9]*"
|
matrix insert shy num num "[0-9]*"
|
||||||
|
@ -13,7 +13,6 @@ ish_miss_prepare_compile
|
|||||||
ish_miss_prepare_develop
|
ish_miss_prepare_develop
|
||||||
ish_miss_prepare_install
|
ish_miss_prepare_install
|
||||||
|
|
||||||
ish_miss_prepare release
|
|
||||||
# ish_miss_prepare wubi-dict
|
# ish_miss_prepare wubi-dict
|
||||||
# ish_miss_prepare word-dict
|
# ish_miss_prepare word-dict
|
||||||
|
|
||||||
@ -22,6 +21,7 @@ ish_miss_prepare nginx-story
|
|||||||
ish_miss_prepare golang-story
|
ish_miss_prepare golang-story
|
||||||
ish_miss_prepare redis-story
|
ish_miss_prepare redis-story
|
||||||
ish_miss_prepare mysql-story
|
ish_miss_prepare mysql-story
|
||||||
|
ish_miss_prepare release
|
||||||
|
|
||||||
ish_miss_prepare_contexts
|
ish_miss_prepare_contexts
|
||||||
ish_miss_prepare_intshell
|
ish_miss_prepare_intshell
|
||||||
|
2
go.sum
2
go.sum
@ -5,6 +5,8 @@ github.com/go-sql-driver/mysql v1.5.0 h1:ozyZYNQW3x3HtqT1jira07DN2PArx2v7/mN66gG
|
|||||||
github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
|
github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
|
||||||
github.com/gomodule/redigo v1.8.2 h1:H5XSIre1MB5NbPYFp+i1NBbb5qN1W8Y8YAQoAYbkm8k=
|
github.com/gomodule/redigo v1.8.2 h1:H5XSIre1MB5NbPYFp+i1NBbb5qN1W8Y8YAQoAYbkm8k=
|
||||||
github.com/gomodule/redigo v1.8.2/go.mod h1:P9dn9mFrCBvWhGE1wpxx6fgq7BAeLBk+UUUzlpkBYO0=
|
github.com/gomodule/redigo v1.8.2/go.mod h1:P9dn9mFrCBvWhGE1wpxx6fgq7BAeLBk+UUUzlpkBYO0=
|
||||||
|
github.com/gomodule/redigo v1.8.5 h1:nRAxCa+SVsyjSBrtZmG/cqb6VbTmuRzpg/PoTFlpumc=
|
||||||
|
github.com/gomodule/redigo v1.8.5/go.mod h1:P9dn9mFrCBvWhGE1wpxx6fgq7BAeLBk+UUUzlpkBYO0=
|
||||||
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
|
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
|
||||||
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
|
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
|
||||||
github.com/kr/pty v1.1.8 h1:AkaSdXYQOWeaO3neb8EM634ahkXXe3jYbVh/F9lq+GI=
|
github.com/kr/pty v1.1.8 h1:AkaSdXYQOWeaO3neb8EM634ahkXXe3jYbVh/F9lq+GI=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user