aboutsummaryrefslogtreecommitdiff
path: root/update.sh
AgeCommit message (Collapse)AuthorFilesLines
2024-06-10bugfixkaotisk1-1/+1
2024-06-09Refactoringkaotisk1-0/+9
2024-06-04Refactoring, modules directory introducedkaotisk1-0/+11
- 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-03-27A bit more verbose update commandkaotisk1-2/+10
2024-03-11Introduced ./lib for common stuffkaotisk1-1/+18
ofc, logit was the first lib to add... finally
2024-03-01Firstly clean up AK_BINDIR, then make linkskaotisk1-7/+7
2024-03-01Removing old links when updatingkaotisk1-0/+8
2023-08-20Replaced double brackets with single oneskaotisk1-1/+1
2023-03-30Finished enter to ak-enterkaotisk1-1/+1
2022-09-07Tool to run after git pull so you can skip relaunching init.sh or install.shkaotisk1-0/+9