aboutsummaryrefslogtreecommitdiff
path: root/src/Chelleport.hs (unfollow)
Commit message (Expand)Author
2025-01-01Add timing measurement for each section of screenAkshay Nair
2024-12-29Make backspace delete a single character in search + split up key inp...Akshay Nair
2024-12-28Add <c-r> to refresh mode (reload ocr results) + fix search mode rese...Akshay Nair
2024-12-28Refactor mode data typeAkshay Nair
2024-12-28Allow clicking with enterAkshay Nair
2024-12-28Add update flushing to allow showing loading state after showing windowAkshay Nair
2024-12-28Add cli arg parsing for starting in given modeAkshay Nair
2024-12-27Minor refactorAkshay Nair
2024-12-26Minor refactoringAkshay Nair
2024-12-26Add c-hjkl for movement keysAkshay Nair
2024-12-25Refactor state update + test fixesAkshay Nair
2024-12-25Add searching indication text for search mode + a lot of refactoringAkshay Nair
2024-12-25Add <c-n> and <c-p> to walk through matchesAkshay Nair
2024-12-24Add search mode for text based searching with ocrAkshay Nair
2024-12-24Add setup for ocr with tesseractAkshay Nair
2024-12-22Add command to build appimageAkshay Nair
2024-12-22Updates docsAkshay Nair
2024-12-21Add action repetitionAkshay Nair
2024-12-21Minor refactorAkshay Nair
2024-12-21Add C-v to drag n drop within the gridAkshay Nair