32 Commits

Author SHA1 Message Date
6a2df0a15d fix: command re-running caused early line truncating 2026-05-05 01:20:38 +03:00
351aa0331b fix: unify all text input behavior, fix cursor navigations
fix: text cursor visual
fix: text delete word
fix: home/end navigation
2026-03-25 01:57:44 +02:00
6b3abbb9d3 refactor: major code reorganization, file splitting, deduping 2026-03-25 01:40:46 +02:00
c4e4d5d0de feat: add reload+clear, delete line, delete all lines 2026-03-25 01:40:46 +02:00
85437c7ce0 feat: add copy as plain 2026-03-17 01:01:40 +02:00
140574e512 feat: command pallete 2026-03-14 23:58:43 +02:00
0c6fc521bc feat: J/K to scroll preview pane 2026-03-14 23:47:53 +02:00
5174073236 feat: resize preview pane with +/- 2026-03-14 23:39:35 +02:00
1bd37227c4 feat: preview window json syntax highlighting 2026-03-14 23:37:32 +02:00
561c98ae02 fix: continue existing filter when entering filter mode 2026-03-14 23:27:36 +02:00
31330513f8 feat: regex filtering + cursor filter navigation 2026-03-14 23:26:00 +02:00
0f67db342f fix: accept all characters when filtering 2026-03-14 23:14:21 +02:00
9df4fb8285 feat: add keybinding 'c' to stop running command 2026-01-26 10:22:37 +02:00
b641616e2c test: add tests 2026-01-25 00:59:35 +02:00
f520a8b4ed feat: add refresh-from-start setting 2026-01-25 00:50:58 +02:00
63b45309b7 feat: add refresh countdown timer 2026-01-25 00:47:42 +02:00
10a92082b6 feat: reset refresh timer after manual refresh 2026-01-25 00:45:38 +02:00
8aaf5148ab feat: stream new output in-place without resetting existing output 2026-01-25 00:42:51 +02:00
347ac34094 fix: streaming cursor position 2026-01-25 00:36:56 +02:00
5703a61ddb fix: esc button behavior 2025-12-31 11:28:08 +02:00
f15b9e2559 feat: add more refresh duration options & formats 2025-12-14 18:04:40 +02:00
66c6599506 feat: properly support streaming commands 2025-12-09 01:24:21 +02:00
9ecf9f74b7 feat: add -i/--interactive mode 2025-12-09 00:48:01 +02:00
4340aa1cc0 refactor: fix lint warnings 2025-12-04 17:26:13 +02:00
ed2f24c0e8 feat: add spinning loader animation 2025-12-04 17:08:38 +02:00
5e1b807105 fix: current line style 2025-12-04 13:22:50 +02:00
51b9e92ddd feat: add exit status to command header 2025-12-04 13:05:26 +02:00
cdd895d19a feat: help overlay window 2025-12-04 12:57:30 +02:00
2619708244 feat: yank line 2025-12-03 23:53:50 +02:00
2d76e43519 feat: update ui with panes & borders 2025-12-03 23:42:36 +02:00
c2b0bc51d0 feat: support fixed/percent preview sizes 2025-12-03 17:34:47 +02:00
d27cefcfd4 feat: initial version 2025-12-03 14:17:51 +02:00