We have a directory where we put all my receipts from the renovation of our house. We want to have an overview of each file and it's value.
GenCSV is a CLI tool which creates or updates a csv file which:
- Contains a list of all files in the directory
- Manually add/update the values to the list
- Count the total of all known values
./csvGen --dir "./example" --csv "files.csv"
./csvGen --helpgo test
golangci-lint run # Golang lint tool: https://github.com/golangci/golangci-lint
go build
go install
- unit tests
- loglevel
- CLI
- golangci-lint
- csv content in alphabetic order
- print files with "0" value at end?
- remove files?