Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-16 | Moved `ak-sm-files` to module `smfiles` | kaotisk | 1 | -163/+0 | |
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 ``` | |||||
2024-07-08 | Refactoring | kaotisk | 1 | -18/+22 | |
2024-06-24 | Reworked tempassin to lib/_ak_script | kaotisk | 1 | -1/+1 | |
2024-06-14 | Refactoring | kaotisk | 1 | -24/+24 | |
2024-03-31 | huge refactor, might breaking things | kaotisk | 1 | -2/+3 | |
2024-03-27 | new lib _ak_ipfs | kaotisk | 1 | -2/+3 | |
2024-03-27 | Introduced and applied _ak_gpg library | kaotisk | 1 | -1/+2 | |
2024-03-18 | Renamed lib logit to _ak_logit | kaotisk | 1 | -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-11 | Introduced ./lib for common stuff | kaotisk | 1 | -3/+2 | |
ofc, logit was the first lib to add... finally | |||||
2024-03-01 | Changes help subcommand to flag style -h, --help | kaotisk | 1 | -3/+3 | |
2024-03-01 | Log formatting adjustment | kaotisk | 1 | -7/+7 | |
2024-03-01 | Spacing adjustment | kaotisk | 1 | -37/+38 | |
2024-03-01 | Rename ak-pack_z_block to ak-zblock-pack | kaotisk | 1 | -1/+1 | |
2023-08-18 | Moved GPG keyring to dedicated folder under .arching-kaos/ | kaotisk | 1 | -1/+1 | |
2023-07-30 | Renamed FINGERPRINT to AK_FINGERPRINT | kaotisk | 1 | -1/+1 | |
2023-04-03 | Clean up, elimination of duplicate tempassins, fixed current directory ↵ | kaotisk | 1 | -25/+25 | |
problems, introduced new tool | |||||
2023-04-03 | Some cleanup and further working on the tool | kaotisk | 1 | -5/+20 | |
2023-04-03 | Fixed temporary folder creation | kaotisk | 1 | -16/+1 | |
2023-04-03 | Renaming to prefix convention, introduced ipfs wrappers so it can be easier ↵ | kaotisk | 1 | -0/+156 | |
to maintain, changes in filesplitter and filejoiner as they move sm submodule namespace... like there are namespaces in bash or something |