aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-data-expand
AgeCommit message (Collapse)AuthorFilesLines
2024-07-05Refactoringkaotisk1-104/+0
- Edited log messages and types - IPFS `cat` is now calling `get` which in turn searches for already gotten file, otherwise fetches it. - ak-data-expand is now a function of _ak_zblock lib (_ak_data_expand) - Removed ak-sm-hash-to-path as it lives in _ak_fs lib now - Removed _ak_title_description and _ak_help from ak in favor of _ak_usage - Tweaks around native FS over IPFS strategy Note that we are preparing the ground for migration to AKFS as well
2024-06-25cleanupkaotisk1-14/+14
2024-06-14Refactoringkaotisk1-16/+16
2024-04-04Deployed space lazers to eliminate tabbed spaceskaotisk1-78/+78
- Also: _ak_not_implemented introduced
2024-03-31huge refactor, might breaking thingskaotisk1-1/+1
2024-03-27new lib _ak_ipfskaotisk1-10/+11
2024-03-27Introduced and applied _ak_gpg librarykaotisk1-2/+3
2024-03-18Renamed lib logit to _ak_logitkaotisk1-1/+1
Affected scripts: - ak - ak-articles - ak-categories - ak-comments - ak-data-expand - ak-enter - ak-files - ak-find-latest-mined-sblock - ak-folders - ak-follow - ak-following - ak-fs-add - ak-ipfs-check - ak-ipns-resolve - ak-news - ak-profile - ak-schain-latest-cached - ak-sm-files - ak-sm-filesplitter - ak-stellar-get-participants - ak-tempassin - ak-todos - ak-transactions - ak-zblock-cache - ak-zblock-manipulator - ak-zblock-pack - ak-zblock-show - ak-zchain-chk
2024-03-11Introduced ./lib for common stuffkaotisk1-3/+3
ofc, logit was the first lib to add... finally
2024-03-01Log formatting adjustmentkaotisk1-17/+17
2023-08-18Moved GPG keyring to dedicated folder under .arching-kaos/kaotisk1-2/+2
2023-08-03Minified outputkaotisk1-1/+1
2023-04-10Changed way that we unpack the data field. Now we return both the IPFS hash ↵kaotisk1-1/+6
value in the data field and the inner data block
2023-04-03Renaming to prefix convention, introduced ipfs wrappers so it can be easier ↵kaotisk1-10/+10
to maintain, changes in filesplitter and filejoiner as they move sm submodule namespace... like there are namespaces in bash or something
2023-04-02Eliminated json_pp usagekaotisk1-1/+1
2023-03-29Further renamingkaotisk1-1/+1
2023-01-21Expands the whole data file instead of outputing only ipfs and detach valueskaotisk1-1/+1
2023-01-21More verbose log outputkaotisk1-3/+3
2023-01-08Forgot a line that outputs a brief JSON object for the data givenkaotisk1-0/+1
2023-01-08Made script more readablekaotisk1-89/+84
2022-11-02Removed trailing new lines from echo output (-n flag added)kaotisk1-1/+1
2022-10-31Updated the way to expand the data part of each blockkaotisk1-0/+101