sharkdp / hyperfine

A command-line benchmarking tool
Apache License 2.0
22.48k stars 359 forks source link

Add completions for Python scripts #768

Closed EmilyGraceSeville7cf closed 1 week ago

EmilyGraceSeville7cf commented 2 months ago

Summary

Add completions for Python scripts:

image

Features

Requirements

sharkdp commented 1 month ago

Thank you. This is certainly nice for fish users, but to be honest, I don't want to have to maintain completion scripts for all kinds of shells (unless they are auto-generated somehow). For hyperfine itself, sure. But for those Python scripts, it seems too much work for too little benefit (we would also have to package & install these properly, and advertise them in the documentation) — sorry.

EmilyGraceSeville7cf commented 1 month ago

I don't know Python for now (at least yet) so I can't write a code for their automatic generation. Although I am able to support them. However, I see ur point- I can move these completions for Fish shell itself.

sharkdp commented 1 week ago

I can move these completions for Fish shell itself.

That would be great; thank you