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

Subtree-search #27

Closed
jarun opened this issue May 13, 2017 · 4 comments
Closed

Subtree-search #27

jarun opened this issue May 13, 2017 · 4 comments

Comments

@jarun
Copy link
Owner

jarun commented May 13, 2017

I would like to have this feature coming with nnn. However, I don't want to rewrite locate and don't want to do an on-the-fly match every time (to make it smarter and faster we would need much more than a brute-force search).

The best option is a GUI utility that we can invoke. We use NAME_MAX chars for each dir entry, to show subtrees we'll have to bump it to PATH_MAX. They we would have to render those, make changes in the interface, making life harder than it should be. I have already updated a defect on fsearch I raised on a similar line. However, I am not sure if it would be accepted or would be possible with minimal changes in fsearch.

Opening this defect for suggestions on any similar search utility you guys are aware of.

@zmwangx @shaggytwodope @szlin @fennm

@jarun
Copy link
Owner Author

jarun commented May 15, 2017

It seems catfish serves my purpose very well. It takes the path as argument.

@jarun jarun closed this as completed in 71bc3c7 May 15, 2017
@szlin
Copy link
Collaborator

szlin commented May 15, 2017

There are some CLI search utilities - doodle 1 2 and mlocate 3.

@szlin
Copy link
Collaborator

szlin commented May 15, 2017

Oops, the above message was dropped accidentally due to network issue...

@jarun
Copy link
Owner Author

jarun commented May 15, 2017

I was looking for something GUI. fsearch would have been great but catfish fits the bill very well today.

@lock lock bot locked and limited conversation to collaborators May 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants