# Functions
BinExists checks if the binary exists in $PATH.
BinPath returns the path of the binary.
CopyClipboard copies a string to the clipboard.
Env retrieves an environment variable.
ExecuteCmd runs a command with the given arguments and returns an error if the command fails.
OpenInBrowser opens a URL in the default browser.
OSArgs returns the correct arguments for the OS.
ReadClipboard reads the contents of the clipboard.
RunCmd returns an *exec.Cmd with the given arguments.
# Variables
No description provided by the author
No description provided by the author