start
for filesystem
Open a folder, file or website in the default application or viewer.
Signature
> start {flags} (path)
Parameters
path
: Path to open.
Input/output types:
input | output |
---|---|
nothing | any |
Examples
Open a text file with the default text editor
> start file.txt
Open an image with the default image viewer
> start file.jpg
Open the current directory with the default file manager
> start .
Open a pdf with the default pdf viewer
> start file.pdf
Open a website with default browser
> start https://www.nushell.sh