git-today 0.1.7

A tool to recap your daily git work
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# TODO

## Configuration File
- [ ] config file optional -> else standard hardcoded config
    - [ ] put example in repository
    - [ ] command to create default file?
        - [ ] how to store it so it gets put into the binary file?
        - [ ] or simply download it (with curl) from github
- [ ] specify file type
    - [ ] toml or yaml
- [ ] specify name
    - [ ] one file enough?
- [ ] issue type configuration
    - [ ] list of strings to match a type (also defined by string)