wobsoriano / app-exists

Check if an app exists on macOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

app-exists

Go module to check if an app exists on macOS.

Install

$ go get github.com/wobsoriano/app-exists

Usage

package main

import (
	"fmt"

	exists "github.com/wobsoriano/app-exists"
)

func main() {
	fmt.Println("App exists: ", exists.AppExists())
}

Credits

https://github.com/sindresorhus/app-exists

License

MIT

About

Check if an app exists on macOS.

License:MIT License


Languages

Language:Go 100.0%