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.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
itdominator 25a8aa2a2e renamed some parts; restructured some logic for potential ease of switchup in use 1 month ago
src renamed some parts; restructured some logic for potential ease of switchup in use 1 month ago
.gitignore Import cleanup 2 years ago
LICENSE Initial commit 3 years ago
README.md Update 'README.md' 3 years ago

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.