nix-community / comma

Comma runs software without installing it. [maintainers=@Artturin,@burke,@DavHau]
1.09k stars 48 forks source link

Is there any way to make this faster; there is a noticable startup delay #76

Closed Feel-ix-343 closed 1 month ago

diniamo commented 4 months ago

Not really, use nix run directly if you know the name of the package and want to avoid the delay.

Feel-ix-343 commented 4 months ago

Could comma have caching? No need to run a full search every time - just cache the last command that was successful.

Is it the query that is causing the delay?

diniamo commented 4 months ago

To be honest this could be included as a part of #77

Feel-ix-343 commented 4 months ago

Nice