# Tv

> Use this skill when the user wants to format json data into table view from command line.

- Skill: `javimosch/tv` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/tv`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/tv/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/tv

---


# Tv Plugin

Format JSON data into table view from command line.

## Commands

### Operations
- `tv json format` — format json via tv
- `tv csv format` — format csv via tv
- `tv tsv format` — format tsv via tv
- `tv output save` — save output via tv
- `tv config show` — show config via tv

## Usage Examples
- "tv --help"
- "tv <args>"

## Installation

```bash
cargo install tv
```

## Examples

```bash
tv --version
tv --help
```

## Key Features
- json\n- table\n- formatting

