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: cache some command answers to avoid having to repeat them #123

Closed
XaF opened this issue Sep 11, 2023 · 1 comment
Closed

Feature: cache some command answers to avoid having to repeat them #123

XaF opened this issue Sep 11, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@XaF
Copy link
Owner

XaF commented Sep 11, 2023

Commands such as asdf update, or listing of a specific plugin available versions should be commands that should be cacheable. It would allow omni up to go faster when doing it on multiple repositories using common dependencies for instance.

Something like bkt's retrieve_streaming could allow us to keep the current UI while having bkt handling the caching for us. We could put the stored information in the temp directory of the OS, to be emptied upon reboot.

@XaF XaF added the enhancement New feature or request label Sep 11, 2023
@XaF
Copy link
Owner Author

XaF commented Sep 16, 2023

Fixed by 946d1f0

Discarded using bkt as decided to go for more intentional caching vs. command output caching.

@XaF XaF closed this as completed Sep 16, 2023
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

No branches or pull requests

1 participant