📂 Web File Browser
Go to file
Henrique Dias c2e23c02ba Remove dist
Former-commit-id: 498415a2160f8e3d191489608d2c1f2d56f60a93 [formerly 6ab279971dfd06bbb22eab0f6b737fd46a8b78ab] [formerly 0ef606eee36233ff5518cc0a5118903e256c01ca [formerly 3b9132a742]]
Former-commit-id: 38434e289d0c31dedd8f7aee2eefe87592893eac [formerly ae126b7b4c29bf3c941eebb349a473f26b8a765c]
Former-commit-id: 23ae62dd0aa3294879500560bd97e22256f95358
2017-07-06 08:26:13 +01:00
.github
assets Remove dist 2017-07-06 08:26:13 +01:00
caddy Updates on auth and db 2017-07-03 08:59:49 +01:00
variables
.babelrc update 2017-07-06 08:12:19 +01:00
.editorconfig
.eslintignore update 2017-07-06 08:12:19 +01:00
.eslintrc.js update 2017-07-06 08:12:19 +01:00
.gitignore More updates 2017-07-06 08:25:09 +01:00
.postcssrc.js update 2017-07-06 08:12:19 +01:00
.travis.yml updates on editor 2017-07-01 08:36:28 +01:00
api.go Correct method for new file/directory 2017-07-04 21:02:46 +01:00
auth.go working better 2017-07-03 15:19:17 +01:00
CODE_OF_CONDUCT.md
command.go Updates on auth and db 2017-07-03 08:59:49 +01:00
download.go working better 2017-07-03 15:19:17 +01:00
file.go Sort working 2017-07-03 18:49:08 +01:00
filemanager.go Updates on auth and db 2017-07-03 08:59:49 +01:00
http.go Fix error 2017-07-04 18:10:41 +01:00
LICENSE.md
package.json More updates 2017-07-06 08:25:09 +01:00
README.md
search.go Updates on auth and db 2017-07-03 08:59:49 +01:00

filemanager

Build Go Report Card Documentation

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