aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)AuthorFilesLines
2024-07-26ak-gpg: new flag --verify-file <file>kaotisk8-30/+0
2024-07-20Minimized 'ak' usage in the scripts in favor of functionskaotisk2-6/+6
2024-07-18ak-follow is now a module (ak -m follow)kaotisk2-0/+99
2024-07-16Moved `ak-sm-files` to module `smfiles`kaotisk2-0/+185
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-06-30Refactoringkaotisk2-6/+6
2024-06-30mixtapes module: refactoringkaotisk2-55/+89
2024-06-30news module: refactoring, added 'local_latest' as option for --read flagkaotisk2-278/+324
2024-06-24Reworked tempassin to lib/_ak_scriptkaotisk8-15/+15
2024-06-24Refactoringkaotisk1-9/+9
2024-06-14Refactoringkaotisk8-70/+70
2024-06-09Refactoringkaotisk11-11/+4
2024-06-04Refactoring, modules directory introducedkaotisk11-0/+1450
- 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