diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-31 14:51:31 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-31 14:51:31 +0300 |
| commit | da97ad4eca249738f5163e565541413bc5eec85f (patch) | |
| tree | efafa58a61191287185cc3f70b7b52ee880a3d51 /gemfeed | |
| parent | be2f607a385e6ba373462bf80c8f49591209ebd8 (diff) | |
Update content for gemtext
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2026-06-01-gt-calculator.gmi | 2 | ||||
| -rw-r--r-- | gemfeed/2026-06-01-gt-calculator.gmi.tpl | 2 | ||||
| -rw-r--r-- | gemfeed/atom.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/gemfeed/2026-06-01-gt-calculator.gmi b/gemfeed/2026-06-01-gt-calculator.gmi index 9cf055d0..3591bdde 100644 --- a/gemfeed/2026-06-01-gt-calculator.gmi +++ b/gemfeed/2026-06-01-gt-calculator.gmi @@ -6,7 +6,7 @@ I created a calculator. Not because the world needed another one, but because I The answer is: well enough for small projects like this. -`gt` is a command-line calculator written in Go that does RPN (Reverse Polish Notation), percentage calculations, unit conversion, and a fair bit more. The name stands for "greater than" — `gt` is a comparison operator the calculator supports. Plus it was free in my terminal and I liked the short name. +`gt` is a command-line calculator written in Go that does RPN (Reverse Polish Notation), percentage calculations, unit conversion, and a fair bit more. The name stands for "greater than" — `gt` is a comparison operator the calculator supports. Plus it was free in my shell (`gt` command wasn't used yet by another tool) and I liked the short name. If you want the full feature guide, the README links to a detailed doc for every feature covered here and more: diff --git a/gemfeed/2026-06-01-gt-calculator.gmi.tpl b/gemfeed/2026-06-01-gt-calculator.gmi.tpl index ca40ba78..37b40096 100644 --- a/gemfeed/2026-06-01-gt-calculator.gmi.tpl +++ b/gemfeed/2026-06-01-gt-calculator.gmi.tpl @@ -6,7 +6,7 @@ I created a calculator. Not because the world needed another one, but because I The answer is: well enough for small projects like this. -`gt` is a command-line calculator written in Go that does RPN (Reverse Polish Notation), percentage calculations, unit conversion, and a fair bit more. The name stands for "greater than" — `gt` is a comparison operator the calculator supports. Plus it was free in my terminal and I liked the short name. +`gt` is a command-line calculator written in Go that does RPN (Reverse Polish Notation), percentage calculations, unit conversion, and a fair bit more. The name stands for "greater than" — `gt` is a comparison operator the calculator supports. Plus it was free in my shell (`gt` command wasn't used yet by another tool) and I liked the short name. If you want the full feature guide, the README links to a detailed doc for every feature covered here and more: diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index f1cc96dc..41756dbd 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> - <updated>2026-05-31T14:43:47+03:00</updated> + <updated>2026-05-31T14:51:20+03:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -26,7 +26,7 @@ <br /> <span>The answer is: well enough for small projects like this.</span><br /> <br /> -<span><span class='inlinecode'>gt</span> is a command-line calculator written in Go that does RPN (Reverse Polish Notation), percentage calculations, unit conversion, and a fair bit more. The name stands for "greater than" — <span class='inlinecode'>gt</span> is a comparison operator the calculator supports. Plus it was free in my terminal and I liked the short name.</span><br /> +<span><span class='inlinecode'>gt</span> is a command-line calculator written in Go that does RPN (Reverse Polish Notation), percentage calculations, unit conversion, and a fair bit more. The name stands for "greater than" — <span class='inlinecode'>gt</span> is a comparison operator the calculator supports. Plus it was free in my shell (<span class='inlinecode'>gt</span> command wasn't used yet by another tool) and I liked the short name.</span><br /> <br /> <span>If you want the full feature guide, the README links to a detailed doc for every feature covered here and more:</span><br /> <br /> |
