diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-06-24 04:16:45 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-06-24 04:16:45 +0300 |
commit | d14dda9f79215ab44684e0f5a64327a079a6c58f (patch) | |
tree | cd6955ccffbc97d70f5f8abee9815f9424b64fbf /README | |
parent | 432acf6bf5cd42025a63266e77bacd8c5256c0a5 (diff) | |
download | arching-kaos-tools-d14dda9f79215ab44684e0f5a64327a079a6c58f.tar.gz arching-kaos-tools-d14dda9f79215ab44684e0f5a64327a079a6c58f.tar.bz2 arching-kaos-tools-d14dda9f79215ab44684e0f5a64327a079a6c58f.zip |
minor updates in docs and formattings
Diffstat (limited to 'README')
-rw-r--r-- | README | 30 |
1 files changed, 22 insertions, 8 deletions
@@ -244,7 +244,7 @@ Schain tools ------------ - ak-mempool # TODO - ak-miner-script PROTO Prototype miner - - ak-network # TODO + - ak-network # Network Tools (connect to, scan for, dump peers) - ak-sblock-show # Returns a mined SBLOCK - ak-find-latest-mined-sblock # In a hay of SBLOCKS finds the latest @@ -291,11 +291,25 @@ File splitters - ak-sm-filejoiner # Joins a file from a map - ak-sm-filesplitter # Splits a file to chunks and creates a map -File system ------------ - - ak-fs-add # Adds a file to filesystem tree (returns root hash) - - ak-fs-get # Constructs a file from root hash to filename - - ak-fs-cat # Constructs a file from root hash to stdout +FS tools +-------- + - ak-fs + +```bash +$ ak fs --help + +Tools to add, get and cat files to/from the Arching Kaos File System + +Usage: + + -h, --help Prints this help message + + --add, --import <file> Adds/Imports a file to the AKFS system + + --get, --export <hash> <output file> Exports a file from the AKFS system + + --cat <hash> Concatenates from given hash +``` Libraries --------- @@ -303,8 +317,8 @@ Libraries - lib/_ak_fs - lib/_ak_gpg - lib/_ak_newline - - lib/_ak_script_description - - lib/_ak_script_exit + - lib/_ak_network + - lib/_ak_script - lib/_ak_log IPFS Wrappers |