gitlab-timelogs 0.7.0

A lightweight CLI to fetch, summarize, and validate your GitLab issue time logs. Group entries by week, filter by date ranges, and spot anomalies like weekend work or >10h days. Read-only, fast, and cross-platform - built to make time tracking in GitLab finally usable. Made by developers for developers. gitlab-timelogs is not associated with the official GitLab project!
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
max_line_length = 80

[{*.graphql,*.nix,*.toml,*.yml}]
indent_size = 2