aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-07-18 04:47:53 +0300
committerkaotisk <kaotisk@arching-kaos.org>2024-07-18 04:47:53 +0300
commit216f874e90a069228f262d36bbd2e3e3cdbf9ae6 (patch)
treeb6792a8368e8e84e32a409d2987f40ee97bb6cb9
parent3ab1195a2fd01816287879fa78297b2904462584 (diff)
downloadarching-kaos-tools-216f874e90a069228f262d36bbd2e3e3cdbf9ae6.tar.gz
arching-kaos-tools-216f874e90a069228f262d36bbd2e3e3cdbf9ae6.tar.bz2
arching-kaos-tools-216f874e90a069228f262d36bbd2e3e3cdbf9ae6.zip
Extended section todos with help screen + typofix
-rw-r--r--MODULES23
1 files changed, 22 insertions, 1 deletions
diff --git a/MODULES b/MODULES
index c677261..06a9961 100644
--- a/MODULES
+++ b/MODULES
@@ -262,7 +262,7 @@ Prototype of transactions in the ZCHAIN
No checks no nothings, it is like saying I give you 30. No unit, no check for
validity, nothing. This will be useful when SCHAIN is further developed.
-## sm-files
+## smfiles
Adds a split file's map to the ZCHAIN
@@ -299,6 +299,27 @@ Prototype - Adds todo list to the ZCHAIN
As you have already witnessed, prototype is another way of telling "will do" or
"here is an idea".
+```
+$ ak -m todos
+main.sh - Quick description
+===========================
+
+Brief description
+
+Usage:
+
+ -h, --help Prints this help message
+
+ index Prints an indexed table of your todos files
+
+ import <file> #TODO
+
+ add <file> Creates a data file from the todos file you point to
+
+ create Vim is going to pop up, you will write and save your
+ todosletter and it's going to be saved
+```
+
## follow