You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In lem editor, there is a filer command to open the file tree, and get a glance at the file tree.
If i want to create or delete a file in project directory or buffer directory, I have to use another file explorer like ranger in my terminal.
Is there better solution to integrate the file explorer into the lem?
A simple solution is to provide a generic command like execute-shell-in-buffer-directory or something like that, giving the posibility to use touch and mkdir, after the file is created, use open-file... command to open the file in the window.
The text was updated successfully, but these errors were encountered:
It's not that bad to use an external file explorer to operate on file system, like using ranger in a terminal. What i would like to know is: is this the right way to do file system works, or there are btter ways to this work?
In
lem
editor, there is afiler
command to open thefile tree
, and get a glance at the file tree.If i want to create or delete a file in
project directory
orbuffer directory
, I have to use another file explorer likeranger
in my terminal.Is there better solution to integrate the
file explorer
into the lem?A simple solution is to provide a generic command like
execute-shell-in-buffer-directory
or something like that, giving the posibility to usetouch
andmkdir
, after the file is created, useopen-file...
command to open the file in the window.The text was updated successfully, but these errors were encountered: