| Crates.io | git-time-machine-tui |
| lib.rs | git-time-machine-tui |
| version | 0.1.1 |
| created_at | 2026-01-13 20:20:37.394515+00 |
| updated_at | 2026-01-13 20:22:42.623192+00 |
| description | A robust TUI for navigating and reverting Git reflog states safe and easy. |
| homepage | |
| repository | https://github.com/pronzzz/time-machine |
| max_upload_size | |
| id | 2041127 |
| size | 68,222 |
time-machine is a robust, fail-safe Terminal User Interface (TUI) for navigating and reverting Git states via the reflog. It turns the intimidating wall of text that is git reflog into an interactive, visual timeline associated with a "Safe Revert" mechanism.
git reset --hard only after securing your current work.cargo install git-time-machine-tui
git clone https://github.com/pronzzz/time-machine
cd time-machine
cargo run
| Key | Action |
|---|---|
↑ / ↓ |
Navigate history |
Enter |
Safe Revert to selected state |
q |
Quit |
This project is licensed under the MIT License - see the LICENSE file for details.