repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
bc702c2
parent
fec190b
author
Eric Bower
date
2024-01-03 03:57:34 +0000 UTC
docs(pastes): showcase rsync support
1 files changed,  +6, -1
M pastes/html/marketing.page.tmpl
+6, -1
 1@@ -75,13 +75,18 @@ echo "foobar" | ssh -T pastes.sh</pre>
 2         <h2 class="text-lg font-bold">Terminal workflow without installation</h2>
 3         <p>
 4             Since we are leveraging tools you already have on your computer
 5-            (<code>ssh</code> and <code>scp</code>), there is nothing to install.
 6+            (<code>ssh</code>, <code>scp</code>, and <code>rsync</code>), there is nothing to install.
 7         </p>
 8         <p>
 9             This provides the convenience of a web app, but from inside your terminal!
10         </p>
11     </section>
12 
13+    <section>
14+        <h2 class="text-lg font-bold">Upload using <code>rsync</code></h2>
15+        <pre>rsync hello-world.diff {{.Site.Domain}}:/</pre>
16+    </section>
17+
18     <section>
19         <h2 class="text-lg font-bold">Use <code>sftp</code> to manage your pastes</h2>
20         <p>