Former-commit-id: c8e24ec73146144c4d3405f794b012b492a3aa9d [formerly a505f8f7a4ea151ccc0c116fa6df9719528905d1] [formerly f9cff4e146404428d4b811f66634ce1181b89831 [formerly f0e9b2a6339a56196cf0a9b4abd2e7f20def2ae0]] Former-commit-id: e8c459cd608a54e2ce355d173a6639d28a4c097e [formerly b0a78e53c5ac56cd30a90c55f09aa45034e6b808] Former-commit-id: 1e3f803e9bdc5df044a2a8cf9b97dc25235b20bc |
||
---|---|---|
.github | ||
_assets | ||
caddy | ||
variables | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
CODE_OF_CONDUCT.md | ||
LICENSE.md | ||
README.md | ||
api.go | ||
auth.go | ||
command.go | ||
download.go | ||
file.go | ||
filemanager.go | ||
http.go | ||
search.go |
README.md
filemanager
About Search
FileManager allows you to search through your files and it has some options. By default, your search will be something like this:
this are keywords
If you search for that it will look at every file that contains "this", "are" or "keywords" on their name. If you want to search for an exact term, you should surround your search by double quotes:
"this is the name"
That will search for any file that contains "this is the name" on its name. It won't search for each separated term this time.
By default, every search will be case sensitive. Although, you can make a case insensitive search by adding case:insensitive
to the search terms, like this:
this are keywords case:insensitive