chore(docs): rebuild with oranda v0.1.0

This commit is contained in:
Harsh Shandilya 2023-07-04 01:19:09 +05:30
parent deae6168af
commit 9a7798fffc
No known key found for this signature in database
5 changed files with 28 additions and 14 deletions

View File

@ -157,6 +157,8 @@ function onArchChange(evt) {
// Hide "no OS detected" message
const noDetectEl = document.querySelector(".no-autodetect");
noDetectEl.classList.add("hidden");
// Hide Mac hint
document.querySelector(".mac-switch").classList.add("hidden");
}
function onTabClick(evt) {
@ -181,8 +183,20 @@ function onTabClick(evt) {
}
}
let hit = Array.from(document.querySelectorAll(`.arch[data-arch]`)).find(
(a) => a.attributes["data-arch"].value.includes(os)
const allPlatforms = Array.from(document.querySelectorAll(`.arch[data-arch]`));
let hit = allPlatforms.find(
(a) => {
// Show Intel Mac downloads if no M1 Mac downloads are available
if (
a.attributes["data-arch"].value.includes(options.mac64) &&
os.includes(options.macSilicon) &&
!allPlatforms.find(p => p.attributes["data-arch"].value.includes(options.macSilicon))) {
// Unhide hint
document.querySelector(".mac-switch").classList.remove("hidden");
return true;
}
return a.attributes["data-arch"].value.includes(os);
}
);
if (hit) {

View File

@ -1,5 +1,5 @@
<!doctype html><html class="dark" id="oranda" lang="en"><head><title>twt</title><meta content="https://github.com/msfjarvis/twt" property="og:url"/><meta charset="utf-8"/><meta content="width=device-width, initial-scale=1.0" name="viewport"/><meta content="Tools for extracting metadata from tweets" name="description"/><meta content="Tools for extracting metadata from tweets" name="description"/><meta content="Tools for extracting metadata from tweets" property="og:description"/><meta content="website" property="og:type"/><meta content="twt" property="og:title"/><meta content="interest-cohort=()" http_equiv="Permissions-Policy"/><link href="/twt/oranda-css-v0.0.7.css" rel="stylesheet"/></head><body><div class="container"><div class="page-body"><div class="repo_banner"><a href="https://github.com/msfjarvis/twt"><div class="github-icon" aria-hidden="true"></div>Check out our GitHub</a></div><main><header><h1 class="title">twt</h1><nav class="nav"><ul><li><a href="/twt/">Home</a></li><li><a href="/twt/artifacts/">Install</a></li></ul></nav></header><div><div><div class="package-managers-downloads"><div><h3>powershell</h3><div class="install-code-wrapper"><pre style="background-color:#263238;">
<!doctype html><html class="dark" id="oranda" lang="en"><head><title>twt</title><meta content="https://github.com/msfjarvis/twt" property="og:url"/><meta charset="utf-8"/><meta content="width=device-width, initial-scale=1.0" name="viewport"/><meta content="Tools for extracting metadata from tweets" name="description"/><meta content="Tools for extracting metadata from tweets" name="description"/><meta content="Tools for extracting metadata from tweets" property="og:description"/><meta content="website" property="og:type"/><meta content="twt" property="og:title"/><meta content="interest-cohort=()" http_equiv="Permissions-Policy"/><link href="/twt/oranda-v0.1.0.css" rel="stylesheet"/></head><body><div class="container"><div class="page-body"><div class="repo_banner"><a href="https://github.com/msfjarvis/twt"><div class="github-icon" aria-hidden="true"></div>Check out our GitHub</a></div><main><header><h1 class="title">twt</h1><nav class="nav"><ul><li><a href="/twt/">Home</a></li><li><a href="/twt/artifacts/">Install</a></li></ul></nav></header><div><div><div class="package-managers-downloads"><div><h3>powershell</h3><div class="install-code-wrapper"><pre style="background-color:#263238;">
<span style="color:#82aaff;">irm https://github.com/msfjarvis/twt/releases/download/v1.2.2/installer.ps1 </span><span style="color:#89ddff;">| </span><span style="color:#82aaff;">iex</span></pre>
<button class="button copy-clipboard-button primary" data-copy="irm https://github.com/msfjarvis/twt/releases/download/v1.2.2/installer.ps1 | iex"><svg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 20 20' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'><path d='M8 2a1 1 0 000 2h2a1 1 0 100-2H8z'></path><path d='M3 5a2 2 0 012-2 3 3 0 003 3h2a3 3 0 003-3 2 2 0 012 2v6h-4.586l1.293-1.293a1 1 0 00-1.414-1.414l-3 3a1 1 0 000 1.414l3 3a1 1 0 001.414-1.414L10.414 13H15v3a2 2 0 01-2 2H5a2 2 0 01-2-2V5zM15 11h2a1 1 0 110 2h-2v-2z'></path></svg></button><a class="button primary" href="/twt/installer.ps1.txt">Source</a></div></div><div><h3>shell</h3><div class="install-code-wrapper"><pre style="background-color:#263238;">
<span style="color:#82aaff;">curl</span><span style="color:#89ddff;"> --</span><span style="color:#f78c6c;">proto </span><span style="color:#89ddff;">&#39;</span><span style="color:#c3e88d;">=https</span><span style="color:#89ddff;">&#39; --</span><span style="color:#f78c6c;">tlsv1</span><span style="color:#82aaff;">.2</span><span style="color:#89ddff;"> -</span><span style="color:#f78c6c;">LsSf</span><span style="color:#82aaff;"> https://github.com/msfjarvis/twt/releases/download/v1.2.2/installer.sh </span><span style="color:#89ddff;">| </span><span style="color:#82aaff;">sh</span></pre>
<button class="button copy-clipboard-button primary" data-copy="curl --proto &#39;=https&#39; --tlsv1.2 -LsSf https://github.com/msfjarvis/twt/releases/download/v1.2.2/installer.sh | sh"><svg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 20 20' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'><path d='M8 2a1 1 0 000 2h2a1 1 0 100-2H8z'></path><path d='M3 5a2 2 0 012-2 3 3 0 003 3h2a3 3 0 003-3 2 2 0 012 2v6h-4.586l1.293-1.293a1 1 0 00-1.414-1.414l-3 3a1 1 0 000 1.414l3 3a1 1 0 001.414-1.414L10.414 13H15v3a2 2 0 01-2 2H5a2 2 0 01-2-2V5zM15 11h2a1 1 0 110 2h-2v-2z'></path></svg></button><a class="button primary" href="/twt/installer.sh.txt">Source</a></div></div></div><div><div><h3>Downloads</h3><table><tr><th>File</th><th>Platform</th></tr><tr><td><a href="https://github.com/msfjarvis/twt/releases/download/v1.2.2/twt-v1.2.2-x86_64-apple-darwin.tar.xz">twt-v1.2.2-x86_64-apple-darwin.tar.xz</a></td><td>x64 macOS</td></tr><tr><td><a href="https://github.com/msfjarvis/twt/releases/download/v1.2.2/twt-v1.2.2-x86_64-pc-windows-msvc.zip">twt-v1.2.2-x86_64-pc-windows-msvc.zip</a></td><td>x64 Windows</td></tr><tr><td><a href="https://github.com/msfjarvis/twt/releases/download/v1.2.2/twt-v1.2.2-x86_64-unknown-linux-gnu.tar.xz">twt-v1.2.2-x86_64-unknown-linux-gnu.tar.xz</a></td><td>x64 Linux</td></tr></table></div></div></div></div></main></div><footer><a href="https://github.com/msfjarvis/twt"><div class="github-icon" aria-hidden="true"></div></a><span>twt, MIT/Apache-2.0 license.</span></footer></div><div><script src="/twt/artifacts.js"></script></div></body></html>
<button class="button copy-clipboard-button primary" data-copy="curl --proto &#39;=https&#39; --tlsv1.2 -LsSf https://github.com/msfjarvis/twt/releases/download/v1.2.2/installer.sh | sh"><svg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 20 20' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'><path d='M8 2a1 1 0 000 2h2a1 1 0 100-2H8z'></path><path d='M3 5a2 2 0 012-2 3 3 0 003 3h2a3 3 0 003-3 2 2 0 012 2v6h-4.586l1.293-1.293a1 1 0 00-1.414-1.414l-3 3a1 1 0 000 1.414l3 3a1 1 0 001.414-1.414L10.414 13H15v3a2 2 0 01-2 2H5a2 2 0 01-2-2V5zM15 11h2a1 1 0 110 2h-2v-2z'></path></svg></button><a class="button primary" href="/twt/installer.sh.txt">Source</a></div></div></div><div><div><h3>Downloads</h3><table><tr><th>File</th><th>Platform</th></tr><tr><td><a href="https://github.com/msfjarvis/twt/releases/download/v1.2.2/twt-v1.2.2-x86_64-apple-darwin.tar.xz">twt-v1.2.2-x86_64-apple-darwin.tar.xz</a></td><td>macOS Intel</td></tr><tr><td><a href="https://github.com/msfjarvis/twt/releases/download/v1.2.2/twt-v1.2.2-x86_64-pc-windows-msvc.zip">twt-v1.2.2-x86_64-pc-windows-msvc.zip</a></td><td>Windows x64</td></tr><tr><td><a href="https://github.com/msfjarvis/twt/releases/download/v1.2.2/twt-v1.2.2-x86_64-unknown-linux-gnu.tar.xz">twt-v1.2.2-x86_64-unknown-linux-gnu.tar.xz</a></td><td>Linux x64</td></tr></table></div></div></div></div></main></div><footer><a href="https://github.com/msfjarvis/twt"><div class="github-icon" aria-hidden="true"></div></a><span>twt, MIT/Apache-2.0 license.</span></footer></div><div><script src="/twt/artifacts.js"></script></div></body></html>

View File

@ -1,12 +1,12 @@
<!doctype html><html class="dark" id="oranda" lang="en"><head><title>twt</title><meta content="https://github.com/msfjarvis/twt" property="og:url"/><meta charset="utf-8"/><meta content="width=device-width, initial-scale=1.0" name="viewport"/><meta content="Tools for extracting metadata from tweets" name="description"/><meta content="Tools for extracting metadata from tweets" name="description"/><meta content="Tools for extracting metadata from tweets" property="og:description"/><meta content="website" property="og:type"/><meta content="twt" property="og:title"/><meta content="interest-cohort=()" http_equiv="Permissions-Policy"/><link href="/twt/oranda-css-v0.0.7.css" rel="stylesheet"/></head><body><div class="container"><div class="page-body"><div class="repo_banner"><a href="https://github.com/msfjarvis/twt"><div class="github-icon" aria-hidden="true"></div>Check out our GitHub</a></div><main><header><h1 class="title">twt</h1><nav class="nav"><ul><li><a href="/twt/">Home</a></li><li><a href="/twt/artifacts/">Install</a></li></ul></nav></header><div><div><div class="artifacts" data-tag="v1.2.2"><div class="artifact-header target"><h4>Install v1.2.2</h4><div><small class="published-date">Published on Jun 14 2023 at 19:01 UTC</small></div><ul class="arches"><li class="arch hidden" data-arch="aarch64-apple-darwin"><ul class="contents"><li class="hidden install-content" data-id="1" data-triple="aarch64-apple-darwin"><div class="install-code-wrapper"><pre style="background-color:#263238;">
<!doctype html><html class="dark" id="oranda" lang="en"><head><title>twt</title><meta content="https://github.com/msfjarvis/twt" property="og:url"/><meta charset="utf-8"/><meta content="width=device-width, initial-scale=1.0" name="viewport"/><meta content="Tools for extracting metadata from tweets" name="description"/><meta content="Tools for extracting metadata from tweets" name="description"/><meta content="Tools for extracting metadata from tweets" property="og:description"/><meta content="website" property="og:type"/><meta content="twt" property="og:title"/><meta content="interest-cohort=()" http_equiv="Permissions-Policy"/><link href="/twt/oranda-v0.1.0.css" rel="stylesheet"/></head><body><div class="container"><div class="page-body"><div class="repo_banner"><a href="https://github.com/msfjarvis/twt"><div class="github-icon" aria-hidden="true"></div>Check out our GitHub</a></div><main><header><h1 class="title">twt</h1><nav class="nav"><ul><li><a href="/twt/">Home</a></li><li><a href="/twt/artifacts/">Install</a></li></ul></nav></header><div><div><div class="artifacts" data-tag="v1.2.2"><div class="artifact-header target"><h4>Install v1.2.2</h4><div><small class="published-date">Published on Jun 14 2023 at 19:01 UTC</small></div><ul class="arches"><li class="arch hidden" data-arch="x86_64-apple-darwin"><ul class="tabs"><li class="install-tab" data-id="1" data-triple="x86_64-apple-darwin">shell</li><li class="install-tab" data-id="2" data-triple="x86_64-apple-darwin">tarball</li></ul><ul class="contents"><li class="hidden install-content" data-id="1" data-triple="x86_64-apple-darwin"><div class="install-code-wrapper"><pre style="background-color:#263238;">
<span style="color:#82aaff;">curl</span><span style="color:#89ddff;"> --</span><span style="color:#f78c6c;">proto </span><span style="color:#89ddff;">&#39;</span><span style="color:#c3e88d;">=https</span><span style="color:#89ddff;">&#39; --</span><span style="color:#f78c6c;">tlsv1</span><span style="color:#82aaff;">.2</span><span style="color:#89ddff;"> -</span><span style="color:#f78c6c;">LsSf</span><span style="color:#82aaff;"> https://github.com/msfjarvis/twt/releases/download/v1.2.2/installer.sh </span><span style="color:#89ddff;">| </span><span style="color:#82aaff;">sh</span></pre>
<button class="button copy-clipboard-button primary" data-copy="curl --proto &#39;=https&#39; --tlsv1.2 -LsSf https://github.com/msfjarvis/twt/releases/download/v1.2.2/installer.sh | sh"><svg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 20 20' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'><path d='M8 2a1 1 0 000 2h2a1 1 0 100-2H8z'></path><path d='M3 5a2 2 0 012-2 3 3 0 003 3h2a3 3 0 003-3 2 2 0 012 2v6h-4.586l1.293-1.293a1 1 0 00-1.414-1.414l-3 3a1 1 0 000 1.414l3 3a1 1 0 001.414-1.414L10.414 13H15v3a2 2 0 01-2 2H5a2 2 0 01-2-2V5zM15 11h2a1 1 0 110 2h-2v-2z'></path></svg></button><a class="button primary" href="/twt/installer.sh.txt">Source</a></div></li></ul></li><li class="arch hidden" data-arch="x86_64-apple-darwin"><ul class="tabs"><li class="install-tab" data-id="1" data-triple="x86_64-apple-darwin">shell</li><li class="install-tab" data-id="2" data-triple="x86_64-apple-darwin">tarball</li></ul><ul class="contents"><li class="hidden install-content" data-id="1" data-triple="x86_64-apple-darwin"><div class="install-code-wrapper"><pre style="background-color:#263238;">
<span style="color:#82aaff;">curl</span><span style="color:#89ddff;"> --</span><span style="color:#f78c6c;">proto </span><span style="color:#89ddff;">&#39;</span><span style="color:#c3e88d;">=https</span><span style="color:#89ddff;">&#39; --</span><span style="color:#f78c6c;">tlsv1</span><span style="color:#82aaff;">.2</span><span style="color:#89ddff;"> -</span><span style="color:#f78c6c;">LsSf</span><span style="color:#82aaff;"> https://github.com/msfjarvis/twt/releases/download/v1.2.2/installer.sh </span><span style="color:#89ddff;">| </span><span style="color:#82aaff;">sh</span></pre>
<button class="button copy-clipboard-button primary" data-copy="curl --proto &#39;=https&#39; --tlsv1.2 -LsSf https://github.com/msfjarvis/twt/releases/download/v1.2.2/installer.sh | sh"><svg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 20 20' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'><path d='M8 2a1 1 0 000 2h2a1 1 0 100-2H8z'></path><path d='M3 5a2 2 0 012-2 3 3 0 003 3h2a3 3 0 003-3 2 2 0 012 2v6h-4.586l1.293-1.293a1 1 0 00-1.414-1.414l-3 3a1 1 0 000 1.414l3 3a1 1 0 001.414-1.414L10.414 13H15v3a2 2 0 01-2 2H5a2 2 0 01-2-2V5zM15 11h2a1 1 0 110 2h-2v-2z'></path></svg></button><a class="button primary" href="/twt/installer.sh.txt">Source</a></div></li><li class="hidden install-content" data-id="2" data-triple="x86_64-apple-darwin"><div class="download-wrapper"><a href="https://github.com/msfjarvis/twt/releases/download/v1.2.2/twt-v1.2.2-x86_64-apple-darwin.tar.xz"><button class="button primary"><span>Download</span><span class="button-subtitle">twt-v1.2.2-x86_64-apple-darwin.tar.xz</span></button></a></div></li></ul></li><li class="arch hidden" data-arch="x86_64-unknown-linux-gnu"><ul class="tabs"><li class="install-tab" data-id="1" data-triple="x86_64-unknown-linux-gnu">shell</li><li class="install-tab" data-id="4" data-triple="x86_64-unknown-linux-gnu">tarball</li></ul><ul class="contents"><li class="hidden install-content" data-id="1" data-triple="x86_64-unknown-linux-gnu"><div class="install-code-wrapper"><pre style="background-color:#263238;">
<span style="color:#82aaff;">curl</span><span style="color:#89ddff;"> --</span><span style="color:#f78c6c;">proto </span><span style="color:#89ddff;">&#39;</span><span style="color:#c3e88d;">=https</span><span style="color:#89ddff;">&#39; --</span><span style="color:#f78c6c;">tlsv1</span><span style="color:#82aaff;">.2</span><span style="color:#89ddff;"> -</span><span style="color:#f78c6c;">LsSf</span><span style="color:#82aaff;"> https://github.com/msfjarvis/twt/releases/download/v1.2.2/installer.sh </span><span style="color:#89ddff;">| </span><span style="color:#82aaff;">sh</span></pre>
<button class="button copy-clipboard-button primary" data-copy="curl --proto &#39;=https&#39; --tlsv1.2 -LsSf https://github.com/msfjarvis/twt/releases/download/v1.2.2/installer.sh | sh"><svg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 20 20' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'><path d='M8 2a1 1 0 000 2h2a1 1 0 100-2H8z'></path><path d='M3 5a2 2 0 012-2 3 3 0 003 3h2a3 3 0 003-3 2 2 0 012 2v6h-4.586l1.293-1.293a1 1 0 00-1.414-1.414l-3 3a1 1 0 000 1.414l3 3a1 1 0 001.414-1.414L10.414 13H15v3a2 2 0 01-2 2H5a2 2 0 01-2-2V5zM15 11h2a1 1 0 110 2h-2v-2z'></path></svg></button><a class="button primary" href="/twt/installer.sh.txt">Source</a></div></li><li class="hidden install-content" data-id="4" data-triple="x86_64-unknown-linux-gnu"><div class="download-wrapper"><a href="https://github.com/msfjarvis/twt/releases/download/v1.2.2/twt-v1.2.2-x86_64-unknown-linux-gnu.tar.xz"><button class="button primary"><span>Download</span><span class="button-subtitle">twt-v1.2.2-x86_64-unknown-linux-gnu.tar.xz</span></button></a></div></li></ul></li><li class="arch hidden" data-arch="x86_64-pc-windows-msvc"><ul class="tabs"><li class="install-tab" data-id="0" data-triple="x86_64-pc-windows-msvc">powershell</li><li class="install-tab" data-id="3" data-triple="x86_64-pc-windows-msvc">zip</li></ul><ul class="contents"><li class="hidden install-content" data-id="0" data-triple="x86_64-pc-windows-msvc"><div class="install-code-wrapper"><pre style="background-color:#263238;">
<button class="button copy-clipboard-button primary" data-copy="curl --proto &#39;=https&#39; --tlsv1.2 -LsSf https://github.com/msfjarvis/twt/releases/download/v1.2.2/installer.sh | sh"><svg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 20 20' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'><path d='M8 2a1 1 0 000 2h2a1 1 0 100-2H8z'></path><path d='M3 5a2 2 0 012-2 3 3 0 003 3h2a3 3 0 003-3 2 2 0 012 2v6h-4.586l1.293-1.293a1 1 0 00-1.414-1.414l-3 3a1 1 0 000 1.414l3 3a1 1 0 001.414-1.414L10.414 13H15v3a2 2 0 01-2 2H5a2 2 0 01-2-2V5zM15 11h2a1 1 0 110 2h-2v-2z'></path></svg></button><a class="button primary" href="/twt/installer.sh.txt">Source</a></div></li><li class="hidden install-content" data-id="2" data-triple="x86_64-apple-darwin"><div class="download-wrapper"><a href="https://github.com/msfjarvis/twt/releases/download/v1.2.2/twt-v1.2.2-x86_64-apple-darwin.tar.xz"><button class="button primary"><span>Download</span><span class="button-subtitle">twt-v1.2.2-x86_64-apple-darwin.tar.xz</span></button></a></div></li></ul></li><li class="arch hidden" data-arch="x86_64-pc-windows-msvc"><ul class="tabs"><li class="install-tab" data-id="0" data-triple="x86_64-pc-windows-msvc">powershell</li><li class="install-tab" data-id="3" data-triple="x86_64-pc-windows-msvc">zip</li></ul><ul class="contents"><li class="hidden install-content" data-id="0" data-triple="x86_64-pc-windows-msvc"><div class="install-code-wrapper"><pre style="background-color:#263238;">
<span style="color:#82aaff;">irm https://github.com/msfjarvis/twt/releases/download/v1.2.2/installer.ps1 </span><span style="color:#89ddff;">| </span><span style="color:#82aaff;">iex</span></pre>
<button class="button copy-clipboard-button primary" data-copy="irm https://github.com/msfjarvis/twt/releases/download/v1.2.2/installer.ps1 | iex"><svg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 20 20' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'><path d='M8 2a1 1 0 000 2h2a1 1 0 100-2H8z'></path><path d='M3 5a2 2 0 012-2 3 3 0 003 3h2a3 3 0 003-3 2 2 0 012 2v6h-4.586l1.293-1.293a1 1 0 00-1.414-1.414l-3 3a1 1 0 000 1.414l3 3a1 1 0 001.414-1.414L10.414 13H15v3a2 2 0 01-2 2H5a2 2 0 01-2-2V5zM15 11h2a1 1 0 110 2h-2v-2z'></path></svg></button><a class="button primary" href="/twt/installer.ps1.txt">Source</a></div></li><li class="hidden install-content" data-id="3" data-triple="x86_64-pc-windows-msvc"><div class="download-wrapper"><a href="https://github.com/msfjarvis/twt/releases/download/v1.2.2/twt-v1.2.2-x86_64-pc-windows-msvc.zip"><button class="button primary"><span>Download</span><span class="button-subtitle">twt-v1.2.2-x86_64-pc-windows-msvc.zip</span></button></a></div></li></ul></li></ul></div><div class="hidden no-autodetect"><span class="no-autodetect-details">We weren&#x27;t able to detect your OS. </span></div><noscript><a class="backup-download primary" href="/twt/artifacts/">View all installation options</a></noscript><div class="bottom-options"><a class="backup-download primary" href="/twt/artifacts/">View all installation options</a><div class="arch-select hidden">Platform: <select id="install-arch-select"><option disabled="true" selected="true"></option><option value="aarch64-apple-darwin">arm64 macOS</option><option value="x86_64-apple-darwin">x64 macOS</option><option value="x86_64-unknown-linux-gnu">x64 Linux</option><option value="x86_64-pc-windows-msvc">x64 Windows</option></select></div></div></div><a class="button mobile-download primary" href="/twt/artifacts/">View all installation options</a></div><div class="rendered-markdown"><h1>twt <a href="http://unmaintained.tech/" rel="noopener noreferrer"><img src="http://unmaintained.tech/badge.svg" alt="No Maintenance Intended"></a> <a href="https://garnix.io" rel="noopener noreferrer"><img src="https://img.shields.io/static/v1?label=Built%20with&amp;message=Garnix&amp;color=blue&amp;style=flat&amp;logo=nixos&amp;link=https://garnix.io&amp;labelColor=111212" alt="Built with Garnix"></a></h1>
<button class="button copy-clipboard-button primary" data-copy="irm https://github.com/msfjarvis/twt/releases/download/v1.2.2/installer.ps1 | iex"><svg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 20 20' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'><path d='M8 2a1 1 0 000 2h2a1 1 0 100-2H8z'></path><path d='M3 5a2 2 0 012-2 3 3 0 003 3h2a3 3 0 003-3 2 2 0 012 2v6h-4.586l1.293-1.293a1 1 0 00-1.414-1.414l-3 3a1 1 0 000 1.414l3 3a1 1 0 001.414-1.414L10.414 13H15v3a2 2 0 01-2 2H5a2 2 0 01-2-2V5zM15 11h2a1 1 0 110 2h-2v-2z'></path></svg></button><a class="button primary" href="/twt/installer.ps1.txt">Source</a></div></li><li class="hidden install-content" data-id="3" data-triple="x86_64-pc-windows-msvc"><div class="download-wrapper"><a href="https://github.com/msfjarvis/twt/releases/download/v1.2.2/twt-v1.2.2-x86_64-pc-windows-msvc.zip"><button class="button primary"><span>Download</span><span class="button-subtitle">twt-v1.2.2-x86_64-pc-windows-msvc.zip</span></button></a></div></li></ul></li><li class="arch hidden" data-arch="x86_64-unknown-linux-gnu"><ul class="tabs"><li class="install-tab" data-id="1" data-triple="x86_64-unknown-linux-gnu">shell</li><li class="install-tab" data-id="4" data-triple="x86_64-unknown-linux-gnu">tarball</li></ul><ul class="contents"><li class="hidden install-content" data-id="1" data-triple="x86_64-unknown-linux-gnu"><div class="install-code-wrapper"><pre style="background-color:#263238;">
<span style="color:#82aaff;">curl</span><span style="color:#89ddff;"> --</span><span style="color:#f78c6c;">proto </span><span style="color:#89ddff;">&#39;</span><span style="color:#c3e88d;">=https</span><span style="color:#89ddff;">&#39; --</span><span style="color:#f78c6c;">tlsv1</span><span style="color:#82aaff;">.2</span><span style="color:#89ddff;"> -</span><span style="color:#f78c6c;">LsSf</span><span style="color:#82aaff;"> https://github.com/msfjarvis/twt/releases/download/v1.2.2/installer.sh </span><span style="color:#89ddff;">| </span><span style="color:#82aaff;">sh</span></pre>
<button class="button copy-clipboard-button primary" data-copy="curl --proto &#39;=https&#39; --tlsv1.2 -LsSf https://github.com/msfjarvis/twt/releases/download/v1.2.2/installer.sh | sh"><svg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 20 20' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'><path d='M8 2a1 1 0 000 2h2a1 1 0 100-2H8z'></path><path d='M3 5a2 2 0 012-2 3 3 0 003 3h2a3 3 0 003-3 2 2 0 012 2v6h-4.586l1.293-1.293a1 1 0 00-1.414-1.414l-3 3a1 1 0 000 1.414l3 3a1 1 0 001.414-1.414L10.414 13H15v3a2 2 0 01-2 2H5a2 2 0 01-2-2V5zM15 11h2a1 1 0 110 2h-2v-2z'></path></svg></button><a class="button primary" href="/twt/installer.sh.txt">Source</a></div></li><li class="hidden install-content" data-id="4" data-triple="x86_64-unknown-linux-gnu"><div class="download-wrapper"><a href="https://github.com/msfjarvis/twt/releases/download/v1.2.2/twt-v1.2.2-x86_64-unknown-linux-gnu.tar.xz"><button class="button primary"><span>Download</span><span class="button-subtitle">twt-v1.2.2-x86_64-unknown-linux-gnu.tar.xz</span></button></a></div></li></ul></li><li class="arch hidden" data-arch="aarch64-apple-darwin"><ul class="contents"><li class="hidden install-content" data-id="1" data-triple="aarch64-apple-darwin"><div class="install-code-wrapper"><pre style="background-color:#263238;">
<span style="color:#82aaff;">curl</span><span style="color:#89ddff;"> --</span><span style="color:#f78c6c;">proto </span><span style="color:#89ddff;">&#39;</span><span style="color:#c3e88d;">=https</span><span style="color:#89ddff;">&#39; --</span><span style="color:#f78c6c;">tlsv1</span><span style="color:#82aaff;">.2</span><span style="color:#89ddff;"> -</span><span style="color:#f78c6c;">LsSf</span><span style="color:#82aaff;"> https://github.com/msfjarvis/twt/releases/download/v1.2.2/installer.sh </span><span style="color:#89ddff;">| </span><span style="color:#82aaff;">sh</span></pre>
<button class="button copy-clipboard-button primary" data-copy="curl --proto &#39;=https&#39; --tlsv1.2 -LsSf https://github.com/msfjarvis/twt/releases/download/v1.2.2/installer.sh | sh"><svg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 20 20' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'><path d='M8 2a1 1 0 000 2h2a1 1 0 100-2H8z'></path><path d='M3 5a2 2 0 012-2 3 3 0 003 3h2a3 3 0 003-3 2 2 0 012 2v6h-4.586l1.293-1.293a1 1 0 00-1.414-1.414l-3 3a1 1 0 000 1.414l3 3a1 1 0 001.414-1.414L10.414 13H15v3a2 2 0 01-2 2H5a2 2 0 01-2-2V5zM15 11h2a1 1 0 110 2h-2v-2z'></path></svg></button><a class="button primary" href="/twt/installer.sh.txt">Source</a></div></li></ul></li></ul></div><div class="hidden no-autodetect"><span class="no-autodetect-details">We weren&#x27;t able to detect your OS. </span></div><noscript><a class="backup-download primary" href="/twt/artifacts/">View all installation options</a></noscript><div class="hidden mac-switch">This project doesn&#x27;t offer Apple Silicon downloads, but you can run Intel macOS binaries via Rosetta 2.</div><div class="bottom-options"><a class="backup-download primary" href="/twt/artifacts/">View all installation options</a><div class="arch-select hidden">Platform: <select id="install-arch-select"><option disabled="true" selected="true"></option><option value="x86_64-apple-darwin">macOS Intel</option><option value="x86_64-pc-windows-msvc">Windows x64</option><option value="x86_64-unknown-linux-gnu">Linux x64</option><option value="aarch64-apple-darwin">macOS Apple Silicon</option></select></div></div></div><a class="button mobile-download primary" href="/twt/artifacts/">View all installation options</a></div><div class="rendered-markdown"><h1>twt <a href="http://unmaintained.tech/" rel="noopener noreferrer"><img src="http://unmaintained.tech/badge.svg" alt="No Maintenance Intended"></a> <a href="https://garnix.io" rel="noopener noreferrer"><img src="https://img.shields.io/static/v1?label=Built%20with&amp;message=Garnix&amp;color=blue&amp;style=flat&amp;logo=nixos&amp;link=https://garnix.io&amp;labelColor=111212" alt="Built with Garnix"></a></h1>
<p>CLI tool to extract metadata from tweets</p>
<h2>Install</h2>
<p>Check out the <a href="https://msfjarvis.github.io/twt/" rel="noopener noreferrer">website</a></p>

File diff suppressed because one or more lines are too long

3
docs/oranda-v0.1.0.css Normal file

File diff suppressed because one or more lines are too long