dotfiles/.zsh/functions/syncthing_menu

3 lines
56 B
Text

syncthing_menu() {
xdg-open "http://localhost:8384"
}