miss_hit icon indicating copy to clipboard operation
miss_hit copied to clipboard

debian packages (with built in Fish completions)

Open EmilyGraceSeville7cf opened this issue 2 years ago • 5 comments

What kind of feature is this?

  • New feature in MISS_HIT

Your MATLAB/Octave environment

  • MATLAB or Octave
  • Which release/version

MISS_HIT component affected

  • Style checker
  • Code metrics

Describe the solution you'd like

I suggest you to include these Fish completions to miss_hit. As an author you know better when and how to update them. I can help you in updating of course. :)

EmilyGraceSeville7cf avatar Jan 24 '22 10:01 EmilyGraceSeville7cf

@EmilySeville7cfg I am not sure what action I have to do here. Can you explain it to me (I have no idea what fish is). Do I need to add some files somewhere? Do I need to do something with an external project?

florianschanda avatar Mar 25 '22 12:03 florianschanda

Yes, you have to include these Fish complections for miss_hit. Installer can place them into /usr/share/fish/vendor_completions.d directory. The helper script __fish_list_python_encodings.fish can be placed in /usr/share/fish/vendor_functions.d.

EmilyGraceSeville7cf avatar Mar 25 '22 13:03 EmilyGraceSeville7cf

I have no idea if I can put things in /usr with a PyPi package, but I guess I could also start rolling debian packages... Hmmm

florianschanda avatar Mar 26 '22 16:03 florianschanda

I have renamed the ticket to that effect.

And yeah, I am 99% sure I cannot install stuff into /usr like that with PyPi.

florianschanda avatar Mar 26 '22 16:03 florianschanda

I guess I can create a PR to put these completions here and write some instructions on how to install them properly.

EmilyGraceSeville7cf avatar Dec 12 '23 07:12 EmilyGraceSeville7cf