Skip to content

nicksieger/tilt-custom-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tilt-custom-extensions

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.

tilt-notify

A simple extension that sends Tilt build results to the Mac OS notification center.

Install

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'
)

tilt-xbar

An xbar plugin to control Tilt from the macOS menubar.

Install

  1. Install and run xbar
  2. Install the plugin with the following command:
curl -sL https://raw.githubusercontent.com/nicksieger/tilt-custom-extensions/main/xbar/install.sh | bash 

About

Tilt extensions to customize your Tilt setup and do useful things

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published