Commit graph

10 commits

Author SHA1 Message Date
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
Some checks failed
ci/woodpecker/push/test unknown status
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/static_analysis Pipeline was successful
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 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