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 current folder #256

Closed
lobneroO opened this issue Jun 2, 2024 · 0 comments · Fixed by #266
Closed

[Feature Request] - Filter current folder #256

lobneroO opened this issue Jun 2, 2024 · 0 comments · Fixed by #266
Assignees
Labels
backlog Implementation/fix not planned yet new feature New feature or request
Milestone

Comments

@lobneroO
Copy link

lobneroO commented Jun 2, 2024

Description

There is a search, but that is taking a lot of time in certain directories (possibly it is recursive search?)
There should be a filter option for just the currently displayed files/folders

Changes

Add feature to filter current file/folder list

Implementation

Use '/' as a filter shortcut, as it is very widely used in terminal applications. Once this search is toggled, offer a pop up textfield to enter a filter term. Ideally either with wildcards or regex supported. Add a key for accepting the filter term (e.g. 'Enter'). Only display the filtered items, until the user either changes the directory or disables the filter (new key or again '/' to clear the filter term manually).
Should only be applied to the currently selected side (or perhaps there is a dual filter on top, to filter on both sides). Should only be applied on the current list, no recursive behaviour.

@lobneroO lobneroO added the new feature New feature or request label Jun 2, 2024
@veeso veeso added the backlog Implementation/fix not planned yet label Jun 2, 2024
@veeso veeso added this to the 0.14.0 milestone Jul 8, 2024
@veeso veeso linked a pull request Jul 15, 2024 that will close this issue
4 tasks
@veeso veeso closed this as completed Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Implementation/fix not planned yet new feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants