Timothy J. Warren
cd448f74d6
Fix some issues with search functionality
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
Scroll
Making a text editor in Typescript based on Kilo (Script + Kilo = Scroll). This runs on Bun (v1.0 or later) and Deno (v1.37 or later).
To simplify running, I'm using Just.
- Bun:
just bun-run [filename]
- Deno:
just deno-run [filename]
Development Notes
- Runtime differences are adapted into a common interface
- Runtime implementations are in the
src/deno
andsrc/bun
folders - The main implementation is in
src/common
Description
A Typescript CLI text editor based on Kilo (https://viewsourcecode.org/snaptoken/kilo/) and Hecto (https://www.flenker.blog/hecto/)
Readme
Languages
TypeScript
97.4%
Just
1.9%
Shell
0.7%