diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-31 14:51:30 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-31 14:51:30 +0300 |
| commit | 0acde91e92845e5756dee41262b5f8e6ac6e72f2 (patch) | |
| tree | e9c162692ff485bb9f8f8d3a701ca0784d9085e0 /gemfeed | |
| parent | 8e6f4f6f9cfddbcbc82dc99d76cd24de530fd65c (diff) | |
Update content for md
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2026-06-01-gt-calculator.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gemfeed/2026-06-01-gt-calculator.md b/gemfeed/2026-06-01-gt-calculator.md index b218eddd..bf95d7a3 100644 --- a/gemfeed/2026-06-01-gt-calculator.md +++ b/gemfeed/2026-06-01-gt-calculator.md @@ -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: |
