Metadata-Version: 2.4
Name: xed-tui
Version: 1.26.4
Summary: Browse, search and resume Claude Code sessions — 4-panel TUI, zero dependencies
Project-URL: Homepage, https://tui.xed.dev
Project-URL: Documentation, https://github.com/XED-dev/TUI/wiki
Project-URL: Repository, https://github.com/XED-dev/TUI
Project-URL: XED /Suite, https://xed.dev
Project-URL: Issues, https://github.com/XED-dev/TUI/issues
Project-URL: Discussions, https://github.com/XED-dev/TUI/discussions
Project-URL: Changelog, https://github.com/XED-dev/TUI/blob/main/CHANGELOG.md
License: MIT
License-File: LICENSE
Keywords: ai-coding,anthropic,claude,claude-code,curses,jsonl,session-browser,session-manager,terminal,tui
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console :: Curses
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# XED /TUI

**Browse, search and resume your Claude Code sessions — right in the terminal.**

> 🇩🇪 Deutsche Version: [de/README.md](https://github.com/XED-dev/TUI/blob/main/de/README.md)

![XED /TUI — 4-Panel Session Browser](https://raw.githubusercontent.com/XED-dev/TUI/main/docs/images/hero.png)

## Install

```bash
curl -fsSL https://tui.xed.dev/install.sh | bash
```

Or: `pipx install xed-tui` · `uv tool install xed-tui` · `brew install xed-dev/xed/xed-tui`

Requires: [Claude Code](https://code.claude.com) installed · Python 3.11+ · Linux, macOS, or WSL

## 30-Second Demo

```bash
xed-tui          # browse all sessions
↑↓  Enter        # navigate and read
/schema           # search across everything
a                 # resume in Claude Code
e                 # write a note
?                 # help (DE/EN/FR/JA/ES)
```

## Why XED /TUI?

| | XED /TUI | Alternatives |
|---|---|---|
| **Dependencies** | ✅ None (Python stdlib) | Go compiler / Node.js |
| **Per-session notes** | ✅ Smart sync | Not available |
| **Markdown rendering** | ✅ Bold, code, tables | Raw text |
| **Multi-language** | ✅ 5 languages | English only |
| **Install time** | ✅ ~5 seconds | Compile required |

---

## Features

- **4-Panel Layout** — Projects · Sessions · Reader · Notes
- **`a` Resume** — start Claude Code with `--resume <uuid>` (CWD automatic)
- **`r` Clipboard** — copy `/resume <uuid>` for a running Claude Code instance
- **`e` Notes** — per-session notes with auto-sync
- **`/` Search** — live full-text search across titles and notes
- **`#` Tags** — label sessions, filter by tag (`/#bugfix`)
- **`Ctrl+R`** — hot-reload, state preserved
- **Multi-language help** — DE / EN / FR / JA / ES

→ Full documentation: [Wiki](https://github.com/XED-dev/TUI/wiki) ·
[Quickstart](https://github.com/XED-dev/TUI/wiki/Installation-EN) ·
[Keybindings](https://github.com/XED-dev/TUI/wiki/Keybindings-EN)

→ Landing page: [tui.xed.dev](https://tui.xed.dev) ·
XED /Suite: [xed.dev](https://xed.dev)

---

## Keybindings

| Key | Action |
|---|---|
| `↑↓` / `j k` | Navigate |
| `Tab` / `← →` | Switch panel |
| `Enter` | Open session |
| `a` | Resume in Claude Code |
| `e` | Edit note |
| `/` | Search |
| `#` | Tags |
| `f` / `n` / `m` | Fullscreen / Notes / Swap |
| `?` | Help (5 languages) |
| `q` | Quit |

→ [All keybindings](https://github.com/XED-dev/TUI/wiki/Keybindings-EN)

---

## Backup

XED /TUI is strictly local — no cloud, no telemetry. The library lives under
`~/.xed/tui/` (archive + state). If you want cross-machine sync or off-site
backups, use the tool of your choice:

- **[Syncthing](https://syncthing.net)** — peer-to-peer sync of `~/.xed/tui/` between your machines
- **rsync** — periodic snapshots to an external drive or remote host
- **[git-annex](https://git-annex.branchable.com)** — versioned history with large-file handling

This is an infrastructure decision, not a tool decision — XED /TUI ships no
built-in sync on purpose.

---

## Contribute

All languages welcome.
→ [CONTRIBUTING.md](https://github.com/XED-dev/TUI/blob/main/CONTRIBUTING.md) ·
[Issues](https://github.com/XED-dev/TUI/issues) ·
[Discussions](https://github.com/XED-dev/TUI/discussions)

*[Collective Context](https://collective-context.org) · MIT License*
