Does Prawjector require Zellij?
Yes. Prawjector uses Zellij to create and attach to project sessions, so zellij must be installed and available on your PATH.
Can Prawjector start an empty session?
Yes. Select Empty Session or press 0, then press Enter to open a fresh Zellij session with one plain shell tab.
Can Prawjector use another config file?
Yes. Pass --config <PATH> before or after supported subcommands to use another config file instead of the default ~/.prawjector/prawjector.json.
How do I remove a project?
Run prawjector remove from the project directory. Prawjector matches the current directory against expanded project paths and asks for confirmation unless you pass --force.
Can Prawjector launch when my terminal opens?
Yes. Configure your terminal to run prawjector start through a shell or login shell so zellij and launch commands inherit the PATH your shell normally provides.
Which platforms are supported?
prawjector has only been tested on Linux.