summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-04-29 12:31:05 +0300
committerPaul Buetow <paul@buetow.org>2023-04-29 12:31:05 +0300
commit8c92de7747305dfdfda54cdba24c9d837c98099f (patch)
treee4bfb17217ae4fd241b60edf846a9a6ac7bf8adf
parent6d4a5cfee616250e689f952d27ad08607254fe43 (diff)
finishing draft
-rw-r--r--gemfeed/DRAFT-unveiling-guprecords:-uptime-records-with-raku.gmi5
1 files changed, 2 insertions, 3 deletions
diff --git a/gemfeed/DRAFT-unveiling-guprecords:-uptime-records-with-raku.gmi b/gemfeed/DRAFT-unveiling-guprecords:-uptime-records-with-raku.gmi
index b3afc09c..77056e19 100644
--- a/gemfeed/DRAFT-unveiling-guprecords:-uptime-records-with-raku.gmi
+++ b/gemfeed/DRAFT-unveiling-guprecords:-uptime-records-with-raku.gmi
@@ -27,7 +27,7 @@ Guprecords, or global uptime records, is a Raku script designed to generate a co
A previous version of Guprecords was actually written in Perl, the older and more established language from which Raku was developed. One of the primary motivations for rewriting Guprecords in Raku was to learn the language and explore its features. Raku is a more modern and powerful language compared to Perl, and working on a real-world project like Guprecords provided a practical and engaging way to learn the language.
-## Implementation
+## How it works
Guprecords works in three stages:
@@ -39,7 +39,7 @@ Guprecords works in three stages:
raku guprecords.raku --stats=dir=$HOME/git/uprecords/stats --all
```
-This command will generate a comprehensive uptime report from the collected statistics, making it easy to review and analyze the data.
+This command will generate a comprehensive uptime report from the collected statistics, making it easy to review and enjoy the data.
Guprecords supports the following features:
@@ -47,7 +47,6 @@ Guprecords supports the following features:
* Supports multiple metrics: Boots, Uptime, Score, Downtime, and Lifespan
* Output formats available: Plaintext, Markdown, and Gemtext
* Provides top entries based on the specified limit
-* Allows generating reports for all possible combinations of categories and metrics
## Example