commit 7e8ddeae69664a3d3aa553b22db27117b55e9ab4
parent 14cb90b1a4ec29569dab46221163eca418d56f36
Author: hhvn <dev@hhvn.uk>
Date: Sun, 15 May 2022 20:55:51 +0100
Add help file
Diffstat:
A | data/help.txt | | | 46 | ++++++++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 46 insertions(+), 0 deletions(-)
diff --git a/data/help.txt b/data/help.txt
@@ -0,0 +1,46 @@
+marvvin, help/source/src
+ Print links to git repo and this help document.
+
+marvvin, say hi to ...
+ Greet a person.
+
+marvvin, say ...
+ Print a string.
+
+marvvin, topic ...
+ Set the topic of #hlircnet to include '<your nick> ...'.
+
+marvvin, convert/exchange/currency [amount] <unit> [to] <unit>
+ Convert between various units.
+
+marvvin, suggest <category> <value>
+ Suggest a feature/response/data/... to be used by marvvin.
+
+marvvin, suggest
+ Print categories for the suggest command.
+
+marvvin, ip <host/ip>
+ Get information about a hostname or IP address.
+
+marvvin, backronym <acronym>
+ Get a series of random words with the first character responding to a
+ character in <acronym>. https://en.wikipedia.org/wiki/Backronym
+
+marvvin, date [format]
+ Get the date. Accepts a strftime(3) format string.
+
+marvvin, date [date] <time> <tz1> to <tz2>
+ Convert date & time from <tz1> to <tz2>.
+ Using 'unix' as a timezone will convert with unix time.
+ https://en.wikipedia.org/wiki/Unix_time
+ 'now' can be used as a shorthand.
+
+marvvin, date for/at/in/as <timezone>
+ Print date using <timezone>.
+ Use `marvvin, date +%s` for unix time.
+
+marvvin, dict <term>
+ Print a URI to a definition.
+
+This help file is not comprehensive.
+It documents only useful command-like actions.