Live data from Hacker News

Show HN: Lite – A small, fast text editor

github.com

1–10 of 276 posts

Re: Show HN: Lite – A small, fast text editor

#4
If you are interested in small Lua-based text editors, I advise you to take a look at Textadept: https://foicica.com/textadept/ . Specifically as to minimalism: "Relentlessly optimized for speed and minimalism over the years, the editor consists of less than 2000 lines of C code and less than 4000 lines of Lua code." I believe this is a limit that the editor's author self-imposed and keeps to it with an impressive strictness.

edit: though it uses Scintilla for the "engine" and I would assume its LOC count is not counted towards this limit.

Re: Show HN: Lite – A small, fast text editor

#5

Any instructions on how to run this on macos?

on catalina os x; I just went

  git clone https://github.com/rxi/lite.git
  cd lite
  ./build.sh
  ./lite
and an app did start up, but the text gets cut off in the editor window, and I can't quit the app from the menu

Re: Show HN: Lite – A small, fast text editor

#6

Any instructions on how to run this on macos?

on catalina os x; I just went git clone https://github.com/rxi/lite.git cd lite ./build.sh ./lite and an app did start up, but the text gets cut off in the editor window, and I can't quit the app from the menu

Probably adding it to the dock works?

Re: Show HN: Lite – A small, fast text editor

#7
Looks nice.

But upon starting it up I lost all windows decorations (KDE), had to restart my session and lost the things I was working on in my terminals.

How can launching an app cripples the whole desktop ? (not that this have anything to do with the app to me, it's a plasma thing)

First thing I look for was support for vim keybinding, could neovim be used as the backend editor ?

Re: Show HN: Lite – A small, fast text editor

#10
post #6

Earlier quoted context omitted.

on catalina os x; I just went git clone https://github.com/rxi/lite.git cd lite ./build.sh ./lite and an app did start up, but the text gets cut off in the editor window, and I can't quit the app from the menu

Probably adding it to the dock works?

it creates a 348K "Mach-O 64-bit executable x86_64", but I'm not sure how I would add that to the dock. I tried to drag it there with finder, but it would not take it.
Post reply on HN