Commit Graph

66 Commits

Author SHA1 Message Date
Marty Oehme e633c0335e
chore: Make whoosh database optional dependency 2023-09-20 09:12:54 +02:00
Marty Oehme 5450776eb2
refactor: Extract templating to model module 2023-09-20 09:12:45 +02:00
Marty Oehme e56f014136
Add formatting style Markdown 2023-08-31 21:40:17 +02:00
Marty Oehme 20873e6ef8
Change annotation color to simple rgb tuple
ci/woodpecker/push/test unknown status Details
ci/woodpecker/push/lint Pipeline failed Details
ci/woodpecker/push/static_analysis Pipeline was successful Details
2023-08-29 22:23:52 +02:00
Marty Oehme 256117d451
Add mustache templating
Added mustache templating engine to be able to provide custom
formatting strings.
2023-08-29 13:49:22 +02:00
Marty Oehme e325b89c9b
Move all extraction logic into extractor module
The publically accessible default interface only contains
the command line command interface and a single run function.
2023-08-29 12:40:36 +02:00
Marty Oehme b564ab4792
Add continuous integration pipeline
ci/woodpecker/push/test unknown status Details
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/static_analysis Pipeline was successful Details
Added static analysis (lint, type checking) to be done on each push, and
testing to be done on each master branch commit.
2023-08-29 12:15:10 +02:00
Marty Oehme c6b95a4742
Fix spacing in print output 2023-08-28 18:05:52 +02:00
Marty Oehme 2109c6535d
Add decoration to pretty printed author 2023-08-28 17:04:15 +02:00
Marty Oehme fab58a9fc5
Add preliminary README 2023-08-28 16:42:16 +02:00
Marty Oehme 1af0f8f7bc
Remove default tag mappings
Since meanings assigned to highlight colors are often very personal
I do not want to make any assumptions about their use. Remove any
default associations.
2023-08-28 16:41:59 +02:00
Marty Oehme e68b801ca1
Fix color mapping to tag
Using the papis-like value getting from the options file we should
now correctly get the values for mapping colors to tags.
Why did they not just implement e.g. a toml reader I wonder?
2023-08-28 16:41:18 +02:00
Marty Oehme ff84a28c4a
Format code 2023-08-28 12:55:01 +02:00
Marty Oehme 1bb1b80620
Add debug logging for extractor 2023-08-28 12:53:17 +02:00
Marty Oehme df235caf8f
Fix logging formatting error 2023-08-28 12:52:51 +02:00
Marty Oehme a22cc635b2
initial commit 2023-08-28 10:28:06 +02:00