miss_hit
miss_hit copied to clipboard
debian packages (with built in Fish completions)
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. :)
@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?
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
.
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
I have renamed the ticket to that effect.
And yeah, I am 99% sure I cannot install stuff into /usr like that with PyPi.
I guess I can create a PR to put these completions here and write some instructions on how to install them properly.