Y
Hacker News
new
|
ask
|
show
|
jobs
by
elcapitan
162 days ago
Or it could cache the parsed manpages or reuse the information that fish already extracts from there for autocompletion?
1 comments
behnamoh
162 days ago
I do use caching on the first trigger of a flag. Maybe I'll add a comprehensive manpage "reading" on the first install to speed things up.
link
elcapitan
161 days ago
That makes sense, or something like `fish_update_completions` that you can call explicitly.
link
behnamoh
161 days ago
That also makes sense! I'll think of a good strategy based on these comments and push to main.
link