Kitty: `kitty` is an Unknown command on macOS

Created on 9 Dec 2018  Â·  2Comments  Â·  Source: kovidgoyal/kitty

I installed view brew cask install kitty. Opened kitty.app. Everything seems find. I started to dig into the docs more and saw several places talking about a CLI tool kitty. I tried to add Fish shell completion using this but get this error.

screen shot 2018-12-08 at 11 04 02 pm

I'm on the latest macOS 10.14.1 & kitty 0.13.1.

What am I doing wrong?

Most helpful comment

@jsatk,
The Homebrew formula installs the kitty application – for me, at least – at /Applications/kitty.app; the kitty executable can then be found at /Applications/kitty.app/Contents/MacOS/kitty.

To include this file in your PATH, you could add it to your PATH variable in your shell startup file, or you could create a symlink in, for example, /usr/local/bin: ln -s /Applications/kitty.app/Contents/MacOS/kitty /usr/local/bin/kitty.

All 2 comments

Sorry I dont support the brew kitty, I have no idea what it does. If you install kitty from the official dmg, it will automatically add a directory to PATH from which kitty is available.

@jsatk,
The Homebrew formula installs the kitty application – for me, at least – at /Applications/kitty.app; the kitty executable can then be found at /Applications/kitty.app/Contents/MacOS/kitty.

To include this file in your PATH, you could add it to your PATH variable in your shell startup file, or you could create a symlink in, for example, /usr/local/bin: ln -s /Applications/kitty.app/Contents/MacOS/kitty /usr/local/bin/kitty.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

reed-jones picture reed-jones  Â·  4Comments

hdriqi picture hdriqi  Â·  3Comments

jasminabasurita picture jasminabasurita  Â·  3Comments

JJGO picture JJGO  Â·  3Comments

metalelf0 picture metalelf0  Â·  4Comments