1
0
forked from x/ContextOS
This commit is contained in:
shylinux 2021-10-12 15:53:49 +08:00
parent bd65de236a
commit 2a6c803505
4 changed files with 31 additions and 25 deletions

View File

@ -8,6 +8,7 @@ ish_sys_cli_alias vi vim
ish_sys_cli_alias t "tmux attach"
ish_sys_path_insert $CTX_ROOT/usr/publish
touch $CTX_ROOT/etc/path
for line in `cat $CTX_ROOT/etc/path`; do
ish_sys_path_insert $line
ish_log_debug "path" $line

View File

@ -28,6 +28,7 @@
~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"
binpack remove
~web.code.input
# wubi import usr/wubi-dict/wubi86

28
go.mod
View File

@ -2,20 +2,20 @@ module shylinux.com/x/contexts
go 1.11
// replace (
// shylinux.com/x/golang-story => ./usr/golang-story
// shylinux.com/x/linux-story => ./usr/linux-story
// shylinux.com/x/mysql-story => ./usr/mysql-story
// shylinux.com/x/nginx-story => ./usr/nginx-story
// shylinux.com/x/redis-story => ./usr/redis-story
// )
//
// replace (
// shylinux.com/x/ice => ./usr/release
// shylinux.com/x/icebergs => ./usr/icebergs
// shylinux.com/x/toolkits => ./usr/toolkits
// )
//
replace (
shylinux.com/x/golang-story => ./usr/golang-story
shylinux.com/x/linux-story => ./usr/linux-story
shylinux.com/x/mysql-story => ./usr/mysql-story
shylinux.com/x/nginx-story => ./usr/nginx-story
shylinux.com/x/redis-story => ./usr/redis-story
)
replace (
shylinux.com/x/ice => ./usr/release
shylinux.com/x/icebergs => ./usr/icebergs
shylinux.com/x/toolkits => ./usr/toolkits
)
require (
shylinux.com/x/golang-story v0.1.4
shylinux.com/x/linux-story v0.1.4

26
go.sum
View File

@ -17,19 +17,23 @@ golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 h1:v+OssWQX+hTHEmOBgwxdZxK4
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
shylinux.com/x/golang-story v0.1.3 h1:K4hOZAJLppKpZdXaCvWWMWp8aBczsElUAQgcXtdifyQ=
shylinux.com/x/golang-story v0.1.3/go.mod h1:9BXt9gpXzu0wr2JdO5E13NdU1NYsLixO7oQZi4w9AWs=
shylinux.com/x/ice v0.2.0 h1:asIC7Ez19d7YDBmn8acxN9xcs877ADkC1U0H+6dkGxc=
shylinux.com/x/golang-story v0.1.4 h1:8YFrCUUfNRqyAp0ihcXNgQLKVtTvmm8pIwe/C8AR3QQ=
shylinux.com/x/golang-story v0.1.4/go.mod h1:E02IxObAxD5uy6GACzZ5bpEuYm8RkKgXXnVJNaZbcU4=
shylinux.com/x/ice v0.2.0/go.mod h1:fYV/AU+bQMWWOt+XIWXFroiXb7tdet2MZxozkO0NKUA=
shylinux.com/x/icebergs v0.4.8 h1:wWkbZjmy2bzY3oqa6DTBRyi2P6eJak6oznz2OnylLAU=
shylinux.com/x/ice v0.2.2 h1:W0lunSNw+yHicqwRGAl8NoZNFviTNP9oK6oR++dlg/Q=
shylinux.com/x/ice v0.2.2/go.mod h1:QNo2InUQh5YaWmwTDDjHu/y1Nt7ch84eIxidzDqTPYU=
shylinux.com/x/icebergs v0.4.8/go.mod h1:TZ6JQtR/FEL/e2bN0uN0rh1o1YsUMzi7ZEQPPvWbF1Q=
shylinux.com/x/linux-story v0.1.3 h1:A4zBOlhtxAlc7Du4UlCnvH6wrI8JoqR90DYHD/F+hWk=
shylinux.com/x/linux-story v0.1.3/go.mod h1:sxRWAN31djIfJVbHiDyXX7ZyP8xbNvN+x5YZGBpY6Fg=
shylinux.com/x/mysql-story v0.1.4 h1:Z59QNZ6PkpLPInxVdmg/lOuUfRAG0bE5SO5Tq9jw1mA=
shylinux.com/x/mysql-story v0.1.4/go.mod h1:Nu7c0d99Fd6bWIXyFwZNV9yK2zqEw9vZcfWssP5Q0xo=
shylinux.com/x/icebergs v0.5.0/go.mod h1:iv3fXIaUWp3LUFLJ4wtOrcHKZchXcujSlf4AkjdQWtA=
shylinux.com/x/icebergs v0.5.1 h1:HF0xa/O6ICqvyBuipBH5gt1iEjK4hn7KUQEmmJU9Xuw=
shylinux.com/x/icebergs v0.5.1/go.mod h1:iv3fXIaUWp3LUFLJ4wtOrcHKZchXcujSlf4AkjdQWtA=
shylinux.com/x/linux-story v0.1.4 h1:GQ9oueIPcEzqSpa8IAR+fRYzhXaDGzSa6okznbbah4A=
shylinux.com/x/linux-story v0.1.4/go.mod h1:9YT2BIZRekLVuTxaq6v9URLcBXlsWVvlWPWyj1kE9g0=
shylinux.com/x/mysql-story v0.1.5 h1:qEXj4O0gjYFPln/Uki2Dv0mVXisnajibQ3ijPut5V+4=
shylinux.com/x/mysql-story v0.1.5/go.mod h1:MGvirA6Tx3USK8muB7BTXTubUAAzPSCSeKrV31Wla4c=
shylinux.com/x/nginx-story v0.1.5 h1:bpeNKCQM+ZOD8ktW0vxzEDl97n1Q/x5fu3xPUiTI9Uw=
shylinux.com/x/nginx-story v0.1.5/go.mod h1:6VeweXZ8dmoNpPNMDQhxfZRC8YACQSyn5dLjN/GZYtc=
shylinux.com/x/redis-story v0.1.5 h1:eTN0b0u0zMtYaBOyI/DYG56/11vVJpkrOnLunEiW0m0=
shylinux.com/x/redis-story v0.1.5/go.mod h1:hPzFFCezglOblAuN1jeQijN9J4o2pc3rhMhDWhmq1sU=
shylinux.com/x/toolkits v0.3.2 h1:i+V3rCFJymwFZ8HBD0esgZkmQ7Q1Y1iK0mIln2UNXGU=
shylinux.com/x/redis-story v0.1.6 h1:YrFgp45/be1S0wUnKUxfxkwIMlxmSBJtZLmiBRe9IhM=
shylinux.com/x/redis-story v0.1.6/go.mod h1:sbCHGyiyDzAriE4GaHo2Zg89cgiLx2EcFDegn2gf4XY=
shylinux.com/x/toolkits v0.3.2/go.mod h1:8LbYHe7oxBIqb6s4MSOD+4d28QvPdvkyCVtwB/JW7AA=
shylinux.com/x/toolkits v0.3.3 h1:yNH54CANAv7cPT264tpnDt9G2BVfGwLC9y3rxtU6pkg=
shylinux.com/x/toolkits v0.3.3/go.mod h1:8LbYHe7oxBIqb6s4MSOD+4d28QvPdvkyCVtwB/JW7AA=