# lazycut Terminal-based interactive video trimmer. Navigate a video, mark in/out points, and export clips — all from the terminal, no GUI needed. Built in Go. Uses `ffmpeg` for video processing and `chafa` for rendering frames in the terminal. ## Features - Real-time video preview rendered in the terminal - Frame-by-frame and time-based navigation (1s/5s increments; supports repeat like `5l`) - Mark in/out points and export trimmed clips - Aspect ratio control on export - Fully keyboard-driven ## Dependencies - `ffmpeg` — video decoding and export - `chafa` — terminal image rendering ## Install - macOS: `brew install lazycut` - Windows: prebuilt binaries from GitHub releases - Any platform: build from Go source ## References - Source code: https://github.com/emin-ozata/lazycut ## Related -