Skip to content

joseviniciusnunes/sh-icon-tray

Repository files navigation

SH Icon Tray

Create quick shortcuts in the system tray using bash or cmd.

1º: Download the binary for your platform (MacOS, Linux and Windows) in the releases area.

2º: Place the binary to start next to your operating system.

3º: Run the binary for the first time, it will create a file called sh-icon-tray.yml in your user's HOME, you can edit it by clicking on More -> Edit Config, customize with your commands.

sh-tray-icon.yml example

root:
  - label: My Projects
    children:
      - label: my-app-react
        run: code ~/projects/my-app-react

      - label: my-app-golang
        run: code ~/projects/my-app-golang

  - divider: true

  - label: SYSTEM   docker stats
    run: docker stats

  - label: SYSTEM   htop
    run: htop