ShellFM is intended to be a generic python wrapper and structure for handling the filesystem by integrating it into other programs. It makes writing filesystem interactions simpler as exemplified in WebFM.
Go to file
itdominator 25a8aa2a2e renamed some parts; restructured some logic for potential ease of switchup in use 2024-02-04 14:51:50 -06:00
src renamed some parts; restructured some logic for potential ease of switchup in use 2024-02-04 14:51:50 -06:00
.gitignore Import cleanup 2022-02-20 00:35:29 -06:00
LICENSE Initial commit 2021-02-21 07:20:17 +01:00
README.md Update 'README.md' 2021-02-21 07:35:24 +01:00

README.md

ShellFM

ShellFM is intended to be a generic python wrapper and structure for handling the filesystem by integrating it into other programs. It makes writing filesystem interactions simpler as exemplified in WebFM. Right now, it only really supports listing directories (with provided filters) and multiple "window" instances with sub "views" that list different paths. It can handle launching programs and "locking" directories too.