From within the Windows environment, use one of the following methods to launch Komodo:
To start Komodo from a command prompt, enter:
komodo [options] [filenames]
Multiple filenames may be specified; all specified filenames will be loaded in the Komodo editor pane.
The following command-line options are available:
-h
or
--help
-V
or
--version
-l
line
or --line=line
-s range
or
--selection=range
komodo -s 1,5-2,15 example.py
would open
example.py
and select from line 1 and column 5 to
line 2 column 15)From within the OS X environment, use one of the following methods to launch Komodo:
To start Komodo from the Terminal:
If you want to start to Komodo from the command line, it is best to first create the following symlink:
sudo ln -s /Applications/Komodo.app/Contents/MacOS/komodo /usr/local/bin/komodo
Once the symlink is created, the following syntax applies:
komodo [options] [filenames]
All command line options described in the Windows section are available.
To start Komodo from a shell prompt, enter:
komodo [options] [filenames]
All command line options described in the Windows section are available.
Desktop icons and taskbar applets are not added automatically during installation on Linux. Check your window manager documentation for information on creating these manually. A choice of Komodo icons is available. By default, the icon files (.xpm) are stored in the Komodo installation directory.