Former-commit-id: 498415a2160f8e3d191489608d2c1f2d56f60a93 [formerly 6ab279971dfd06bbb22eab0f6b737fd46a8b78ab] [formerly 0ef606eee36233ff5518cc0a5118903e256c01ca [formerly 3b9132a74203352c68bd6bd91bb8fbf89beccc83]] Former-commit-id: 38434e289d0c31dedd8f7aee2eefe87592893eac [formerly ae126b7b4c29bf3c941eebb349a473f26b8a765c] Former-commit-id: 23ae62dd0aa3294879500560bd97e22256f95358 |
||
---|---|---|
.github | ||
assets | ||
caddy | ||
variables | ||
.babelrc | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.postcssrc.js | ||
.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