aboutsummaryrefslogtreecommitdiff
path: root/bin/ak
AgeCommit message (Collapse)AuthorFilesLines
2024-05-16More descriptionskaotisk1-0/+7
2024-04-05various fixes, surely still broken in placeskaotisk1-0/+2
2024-03-31huge refactor, might breaking thingskaotisk1-7/+23
2024-03-27Moving stuff to libkaotisk1-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-4/+1
ofc, logit was the first lib to add... finally
2024-03-11More helpful outputkaotisk1-1/+7
2024-03-02Removed old ak-cli approach in favor of akkaotisk1-0/+51
Instead of hardcoding things in a big script we simply search in ak's arguments for appropriate scripts and past the rest of values as arguments to the script found. Running with no arguments *will* be printing all available scripts with --help flag to provide a good overview.