Shell Integration: Developing locally
In order to develop locally on the shell integration scripts, here are a couple of steps to follow:
- Clone the repo, make sure you're up to date and have the just command runner installed.
- Make your changes to any one of the shell scripts (
television/utils/shell/
) - Generate a dev version of the script by running:
(or
just generate-dev-shell-integration zsh
fish
,bash
, etc. depending on the shell you are using) - Source the generated script in your shell:
source dev_shell_integration.zsh
- Test the changes by using the shell integration keybindings or commands in your terminal.