Tilt extensions to customize your Tilt setup and do useful things
This is a collection of random extra Tilt extensions and sample Tiltfiles that don't fit in the main tilt-extensions repository.
A simple extension that sends Tilt build results to the Mac OS notification center.
You can install into any running Tilt with:
curl -s https://raw.githubusercontent.com/nicksieger/tilt-custom-extensions/main/tilt-notify/extension.yaml | tilt apply -f -
Or you can add it to your Tiltfile:
v1alpha1.extension_repo(
'tilt-custom-extensions',
url='https://github.com/nicksieger/tilt-custom-extensions'
)
v1alpha1.extension(
'tilt-notify',
repo_name='tilt-custom-extensions',
repo_path='tilt-notify'
)
An xbar plugin to control Tilt from the macOS menubar.
- Install and run xbar
- Install the plugin with the following command:
curl -sL https://raw.githubusercontent.com/nicksieger/tilt-custom-extensions/main/xbar/install.sh | bash