Show HN: Lite – A small, fast text editor
1–10 of 276 posts
Re: Show HN: Lite – A small, fast text editor
#2Re: Show HN: Lite – A small, fast text editor
#3Re: Show HN: Lite – A small, fast text editor
#4edit: 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
#5Any instructions on how to run this on macos?
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 menuRe: Show HN: Lite – A small, fast text editor
#6Any 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
#7But 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
#8Re: Show HN: Lite – A small, fast text editor
#9Re: Show HN: Lite – A small, fast text editor
#10Earlier 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?