Commit Graph

22 Commits

Author SHA1 Message Date
4be7be09a7 Fix some issues with line splitting/merging
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
2024-07-10 16:12:39 -04:00
b3bddbb601 Refactor search to work like in hecto, albeit with some bugs with backwards searching
Some checks failed
timw4mail/scroll/pipeline/head There was a failure building this commit
2024-07-09 17:02:16 -04:00
88bf3da4e7 Use Tsx/node implementation for file/terminal_io in Bun runtime
Some checks failed
timw4mail/scroll/pipeline/head There was a failure building this commit
2024-07-09 10:23:25 -04:00
8d2ba868b0 Add new runtime for tsx
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
2024-07-05 15:51:30 -04:00
82bcc72d21 Fix runtime loading
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
2024-07-02 14:50:21 -04:00
32f9ef3bba Revert "Mostly refactor prompt input (search/file saving) to use input loop shared with normal functionality"
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
This reverts commit 9afeed41cd.
2024-07-02 13:41:16 -04:00
9afeed41cd Mostly refactor prompt input (search/file saving) to use input loop shared with normal functionality
Some checks failed
timw4mail/scroll/pipeline/head There was a failure building this commit
2024-06-28 16:45:55 -04:00
f71239ded5 Minor refactoring, add some more comments and tests 2024-06-26 15:45:33 -04:00
ab42873182 Remove buggy FFI implementation in favor of Node API (implemented by Bun and Deno)
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
2024-03-01 11:06:47 -05:00
32e4030a4a Add logging for various FFI/Termios tasks 2023-11-30 11:46:25 -05:00
02be6a133c Refactor everything again 2023-11-29 16:09:58 -05:00
9711202c3b Fix crash on macOS 2023-11-29 14:55:57 -05:00
8ee17f4eef Fix prompt in deno, but break in bun :( 2023-11-27 15:05:48 -05:00
4d54d4bf8a Attempt to fix deno prompt 2023-11-27 11:07:26 -05:00
820d383c3a Get parsed keypresses from input loop 2023-11-24 08:31:51 -05:00
95c979066a Add text insertion 2023-11-21 15:14:08 -05:00
2aaf1c678b Refactor tests to be consistent for both runtimes 2023-11-16 20:57:21 -05:00
8b5fb17603 More tests 2023-11-16 16:00:03 -05:00
301196352a Misc refactoring 2023-11-16 13:00:02 -05:00
f966ebf4ac Move some things around to more logical places, attempt to set up an error log file 2023-11-16 11:10:33 -05:00
61d222a9af Finally get the terminal size via ansi codes for bun 2023-11-10 18:22:09 -05:00
2fcfe4328c Cross-runtime testing 2023-11-03 11:59:58 -04:00