Commit Graph

145 Commits

Author SHA1 Message Date
n loewen (aider) f2a07737df fix: Improve status bar dragging and commit message display 2025-06-08 09:08:50 +01:00
n loewen (aider) 1bf45248bd fix: Improve status bar commit message display and resizing 2025-06-08 09:00:28 +01:00
n loewen (aider) c2c678b8b3 fix: Improve status bar rendering and commit message display 2025-06-08 08:57:50 +01:00
n loewen (aider) a804ebe85a fix: Correct scroll percentages and commit message display 2025-06-08 08:55:20 +01:00
n loewen (aider) dba40cbe85 feat: Enhance status bar to display multi-line commit messages with resizable height 2025-06-08 08:52:02 +01:00
n loewen (aider) c945c89b74 feat: Add second status bar with commit details and resizable height 2025-06-08 08:48:29 +01:00
n loewen (aider) 6c319c1570 fix: Add show_line_numbers to AppState initialization 2025-06-08 08:38:16 +01:00
n loewen 850a56a2ff refactor: Simplify color pair initialization and remove unused color pairs 2025-06-08 08:38:07 +01:00
n loewen (aider) 26a10c5dbc fix: Move help_items definition to resolve popup rendering issue 2025-06-08 02:59:09 +01:00
n loewen (aider) ecce880cdb fix: Move help_items definition before height calculation in draw_help_popup 2025-06-08 02:56:06 +01:00
n loewen (aider) 4e07164bdc fix: Dynamically calculate help popup height to show all help items 2025-06-08 02:54:19 +01:00
n loewen (aider) a66b06daab refactor: Remove show_whole_diff flag and simplify diff mode handling 2025-06-08 02:52:59 +01:00
n loewen (aider) f08cae4773 fix: Reload commit content when toggling diff display modes 2025-06-08 02:48:53 +01:00
n loewen (aider) 9eaf186cc9 feat: Modify 'x' and 'a' keys to toggle off deletions/additions in diff mode 2025-06-08 02:44:02 +01:00
n loewen 9687b93326 style: Simplify help text for question mark key 2025-06-08 02:43:59 +01:00
n loewen (aider) 6c44fcea82 feat: Add keyboard shortcuts for toggling diff modes with 'd', 'a', and 'x' 2025-06-08 02:42:28 +01:00
n loewen 4e10b79b8e refactor: Adjust help popup layout and formatting 2025-06-08 02:42:24 +01:00
n loewen (aider) 0ab7482d5d fix: Clear background of help popup to prevent text bleed-through 2025-06-08 02:36:31 +01:00
n loewen (aider) 78eaaf35e2 feat: Add help popup with keyboard shortcuts triggered by "?" 2025-06-08 02:35:03 +01:00
n loewen 8eaad2ae49 fix: Change line number toggle key from 'l' to 'L' 2025-06-08 02:34:58 +01:00
n loewen (aider) c4be052790 feat: Add 'c' and 'C' keys for jumping to next and previous changes 2025-06-08 02:32:18 +01:00
n loewen (aider) a2e78cbea9 feat: Add minimal search functionality to gtm tool
This commit introduces a basic search feature with the following capabilities:
- Press '/' to enter search mode
- Type search query and press Enter to search
- Navigate through matches with 'n' and 'N'
- Highlight search matches in the file view
- Display search match count in status bar
2025-06-08 02:29:25 +01:00
n loewen 386163a5b8 refactor: Remove line number indicator and change line number toggle key 2025-06-08 02:29:07 +01:00
n loewen (aider) 3bf54e38c7 feat: Add support for line numbers in main function signature 2025-06-08 02:21:05 +01:00
n loewen (aider) e4b65b98d1 feat: Add line numbers with color-coded display and toggle option 2025-06-08 02:20:16 +01:00
n loewen (aider) cfa96a436f refactor: Decouple clipboard selection from screen rendering using data model 2025-06-08 02:17:21 +01:00
n loewen 217174c647 style: Refine status bar indicators and spacing for better readability 2025-06-08 02:17:17 +01:00
n loewen (aider) a86704e531 fix: Improve "n" key navigation for change blocks 2025-06-08 02:09:28 +01:00
n loewen (aider) 229a1e9360 fix: Ensure 'n' key works for jumping to next change block 2025-06-08 02:07:13 +01:00
n loewen (aider) 7ff50bb49a fix: Resolve 'n' key navigation issue by using ASCII code 2025-06-08 02:05:47 +01:00
n loewen (aider) d86be60b40 fix: Enable 'n' key navigation across change blocks regardless of focus 2025-06-08 02:03:38 +01:00
n loewen (aider) 84073402e4 refactor: Remove scrollbar change markers and related code 2025-06-08 02:02:18 +01:00
n loewen (aider) bbfba3c644 refactor: Improve change navigation with block-based approach and context scrolling 2025-06-08 02:00:28 +01:00
n loewen (aider) 60b3af9108 feat: Add change navigation with visual markers and keyboard shortcuts 2025-06-08 01:56:52 +01:00
n loewen (aider) 49bc53d16d feat: Add git tracking check for untracked files with helpful error message 2025-06-08 01:53:10 +01:00
n loewen (aider) ed75b6fd37 fix: Implement no-wrap functionality for line display 2025-06-08 01:51:25 +01:00
n loewen (aider) a39c28c099 feat: Implement line wrapping with toggle and CLI option 2025-06-08 01:49:10 +01:00
n loewen (aider) cc25765a41 refactor: Use difflib.SequenceMatcher for improved line matching logic 2025-06-08 01:16:57 +01:00
n loewen (aider) 76e0e8789c refactor: Remove 'm' key mouse toggle functionality 2025-06-08 01:02:42 +01:00
n loewen (aider) ddb1119bb5 refactor: Convert AppState to pure dataclass with functional state management 2025-06-08 00:59:58 +01:00
n loewen 9406908d2f Readme: add notes about keyboard shortcuts 2025-06-08 00:52:46 +01:00
n loewen fb7ae549f4 Replace 'gtm' file with updated version from 'gtm2.py' 2025-06-08 00:49:55 +01:00
n loewen c4699bd275 Update readme 2025-06-08 00:49:13 +01:00
n loewen (aider) 7f34cd86eb fix: Prevent terminal-specific mouse handling crash for nsterm 2025-06-08 00:38:04 +01:00
n loewen (aider) 96f7b80226 feat: Make entire status bar reverse-video with active pane percentage in normal video 2025-06-08 00:29:20 +01:00
n loewen (aider) a87c324020 style: Make commit message in status bar use reverse video 2025-06-08 00:27:45 +01:00
n loewen (aider) 8bae7e1cfe refactor: Use A_REVERSE for consistent status bar highlighting 2025-06-08 00:25:06 +01:00
n loewen (aider) 4e444f4a14 style: Use selected sidebar entry color for status bar 2025-06-08 00:19:03 +01:00
n loewen (aider) c060ba06cd feat: Highlight spaces before and after scroll percentage in status bar 2025-06-08 00:02:07 +01:00
n loewen (aider) 261dc75b95 feat: Add space and highlight active pane scroll percentage 2025-06-08 00:00:04 +01:00