From 38ad449f562af439640563112e2dc38fe2a960cd Mon Sep 17 00:00:00 2001 From: kaotisk Date: Tue, 16 Jul 2024 05:24:52 +0300 Subject: Moved `ak-sm-files` to module `smfiles` Also, cleaning up the `bin/` directory: - ak-sm-filejoiner and - ak-sm-filesplitter are now part of `lib/_ak_smfiles` Updated README as well removing the above scripts and fixing the typo: - sm-files -> smfiles from the modules list. Note that the module part, as well as the `files` module are going to be removed in favor of `ak-fs`. Stay tuned for that. To update, do: ``` git pull ./update.sh ``` --- README | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'README') diff --git a/README b/README index 69f0cd2..b105b7a 100644 --- a/README +++ b/README @@ -291,7 +291,7 @@ Modules - repositories # Adds repositories to the ZCHAIN - roadmap PROTO Adds a roadmap to the ZCHAIN - transactions # Prototype of transactions in the ZCHAIN - - sm-files # Adds a split file's map to the ZCHAIN + - smfiles # Adds a split file's map to the ZCHAIN - todos PROTO Adds todo list to the ZCHAIN Read more at the `./MODULES` file @@ -302,11 +302,6 @@ Public following (uses ak-profile module) - ak-following # List your follows - ak-unfollow # Unfollow something -File splitters --------------- - - ak-sm-filejoiner # Joins a file from a map - - ak-sm-filesplitter # Splits a file to chunks and creates a map - FS tools -------- - ak-fs @@ -336,6 +331,7 @@ Libraries - lib/_ak_network - lib/_ak_script - lib/_ak_log + - lib/_ak_smfiles IPFS Wrappers ------------- -- cgit v1.2.3