Go to file
Henrique Dias c3c6c8f3d6 Return 0 when there is no error (Golang)
Former-commit-id: e7c4248761e085dd763c7d2fb93e3b364d46cc1f [formerly 59e9b4ed8b656dc61119e7c758fb47ee30c36ad6] [formerly 4e5e9413d14ec8ee0a3a2abbee7f607b15910315 [formerly b214fdd0eb]]
Former-commit-id: 1dc992ecd0b0169e66f854083554ae825ffa3ddf [formerly 65f85346c9875abcaaa0fa97fa8689ebea774f37]
Former-commit-id: aac3de2cf26430814b9db7073b42f5791ff2a566
2017-06-28 19:06:08 +01:00
.github
_assets dist dev delete 2017-06-28 16:18:22 +01:00
caddy Consistency and organisation 2017-06-27 15:35:39 +01:00
cmd/filemanager vue updates ^_^ 2017-06-28 16:05:30 +01:00
frontmatter
variables
.gitignore dist dev delete 2017-06-28 16:18:22 +01:00
.travis.yml
CODE_OF_CONDUCT.md
LICENSE.md
README.md
command.go
download.go Return 0 when there is no error (Golang) 2017-06-28 19:06:08 +01:00
editor.go Return 0 when there is no error (Golang) 2017-06-28 19:06:08 +01:00
file.go vue updates ^_^ 2017-06-28 16:05:30 +01:00
filemanager.go vue updates ^_^ 2017-06-28 16:05:30 +01:00
http.go Return 0 when there is no error (Golang) 2017-06-28 19:06:08 +01:00
page.go Return 0 when there is no error (Golang) 2017-06-28 19:06:08 +01:00
put.go Consistency and organisation 2017-06-27 15:35:39 +01:00
search.go Return 0 when there is no error (Golang) 2017-06-28 19:06:08 +01:00
serve.go Return 0 when there is no error (Golang) 2017-06-28 19:06:08 +01:00

README.md

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