all repos — llm_aggregator @ f8680f68d04b67101a791bdcffbbb96f0bc740a8

A CLI tool to aggregate RSS feeds and summarise them with LLMs

.gitignore (view raw)

 1# Binaries for programs and plugins
 2/llm_aggregator
 3*.exe
 4*.exe~
 5*.dll
 6*.so
 7*.dylib
 8dist
 9
10# Test binary, built with `go test -c`
11*.test
12
13# Code coverage profiles and other test artifacts
14*.out
15coverage.*
16*.coverprofile
17profile.cov
18
19# Dependency directories (remove the comment below to include it)
20# vendor/
21
22# Go workspace file
23go.work
24go.work.sum
25
26# env file
27.env
28
29# Honk
30AGENTS.md
31.goosehints
32.crush