aboutsummaryrefslogtreecommitdiff
path: root/bin/ak
AgeCommit message (Collapse)AuthorFilesLines
2024-07-05duh: check before running whatever, provide nice messagekaotisk1-0/+5
2024-07-05Refactoringkaotisk1-2/+7
- 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-24refactoringkaotisk1-1/+1
2024-06-14Refactoringkaotisk1-4/+4
2024-06-10bugfixeskaotisk1-1/+1
2024-06-09Refactoringkaotisk1-1/+1
2024-06-05No module selected error addedkaotisk1-0/+6
2024-06-04Refactoring, modules directory introducedkaotisk1-8/+10
- All modules are now stored separately from the rest of the bin/ - You can run them now with `ak -m <module> <args>` - Files affected: * bin/ak-articles -> modules/ak-articles * bin/ak-categories -> modules/ak-categories * bin/ak-comments -> modules/ak-comments * bin/ak-files -> modules/ak-files * bin/ak-folders -> modules/ak-folders * bin/ak-mixtapes -> modules/ak-mixtapes * bin/ak-news -> modules/ak-news * bin/ak-reference -> modules/ak-reference * bin/ak-repositories -> modules/ak-repositories * bin/ak-roadmap -> modules/ak-roadmap * bin/ak-todos -> modules/ak-todos
2024-06-02Zero effect, preample to upcoming changeskaotisk1-0/+12
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.