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.

Important considerations

  • The action title must be unique. If you have multiple actions with the same title, only one will be shown.

What’s Next?

Now that you’ve created your first action, here are some logical next steps: