description.md

1This tool opens a file or URL with the default application associated with it on the user's operating system:
2- On macOS, it's equivalent to the `open` command
3- On Windows, it's equivalent to `start`
4- On Linux, it uses something like `xdg-open`, `gio open`, `gnome-open`, `kde-open`, `wslview` as appropriate
5
6For example, it can open a web browser with a URL, open a PDF file with the default PDF viewer, etc.