mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-25 20:41:15 -03:00
We no longer have two doc systems, move sphinx_doc_src back to doc_src
This commit is contained in:
25
doc_src/cmds/open.rst
Normal file
25
doc_src/cmds/open.rst
Normal file
@@ -0,0 +1,25 @@
|
||||
.. _cmd-open:
|
||||
|
||||
open - open file in its default application
|
||||
===========================================
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
::
|
||||
|
||||
open FILES...
|
||||
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
``open`` opens a file in its default application, using the appropriate tool for the operating system. On GNU/Linux, this requires the common but optional ``xdg-open`` utility, from the ``xdg-utils`` package.
|
||||
|
||||
Note that this function will not be used if a command by this name exists (which is the case on macOS or Haiku).
|
||||
|
||||
|
||||
Example
|
||||
-------
|
||||
|
||||
``open *.txt`` opens all the text files in the current directory using your system's default text editor.
|
||||
Reference in New Issue
Block a user