Update 'README.md'

This commit is contained in:
itdominator 2021-02-21 07:35:24 +01:00
parent 733a4eb3e0
commit eee95b1914
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# 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.
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.