blob: e07b7ea60277c2a8dca472bc9e0a9908b21ca408 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<!doctype html>
<html lang="EN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css">
<title>Terminal Trove</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>Terminal Trove</h2>
<h3>2025-04-02</h3>
<h4>Terminal Trove curates and showcases all things in the terminal</h4>
<p>such as command line interface tools (CLI), text mode interface tools (TUI), developer tools and more no matter what platform or medium.</p>
<p>The site also has RSS feeds, and is present on mastodon and BlueSky among others</p>
<p><a href="https://terminaltrove.com/">https://terminaltrove.com</a></p>
<p>Nice site</p>
</article>
</main>
<footer>
<p> </p><p>§</p></footer>
</body></html>
|