a small terminal text editor
Find a file
2023-03-15 23:11:53 +01:00
src add ctrl+g to go to line 2023-03-15 23:11:53 +01:00
.gitignore render cursor position properly after tabs 2023-02-26 01:02:10 +01:00
.rustfmt.toml add .rustfmt.toml 2023-02-26 00:46:25 +01:00
Cargo.lock port to crossterm 2023-03-04 11:26:57 +01:00
Cargo.toml port to crossterm 2023-03-04 11:26:57 +01:00
README.md update README.md 2023-03-13 19:36:00 +01:00

lili text editor

A terminal text editor for Linux. It's built on crossterm so it might partially work on Windows or MacOS but these are not tested and I have no intention of supporting these platforms.

Features:

  • Directory navigation
  • Multiple open files
  • Internal clipboard (not synced with X11 or wayland yet)