Go to file
Henrique Dias cc462c8bca updates on editor
Former-commit-id: 2928727a06a94c0ea87ed821a472ae662df803d1 [formerly 098bc4234803078aba013f6312d179158194fffb] [formerly d2bb681fe62ba87a29b9866e291fb975489cd3fc [formerly 3d25185a55]]
Former-commit-id: 288ccb95466fbd234d278886800e1d27c54fa8dd [formerly 78c473865b085e97cf435cb230e2afa85559aba0]
Former-commit-id: c5dc56f4d6198c9c306c01573e1a1af5f1827c3a
2017-07-01 08:36:28 +01:00
.github
_assets updates on editor 2017-07-01 08:36:28 +01:00
caddy updates on editor 2017-07-01 08:36:28 +01:00
frontmatter updates on editor 2017-07-01 08:36:28 +01:00
variables
.editorconfig Move fonts and add go to editorconfig 2017-06-30 15:09:00 +01:00
.gitignore pretty updates :) 2017-06-28 19:26:07 +01:00
.travis.yml updates on editor 2017-07-01 08:36:28 +01:00
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
file.go Do this :) 2017-06-30 18:03:08 +01:00
filemanager.go new file and dir (no buttons tho) 2017-06-29 18:55:16 +01:00
http.go updates on editor 2017-07-01 08:36:28 +01:00
page.go Updates :D 2017-06-29 14:16:08 +01:00
put.go solve some back end bugs 2017-06-29 10:17:35 +01:00
search.go Return 0 when there is no error (Golang) 2017-06-28 19:06:08 +01:00
serve.go Improvements and more reliability :) 2017-06-30 17:49:05 +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