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]: Sort the paths by file names #23

Closed
ParthJadhav opened this issue Nov 13, 2022 · 2 comments · Fixed by #24
Closed

[Feature]: Sort the paths by file names #23

ParthJadhav opened this issue Nov 13, 2022 · 2 comments · Fixed by #24
Labels
enhancement New feature or request

Comments

@ParthJadhav
Copy link
Owner

Currently the results are scattered & random.

Eg:

Current output:
Search input: "a"
Search output: ["man", "cat", "ant", "ban", "tan"]

Expected result with .sort(true) :
Search input: "a"
Search output: ["ant", "ban", "cat", "man", "tan"]

@ParthJadhav ParthJadhav added the enhancement New feature or request label Nov 13, 2022
@ParthJadhav
Copy link
Owner Author

Hey @TheAwiteb , I'm working on this. If you have any suggestions or options. Please let me know 😄

@ParthJadhav
Copy link
Owner Author

Inspiration: https://github.com/jessegrosjean/jwalk

@ParthJadhav ParthJadhav linked a pull request Nov 15, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant