Rewrite of EFM for E - out of E tree for now until it's ready to drop into E and be integrated
Go to file
Carsten Haitzler 2958defd9e Import src 2023-06-23 09:02:36 +01:00
data Import src 2023-06-23 09:02:36 +01:00
src Import src 2023-06-23 09:02:36 +01:00
COPYING Import src 2023-06-23 09:02:36 +01:00
README.md Import src 2023-06-23 09:02:36 +01:00
TODO.md Import src 2023-06-23 09:02:36 +01:00
meson.build Import src 2023-06-23 09:02:36 +01:00
sample-open-stdio.txt Import src 2023-06-23 09:02:36 +01:00

README.md

EFM

Remake of Enlightenment's file manager

This redose EFM so it can be used in and out-of-process too in E. This moves the FS layer entirely to a child process that EFM talks to over stdio. The only direct file access is via local "cached" files in $HOME that are intended to always be fast access (the location could move somewhere - but this is the only sane way).