# Tmux Deck
tmux-deck is a tmux session manager.
Monitoring multi session Realtime preview.
# Features
- 🗂️ Tmux Session Management(New, Rename, Kill)
- 👀 Realtime Preview
- ⚙️ Easy Configure
# Quick Start
```bash
tmux-deck
```

## Using in tmux popup
Add following key-bind in your `.tmux.conf`, `tmux-deck` would start up on tmux popup.
```bash
bind SPACE run-shell "tmux popup -w80% -h80% -E tmux-deck"
```

# Installation
## `cargo`
```
cargo install tmux-deck
```
## `nix`(Planed)
```
nix run github:takeshid/tmux-deck
```
## download prebuild-binary
```
curl -SL https://github.com/takeshid/markdown-peek
```
# Status
- [x] Session Management(New, Rename, Kill)
- [x] Realtime Preview
- [ ] Search and Filtering(fuzzy find)
- [ ] Saving and Restoring sessions
- [ ] Sort
- [ ] Most Recently Used
- [ ] Alphabet
- [ ] Pinning
- [x] Multi Preview
- [ ] Injection command to pane
- [ ] Zoom preview
- [ ] Pinning
- [ ] Configure
- [ ] Keybinding
- [ ] Layout
- [ ] Color Theme
- Misc
- [ ] LLM Integration
- [ ] Installation for nix
# License
MIT License.
See [LICENSE](LICENSE).