Macbook Preview

Tikker

Triggering Tasks with a Touch

iPhone Preview
Hello World

1. Install the App

The app is currently awaiting approval on the App and Play stores. Check back soon to get started.

2. Install the Script Agent

To launch scripts on your development machine, you need to install the script agent.

  1. Install NodeJS
  2. Run npm install --global tikker
  3. Run tikker to start the agent in the current folder

3. Write a Script

Now create a new bash script in tiks/my-script.sh. It is important that the script is in the tiks folder.

Then add some code:

#!/usr/bin/env bash
open 'https://www.youtube.com/watch?v=1U6xbpYRia8'

And finally, make it executable: chmod +x tiks/my-script.sh.

4. Launch! 🚀

A fingerSparkles
My Script on an iPhone