blob: ecaa204b519c1001903d449cb5def465e87ae123 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>xdg-copy</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="xdg-copy"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>xdg-copy — command line tool for copying files between desktop URIs</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">xdg-copy</code> [<code class="option">--help</code>] [<code class="option">--version</code>] <code class="option"><em class="replaceable"><code>source</code></em></code> <code class="option"><em class="replaceable"><code>destination</code></em></code> </p></div></div><div class="refsect1" lang="en"><a name="description"></a><h2>Description</h2><p>
xdg-copy copies <em class="replaceable"><code>source</code></em> to
<em class="replaceable"><code>destination</code></em> and provides visual feedback to
the user during the operation. Both <em class="replaceable"><code>source</code></em>
and <em class="replaceable"><code>destination</code></em> can either be a file or
URL. Supported URL types are file, ftp, http and https. Additional
URL types may be supported depending on the desktop environment.
</p></div><div class="refsect1" lang="en"><a name="options"></a><h2>Options</h2><div class="variablelist"><dl><dt><span class="term"><code class="option">--help</code></span></dt><dd>
Show this help.
</dd><dt><span class="term"><code class="option">--version</code></span></dt><dd>
Show the xdg-utils version information.
</dd></dl></div></div><div class="refsect1" lang="en"><a name="examples"></a><h2>Examples</h2><p>
</p><pre class="programlisting">
xdg-copy "http://portland.freedesktop.org/png/freedesktop-logo.png" .
</pre><p>
</p><p>
</p><pre class="programlisting">
xdg-copy "/tmp/foobar.png" "/home/user/foobar-copy.png"
</pre><p>
</p></div></div></body></html>
|