fish-shell/doc_src/open.txt
Mark Griffiths d282bc4625 Documentation update
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.
2014-09-03 14:43:24 +01:00

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.