数据

直接在主机上检查和修改配置文件与结构化数据,读取图像元数据,并执行经过校验的计算。

`conf`、`ini`、`json`、`properties`、`toml`、`xml` 和 `yml` 都直接操作文件。`exif` 只读取图像元数据而不修改图像,`math` 则执行计算而不触碰项目文件。

9 个命令
lil-terminal

命令

  • conf直接处理常见的键值与分节配置文件conf <file> [key|options] · conf dump <file>
  • exif图像元数据与 GPS 数据exif <file> [options]
  • ini直接检查、搜索并定点编辑 INI 文件ini <file> [key|options] · ini dump <file>
  • json直接检查、搜索并定点编辑 JSON 文件json <file> [key|options] · json dump <file>
  • math数学常量与函数math <function> [args]
  • properties直接检查、搜索并定点编辑 Java 风格的 properties 文件properties <file> [key|options] · properties dump <file>
  • toml直接处理常见 TOML 配置文件toml <file> [key|options] · toml dump <file>
  • xml直接检查、搜索并定点编辑 XML 文件xml <file> [key|options] · xml dump <file>
  • yml直接处理常见 YAML 配置文件yml <file> [key|options] · yml dump <file>

安装整个分组

下载 setup.lil,即可安装本组所有可安装命令的当前版本。

install conf -v 1.1.5
install exif -v 1.2.3
install ini -v 1.3.5
install json -v 1.3.5
install math -v 1.1.4
install properties -v 1.1.5
install toml -v 1.1.5
install xml -v 1.1.5
install yml -v 1.1.5

已经内置在核心中的命令会自动跳过。

下载 setup.lil ↓