# Zsh History

> Use this skill when the user wants to use zsh-history — Zsh history management CLI — search, deduplicate, and export shell history as JSON.

- Skill: `javimosch/zsh-history` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/zsh-history`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/zsh-history/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/zsh-history

---


# zsh-history Plugin

Zsh history management CLI — search, deduplicate, and export shell history as JSON

## Commands
- `zsh-history self version` — Print zsh-history version
- `zsh-history _ _` — Passthrough to zsh-history CLI

## Usage Examples
- `zsh-history self version` — Check installed version
- `zsh-history _ _ --help` — Show zsh-history help
- `zsh-history _ _ --json` — JSON output mode

## Installation
```bash
cargo install zsh-history
```

## Key Features
- zsh, history, rust, cli
- Non-interactive CLI with JSON output support
- Pipeline-ready for automation

