about summary refs log tree commit diff
path: root/strike.py
AgeCommit message (Expand)Author
2023-12-05strike: merge as subdirStarfall
2023-12-05strike: reindent with tabsStarfall
2023-12-05strike: fix error when exclusions is not definedStarfall
2023-12-05strike: process files in subdirectoriesStarfall
2023-12-05strike: fix crash when subdirectories existStarfall
2023-12-05strike: 'import os' instead of 'from os import'Starfall
2023-12-05strike: rename location -> file in handle_file()Starfall
2023-12-05strike: use pathlib.Path for better readability where simpleStarfall
2023-12-05strike: minor refactoringStarfall
2023-12-05strike: implement basic key=value front matterStarfall
2023-12-05strike: implement meta[title] and meta[data] from file informationStarfall
2023-12-05strike: statement of intent for a few more variablesStarfall
2023-12-05strike: read and process from config fileStarfall
2023-12-05strike: clean up source a bitStarfall
2023-12-05strike: use argparser instead of hardcoding directories and filenamesStarfall
2023-12-05strike: reduce indentation level slightlyStarfall
2023-12-05strike: move template from fstring to fileStarfall
2023-12-05strike: simple example of fstring templateStarfall