Hi, flatview does not show files with no extension.
Example

Code
My guess would be that it is coused by using the *.* filter in this piece of code.
class Flat(FileSystem):
scheme = 'flat://'
filtertext=""
def __init__(self):
# This is used to exclude folders and include files aka Filters
self.excludes = ['.*']
self.includes = ['*.*'] #<----- here
self.convert_filters()
Thanks
Thanks for this plugin, keep up the good work! 👍
Hi, flatview does not show files with no extension.
Example
Code
My guess would be that it is coused by using the
*.*filter in this piece of code.Thanks
Thanks for this plugin, keep up the good work! 👍