open
all
Open files, directories, and URIs with default applications. This command is available through fish on operating systems without the built-in `open` command (e.g. Haiku and macOS).
More info →Examples (5)
Open a file with the associated application
open path/to/file.extOpen all the files of a given extension in the current directory with the associated application
open *.extOpen a directory using the default file manager
open path/to/directoryOpen a website using the default web browser
open https://example.comOpen a specific URI using the default application that can handle it
open tel:123made by @shridhargupta | data from tldr-pages