released v1.12.0

This commit is contained in:
jaywcjlove 2022-09-30 15:30:42 +08:00
parent 5f3845f7fe
commit 3ae594b54c
3 changed files with 18 additions and 3 deletions

17
dist/data.json vendored
View File

@ -2,7 +2,7 @@
"7z": { "7z": {
"n": "7z", "n": "7z",
"p": "/7z", "p": "/7z",
"d": "拥有极高压缩比的开源压缩软件。用 7-Zip 解压过zip、iso、7z压缩文件。" "d": "拥有极高压缩比的开源压缩软件。"
}, },
"ab": { "ab": {
"n": "ab", "n": "ab",
@ -19,6 +19,11 @@
"p": "/ack", "p": "/ack",
"d": "比grep好用的文本搜索工具" "d": "比grep好用的文本搜索工具"
}, },
"ag": {
"n": "ag",
"p": "/ag",
"d": "ack 的升级版C语言编写更快更人性化"
},
"alias": { "alias": {
"n": "alias", "n": "alias",
"p": "/alias", "p": "/alias",
@ -884,6 +889,11 @@
"p": "/groupdel", "p": "/groupdel",
"d": "用于删除指定的工作组" "d": "用于删除指定的工作组"
}, },
"groupmems": {
"n": "groupmems",
"p": "/groupmems",
"d": "管理用户主要组的成员"
},
"groupmod": { "groupmod": {
"n": "groupmod", "n": "groupmod",
"p": "/groupmod", "p": "/groupmod",
@ -2849,6 +2859,11 @@
"p": "/xlsfonts", "p": "/xlsfonts",
"d": "列出X Server使用的字体" "d": "列出X Server使用的字体"
}, },
"xrandr": {
"n": "xrandr",
"p": "/xrandr",
"d": "X 窗口系统配置管理工具"
},
"xset": { "xset": {
"n": "xset", "n": "xset",
"p": "/xset", "p": "/xset",

2
dist/data.min.json vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "linux-command", "name": "linux-command",
"version": "1.11.2", "version": "1.12.0",
"description": "Linux Command", "description": "Linux Command",
"homepage": "https://jaywcjlove.github.io/linux-command/", "homepage": "https://jaywcjlove.github.io/linux-command/",
"main": "dist/data.json", "main": "dist/data.json",