diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-07-16 05:24:52 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-07-16 05:24:52 +0300 |
commit | 38ad449f562af439640563112e2dc38fe2a960cd (patch) | |
tree | b3d957e61d0de180e258d0479a9d11e51caa55d8 /README | |
parent | 887f912491cdeaa1c1a8b4d13d48c46909f391b7 (diff) | |
download | arching-kaos-tools-38ad449f562af439640563112e2dc38fe2a960cd.tar.gz arching-kaos-tools-38ad449f562af439640563112e2dc38fe2a960cd.tar.bz2 arching-kaos-tools-38ad449f562af439640563112e2dc38fe2a960cd.zip |
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
```
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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 ------------- |