From eee95b191449bd7713afb7d7c833c76a4bee8060 Mon Sep 17 00:00:00 2001 From: itdominator Date: Sun, 21 Feb 2021 07:35:24 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1856c4c..ad4d34e 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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. \ No newline at end of file