blob: 441df1020f09a470382bc55660945cf650af77ad (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/style.css" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<title>semware-tse-editor</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>semware-tse-editor</h2>
<h3>2026-06-13</h3>
<h4>A very interesting editor for DOS, Linux and Windows</h4>
<p>
<img src="/images/blog/semware.png" alt="semware editor screenshot" />
</p>
<p>
I stumbled upon the #Semware editor (TSE) for #Linux, Windows and #Dos
and thought I'd share it here. Originally named Qedit in 1985, the
latest version is dated May 2026. I don't know about Windows (as I
haven't used it in years), but the Linux version is a pleasant CLI app
with many features, including it's own application language. The more
I look at it, the more I realise that it is a profound piece of
software.
</p>
<p>
<a href="https://www.semware.com/">www.semware.com</a><br />
<a href="https://www.youtube.com/@knudvaneeden"
>Knud Vaneeded YT videos</a
>
</p>
</article>
</main>
<footer>
<p>§</p>
</footer>
</body>
</html>
|