Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
7 days | Settings directory properly set up during installation now | kaotisk | 1 | -2/+2 | |
2024-07-26 | ak-gpg: new flag --verify-file <file> | kaotisk | 8 | -30/+0 | |
2024-07-20 | Minimized 'ak' usage in the scripts in favor of functions | kaotisk | 2 | -6/+6 | |
2024-07-18 | ak-follow is now a module (ak -m follow) | kaotisk | 2 | -0/+99 | |
2024-07-16 | Moved `ak-sm-files` to module `smfiles` | kaotisk | 2 | -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-30 | Refactoring | kaotisk | 2 | -6/+6 | |
2024-06-30 | mixtapes module: refactoring | kaotisk | 2 | -55/+89 | |
2024-06-30 | news module: refactoring, added 'local_latest' as option for --read flag | kaotisk | 2 | -278/+324 | |
2024-06-24 | Reworked tempassin to lib/_ak_script | kaotisk | 8 | -15/+15 | |
2024-06-24 | Refactoring | kaotisk | 1 | -9/+9 | |
2024-06-14 | Refactoring | kaotisk | 8 | -70/+70 | |
2024-06-09 | Refactoring | kaotisk | 11 | -11/+4 | |
2024-06-04 | Refactoring, modules directory introduced | kaotisk | 11 | -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 |