Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 662 Bytes

dev_notes.md

File metadata and controls

33 lines (21 loc) · 662 Bytes

Dev Notes

Run from source

go run . -c ./test-config.yml --help

Build locally with goreleaser

This is useful for testing ./.goreleaser.yml.

goreleaser --snapshot --skip-publish --rm-dist

Tagging (tags that start with v trigger a release when pushed)

See tag_it.sh

tag_it.sh v0.1 -m 'does this build'

Analyzing logs (useful for image URL detection improvement)

cat ~/.config/grabbit.log | jsonl_to.py -f csv > ~/tmp.csv

TODO

  • better image parsing (go/colly - see nagracks)