commit 0666c6645a0c41ff493f8600449a50b863f965a7
parent d5ca24bf8fdd4c2bb62070249b342f613da29403
Author: Riaz <riaz@riazj.com>
Date: Sat, 4 Oct 2025 23:06:40 -0700
Remove article. A README in the dotfiles repo takes its place.
Diffstat:
1 file changed, 0 insertions(+), 24 deletions(-)
diff --git a/articles/tldr.html b/articles/tldr.html
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-<meta charset="utf-8">
-<title>Simple TLDR Client Written in POSIX Shell | Riaz's Website</title>
-<link rel="stylesheet" href="/style.css">
-<link rel="icon" href="data:,">
-<meta name="description" content="Simple tldr client written in less than ten lines of POSIX shell">
-<meta name="viewport" content="width=device-width, initial-scale=1">
-</head>
-<body>
-<h1>Simple TLDR Client Written in POSIX Shell</h1>
-<hr>
-<article>
-<p>I got annoyed that the tldr client I was using downloaded pages only a week after they were last downloaded. (How often do the options of coreutils change?)</p>
-<p>When I searched for a setting to only use the cache, I realized that I wasn't using most features of the client across its hundreds of lines of code, so I wrote my own with only what I need.</p>
-<p>The script uses cat to output the markdown, making it instantaneous. The only arguments are the command and optionally a platform. You can find it <a href="/git/dotfiles/file/.local/bin/tldr.html">here</a>, and the latest release of the tldr pages <a href="https://github.com/tldr-pages/tldr/releases/latest/download/tldr.zip">here</a>.</p>
-<p>When searching for a subcommand (e.g., git log), use a hyphen, preventing "log" from being used as the platform.</p>
-</article>
-<footer>
-<hr>
-<a href="/">Home Page</a></footer>
-</body>
-</html>