Former-commit-id: f1c430bf94bbf67ee3fe42c15df9805e8d7f3eb3 [formerly f4e34a00f33e607bcd7b752f8eec1bb6e79678cc] [formerly 8ba9cd9133ef9a566d691704a6ebe03c3c56cd72 [formerly 063cd4f5ed4d8498b2899e35af45aff07b7775d1]] Former-commit-id: 0b036c023d5f9929c34cb4be078bb493dd476547 [formerly 909ba7a88cbd83b9bd0be5c0813f2c5a91bcf62d] Former-commit-id: add67bf286544c7c7d60d63861b05df82efa073f |
||
---|---|---|
.github | ||
assets | ||
caddy | ||
variables | ||
.babelrc | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.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 | ||
package.json | ||
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