Former-commit-id: d9458ca4476349fa5e0b707a915b73831169d7df [formerly 9cdbfe890802e77e30703b01c646e80d8f58d827] [formerly 1dc6cc6cc950b405cc7963ebe2ca02663e607863 [formerly a48617de6aeee647c037b067e29e0e458eec43aa]] Former-commit-id: 82886fd8153776755f9fd0849a5dab8ff99aeea9 [formerly d5b79e6b3c049a107542d18834e7514bafa71356] Former-commit-id: 7dea549348decdf929b56d9b597c39b1d35d6d67 |
||
---|---|---|
.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