Create your first action

This is an example of your very first action. First of all, edit your config.yaml, and enter this YAML markup;

config.yaml
actions:
  - title: Say hello
    shell: echo "Hello!"
    icon: smile

If OliveTin is running, it should popup on your dashboard like this;

hello world

Simply click on the button to execute the shell command. You can expand the executions to view the logs.