Fish shell completions – fixes

Screenshot of a terminal running the fish shell with tab completion of applications starting with 'te'

A few months ago, I pushed to github a small python script which builds fish commands for each graphical user interface program. So you can type textwrangler_app in your terminal and this will launch the TextWrangler app and tell it to open filename.

Today I pushed a set of fixes to that tool, in particular it should handle properly application names which contain single quotes, it should also use a bit less memory as the list of application paths is not fully loaded into memory.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.