diff options
author | Akshay <[email protected]> | 2020-04-16 16:10:45 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-04-16 16:10:45 +0100 |
commit | ada45c1bea838e5f38f24fe37e558c1b7959ae28 (patch) | |
tree | f163cfc35f2080cc7ff4decdaec0b574e314b3a8 /docs/posts/termux_tandem | |
parent | 26af9ac49c3b05151f23ca1087bb06708e97a096 (diff) |
redo pandoc commands to print fragments only
Diffstat (limited to 'docs/posts/termux_tandem')
-rw-r--r-- | docs/posts/termux_tandem/index.html | 31 |
1 files changed, 7 insertions, 24 deletions
diff --git a/docs/posts/termux_tandem/index.html b/docs/posts/termux_tandem/index.html index a2aba29..b4818cf 100644 --- a/docs/posts/termux_tandem/index.html +++ b/docs/posts/termux_tandem/index.html | |||
@@ -2,6 +2,7 @@ | |||
2 | <html lang="en"> | 2 | <html lang="en"> |
3 | <head> | 3 | <head> |
4 | <link rel="stylesheet" href="/style.css"> | 4 | <link rel="stylesheet" href="/style.css"> |
5 | <link rel="stylesheet" href="/syntax.css"> | ||
5 | <meta charset="UTF-8"> | 6 | <meta charset="UTF-8"> |
6 | <meta name="viewport" content="initial-scale=1"> | 7 | <meta name="viewport" content="initial-scale=1"> |
7 | <meta content="#ffffff" name="theme-color"> | 8 | <meta content="#ffffff" name="theme-color"> |
@@ -37,27 +38,7 @@ | |||
37 | Termux Tandem | 38 | Termux Tandem |
38 | </h1> | 39 | </h1> |
39 | <div class="post-text"> | 40 | <div class="post-text"> |
40 | <!DOCTYPE html> | 41 | <p>I learnt about <code>termux</code> from a friend on IRC recently. It looked super gimmicky to me at first, but it eventually proved to be useful. Here’s what I use it for:</p> |
41 | <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> | ||
42 | <head> | ||
43 | <meta charset="utf-8" /> | ||
44 | <meta name="generator" content="pandoc" /> | ||
45 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | ||
46 | <title>termux_tandem</title> | ||
47 | <style> | ||
48 | code{white-space: pre-wrap;} | ||
49 | span.smallcaps{font-variant: small-caps;} | ||
50 | span.underline{text-decoration: underline;} | ||
51 | div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
52 | div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} | ||
53 | ul.task-list{list-style: none;} | ||
54 | </style> | ||
55 | <!--[if lt IE 9]> | ||
56 | <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> | ||
57 | <![endif]--> | ||
58 | </head> | ||
59 | <body> | ||
60 | <p>I learnt about <code>termux</code> from a friend on IRC recently. It looked super gimmicky to me at first, but it eventually proved to be useful. Here’s what I use it for:</p> | ||
61 | <h3 id="rsync">rsync</h3> | 42 | <h3 id="rsync">rsync</h3> |
62 | <p>Ever since I degoogled my android device, syncing files between my phone and my PC has always been a pain. I’m looking at you MTP. But, with <code>termux</code> and <code>sshd</code> all set up, it’s as simple as:</p> | 43 | <p>Ever since I degoogled my android device, syncing files between my phone and my PC has always been a pain. I’m looking at you MTP. But, with <code>termux</code> and <code>sshd</code> all set up, it’s as simple as:</p> |
63 | <pre><code>$ arp | 44 | <pre><code>$ arp |
@@ -75,13 +56,15 @@ mtZabXG.jpg p8d5c584f2841.jpg vjUxGjq.jpg</code></pre> | |||
75 | <h3 id="cmus">cmus</h3> | 56 | <h3 id="cmus">cmus</h3> |
76 | <p>Alright, I don’t really listen to music via <code>cmus</code>, but I did use it a couple times when my default music player was acting up. <code>cmus</code> is a viable option:</p> | 57 | <p>Alright, I don’t really listen to music via <code>cmus</code>, but I did use it a couple times when my default music player was acting up. <code>cmus</code> is a viable option:</p> |
77 | <p><a href="https://u.peppe.rs/CP.jpg"><img src="https://u.peppe.rs/CP.jpg" /></a></p> | 58 | <p><a href="https://u.peppe.rs/CP.jpg"><img src="https://u.peppe.rs/CP.jpg" /></a></p> |
78 | </body> | ||
79 | </html> | ||
80 | 59 | ||
81 | </div> | 60 | </div> |
82 | 61 | ||
83 | <div class=intro> | 62 | <div class=intro> |
84 | Hi. <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 63 | Hi. |
64 | <div class=hot-links> | ||
65 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | ||
66 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | ||
67 | </div> | ||
85 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 68 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
86 | <p> | 69 | <p> |
87 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 70 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |