You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a folder with lots of sub-folders, from which I only want to see one or two.It would be nice to say 'hide all excluding' instead of having to hide all the other folders.
Describe the Solution
/dir/with/lots/of/folders!foo,bar (or /dir/with/lots/of/folders/*!foo,bar)
This would say, hide everything in folders, except for foo and bar.
Alternatively you could allow negation expressions like in .gitignore:
Describe the Problem
I have a folder with lots of sub-folders, from which I only want to see one or two.It would be nice to say 'hide all excluding' instead of having to hide all the other folders.
Describe the Solution
/dir/with/lots/of/folders!foo,bar (or /dir/with/lots/of/folders/*!foo,bar)
This would say, hide everything in folders, except for foo and bar.
Alternatively you could allow negation expressions like in .gitignore:
[X] /dir/with/lots/of/folders
[X] !/dir/with/lots/of/folders/foo
[X] !/dir/with/lots/of/folders/bar
Which would mean, hide /dir/with/lots/of/folders, but unhide foo and bar.
Alternatives
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: