添加列名(逗号分隔)
+-J --json 格式化为JSON输出(需要配合-N/--table-columns使用)
-h, --help 显示此帮助
-V, --version 输出版本信息
```
@@ -121,3 +123,54 @@ MemReq Metal3 pin 108.215 159.92
RdWrBar Metal3 pin 87.415 159.92
clock Metal3 pin 74.935 159.92
```
+
+- 添加列名并以JSON格式输出
+
+```shell
+$ column -J -s ":" -N "Username,Password,UID,GID,Gecos,HomeDirectory,Shell" /etc/passwd
+{
+ "table": [
+ {
+ "username": "root",
+ "password": "x",
+ "uid": "0",
+ "gid": "0",
+ "gecos": "root",
+ "homedirectory": "/root",
+ "shell": "/bin/bash"
+ },{
+ "username": "daemon",
+ "password": "x",
+ "uid": "1",
+ "gid": "1",
+ "gecos": "daemon",
+ "homedirectory": "/usr/sbin",
+ "shell": "/usr/sbin/nologin"
+ },{
+ "username": "bin",
+ "password": "x",
+ "uid": "2",
+ "gid": "2",
+ "gecos": "bin",
+ "homedirectory": "/bin",
+ "shell": "/usr/sbin/nologin"
+ },{
+ "username": "sys",
+ "password": "x",
+ "uid": "3",
+ "gid": "3",
+ "gecos": "sys",
+ "homedirectory": "/dev",
+ "shell": "/usr/sbin/nologin"
+ },{
+ "username": "sync",
+ "password": "x",
+ "uid": "4",
+ "gid": "65534",
+ "gecos": "sync",
+ "homedirectory": "/bin",
+ "shell": "/bin/sync"
+ }
+ ]
+}
+```
diff --git a/template/contributors.ejs b/template/contributors.ejs
index 77ec8c5d696..65bfe00654f 100644
--- a/template/contributors.ejs
+++ b/template/contributors.ejs
@@ -18,45 +18,46 @@
-
-
+
+
-
-
-
-
+
+
+
+
-
-
+
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
@@ -65,55 +66,54 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -141,9 +141,10 @@
-
+
+
@@ -173,8 +174,7 @@
-
-
+
数据来源于 GitHub Contributors,使用action-contributors创建。