Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass extra parameters to FileSystem #2

Open
oskretc opened this issue Apr 13, 2018 · 3 comments
Open

Pass extra parameters to FileSystem #2

oskretc opened this issue Apr 13, 2018 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@oskretc
Copy link
Owner

oskretc commented Apr 13, 2018

Hi @mherrmann

I wonder if you have a mechanism to pass extra parameters to a FileSystem

e.g.

My Flat(FileSystem) expect an URL in the form of flat://c:/tmp

let's say I want to add some filtering.
The only way so far I can think of is by using an URL like: flat://c:/tmp?*.txt
where everything after ? will be the filter
This might not be the most efficient way.

Any other options?

@oskretc oskretc added the help wanted Extra attention is needed label Apr 13, 2018
@mherrmann
Copy link
Contributor

Hi @oskretc! The way you suggested is what I would use. This reminds me of fman/#41 in case you haven't seen it yet.

@oskretc
Copy link
Owner Author

oskretc commented Apr 13, 2018

Yes, fman/#41 will definitely be much better, just want it to have something similar in the meantime. I'm also aware of Fuzzy plugin, but don't think working in the quick search window is the best.

I have tried using the above example, but I keep hitting problems when the FileSystem Class is called from multiple places. I don't have the full picture ;)

Anyway, the current release is a bit more usable, once you see the file you are interested in, hitting enter will take you to the folder and highlight the file so you can operate on it.

Have a nice weekend.

@mherrmann
Copy link
Contributor

once you see the file you are interested in, hitting enter will take you to the folder and highlight the file so you can operate on it.

That sounds good!

You too thanks :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants