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

Feature Request: Filter directories #465

Closed
aptonline opened this issue Sep 30, 2021 · 3 comments
Closed

Feature Request: Filter directories #465

aptonline opened this issue Sep 30, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@aptonline
Copy link

aptonline commented Sep 30, 2021

I've noticed a lot of tnfs hosts structure their content in directories for example:

Host/Games/Game_Name/Game_File.atr

As the filter option does not filter directories this becomes slow and laborious to locate specific files in large directory structures.

As a FujiNet user it would be useful to have the ability to filter directories as well as files.

BONUS FEATURE: Is it possible to search recursively through all directories from the root of a host to find a file?

@billkendrick
Copy link
Contributor

It appears this would have to be supported by the TNFS server on the other end, although internally inside PlatformIO, it'd need to be replicated to support the same functionality when browsing a local SD card.

@billkendrick billkendrick added the enhancement New feature or request label Aug 16, 2022
@trekawek
Copy link
Contributor

Filtering directories is supported, but the filter needs to end with a slash, e.g.:

Game_Name*/

BONUS FEATURE: Is it possible to search recursively through all directories from the root of a host to find a file?

This has been contributed yesterday :) Please check: #845

@aptonline
Copy link
Author

Filtering directories is supported, but the filter needs to end with a slash, e.g.:

Game_Name*/

BONUS FEATURE: Is it possible to search recursively through all directories from the root of a host to find a file?

This has been contributed yesterday :) Please check: #845

Great news, thanks for letting me know :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants