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
It would be great if it was configurable in the toml file
What use case would this solve?
I'm ok with making changes like this, but would like to have a solid problem in mind that we're trying to solve.
If users are scrolling back through 200+ entries, then that's a failure of search. I don't think the solution there is letting them scroll further, at the cost of slowing down searching.
It seems that the maximum number of search results in the TUI is hardcoded here:
atuin/atuin/src/command/client/search/engines.rs
Line 38 in b115587
It would be great if it was configurable in the toml file, for example with the key
max_results
.If some people feel it's a good idea, I can work on a PR to implement it.
BTW, thank you for this awesome project!
The text was updated successfully, but these errors were encountered: