Former-commit-id: 987a3c3c697fb3d529634c1a8f66dde0f450f5a1 [formerly ee09941b44acdf0700d756d72e225a161471dcd2] [formerly e0243da57fccd6a4765a2c16e4ee45356d76062f [formerly f2b880dccfd3304ad91d2ff2b89ccf7f4f7e9d7b]] Former-commit-id: 4a1e27fbe8a524a0eb90f7ae157253ba2d6d29a4 [formerly 66a205c72125cf1666468a21097926196214bb0b] Former-commit-id: 3b974ca50af3176bcc6497bbda18deef5347cbe5 |
||
---|---|---|
.github | ||
assets | ||
caddy | ||
variables | ||
.babelrc | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.travis.yml | ||
CODE_OF_CONDUCT.md | ||
LICENSE.md | ||
README.md | ||
auth.go | ||
build.sh | ||
command.go | ||
download.go | ||
file.go | ||
filemanager.go | ||
http.go | ||
package.json | ||
resource.go | ||
search.go | ||
settings.go | ||
users.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