Commit Graph

13 Commits

Author SHA1 Message Date
David Beesley
420da759a7 Readme update: ctrl shift 6 on Mac 2026-01-22 20:36:41 -07:00
David Beesley
cfaa5a1afe Fix/kitty keyboard (#21)
* Add dynamic Kitty protocol tracking, unit tests, and version badge with CI check
2026-01-22 18:13:29 -07:00
David Beesley
0903d8c205 Fix auto-lookback trigger and add version tracking (#20)
* Fix auto-lookback trigger and add version tracking

- Trigger on stdin inactivity instead of render time
- Only dump when new output exists since last dump
- Default timeout 5s -> 15s
- Embed git hash in version output
- Document macOS config path
2026-01-22 15:58:47 -07:00
David Beesley
68c04b5d2c docs: update README for auto-lookback feature and add -a short flag (#8) 2026-01-20 05:46:33 +13:00
David Beesley
e0c04ae8dd feat: add auto lookback mode (#7)
* feat: add auto lookback mode

Automatically shows full terminal history after idle timeout,
returns to truncated view when new output arrives.

- Add auto_lookback_timeout_ms config option (default: 1000ms)
- Add --auto-lookback-timeout CLI flag
- Set to 0 to disable the feature

* intermediate

* auto lookback

---------

Co-authored-by: Ilya Sinkin <ilyasinkin2002@yandex.kz>
2026-01-19 18:33:24 +13:00
David Beesley
a824eaea77 Feature/vt (#6)
VT emulation instead of clipping sync blocks.
2026-01-19 17:40:09 +13:00
David Beesley
c7ab4aa06b Fix/exit display (#4)
* fix exit output
2026-01-18 10:41:57 +13:00
David Beesley
91e0516fe9 Fix/key sequences (#2)
* Change default hotkey to Ctrl+6 and fix ctrl+punctuation handling
* Disable lookback mode when alternate screen is active
2026-01-18 06:17:14 +13:00
David Beesley
76b65add1d Add CI workflow (#1)
* Add CI workflow

* Fix formatting
2026-01-18 06:11:51 +13:00
Dave Beesley
e9f2b03684 commit 2026-01-16 23:14:05 -07:00
Dave Beesley
58f448e05e commit 2026-01-16 22:50:11 -07:00
Dave Beesley
961fc90313 Add CLI, config file support, and configurable lookback key
- Add clap-based CLI with comprehensive help
- Add TOML config support (~/.config/claude-chill.toml)
- Add key_parser for user-friendly key bindings ([ctrl][shift][j])
- Change default lookback key to Ctrl+Shift+J
- Remove unused modules (analyzer, output_processor, script_parser)
- Add MIT LICENSE file
- Add disclaimer to README

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 21:19:49 -07:00
Dave Beesley
9db120e05d commit 2026-01-16 20:19:52 -07:00