update
This commit is contained in:
parent
28933b6af8
commit
ee55a0b016
12 changed files with 885 additions and 1 deletions
22
technology/applications/cli/xt.md
Normal file
22
technology/applications/cli/xt.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
obj: application
|
||||
repo: https://github.com/ahamlinman/xt
|
||||
rev: 2025-01-30
|
||||
---
|
||||
|
||||
# xt
|
||||
xt is a cross-format translator for JSON, MessagePack, TOML, and YAML.
|
||||
|
||||
## Usage
|
||||
Usage: `xt [-f format] [-t format] [file ...]`
|
||||
|
||||
| Option | Description |
|
||||
|---|---|
|
||||
| `-f format` | Skip detection and convert every input from the given format |
|
||||
| `-t format` | Convert to the given format (default: `json`) |
|
||||
|
||||
## Formats
|
||||
- `json`, `j`:
|
||||
- `msgpack`, `m`
|
||||
- `toml`, `t`
|
||||
- `yaml`, `y`
|
Loading…
Add table
Add a link
Reference in a new issue