mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 16:37:34 +00:00
d282bc4625
Rework for Doxygen >1.8. Moved large parts of the documentation to a simplified format, making use of Markdown enhancements and fixing bad long options.
14 lines
464 B
Text
14 lines
464 B
Text
\section open open - open file in its default application
|
|
|
|
\subsection open-synopsis Synopsis
|
|
\fish{syn}
|
|
open FILES...
|
|
\endfish
|
|
|
|
\subsection open-description Description
|
|
|
|
`open` opens a file in its default application, using the `xdg-open` command if it exists, or else the <a href="commands.html#mimedb">mimedb</a> command.
|
|
|
|
\subsection open-example Example
|
|
|
|
`open *.txt` opens all the text files in the current directory using your system's default text editor.
|