rxi / lite

A lightweight text editor written in Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run "lite ." cleanly from the terminal

supertsumu opened this issue · comments

Hi! Started using lite and I love it so far. But I often find myself opening the current directory in light from the terminal using "lite .". This will cause the terminal to host the application and will not be usable until the program terminates. Is there a way to use "lite ." while still being able to use that terminal window? Thanks!

commented

in linux you can use: lite . &

Thanks! I set a alias in my zshrc to execute this and it works perfectly.