Eugeny / tabby

A terminal for a more modern age
https://tabby.sh
MIT License
58.34k stars 3.36k forks source link

tabby Command Not Found #5371

Open zzj0402 opened 2 years ago

zzj0402 commented 2 years ago

Describe the problem: I am trying to write up a plugin for tabby, an awesome terminal. I am following https://github.com/Eugeny/tabby/blob/master/HACKING.md#plugins but the debug script returns

% TABBY_PLUGINS=$(pwd) tabby --debug
zsh: command not found: tabby

To Reproduce:

  1. clone tabby
  2. angular new a plugin project
  3. run TABBY_PLUGINS=$(pwd) tabby --debug
Eugeny commented 2 years ago

If you are on Windows or macOS, you need to use the full path to Tabby binary instead.

lonnywong commented 1 year ago

TABBY_PLUGINS=$(pwd) /Applications/Tabby.app/Contents/MacOS/Tabby --inspect works for me.

IvRogoz commented 9 months ago

TABBY_PLUGINS=$(pwd) : The term 'TABBY_PLUGINS=$(pwd)' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.

Even if full path is provided

tonugshangxiang commented 4 months ago

If you still have problems with the brothers can look at this file: app/src/plugins.ts below the initModuleLookup method, you know that in fact, the system will load a custom environment variable to load the offline plugin