aboutsummaryrefslogtreecommitdiff
path: root/capybara.go
Commit message (Collapse)AuthorAgeFilesLines
* feat: keep exact url from configFuwn2022-03-171-0/+9
|
* feat(#2): optionally, do not proxy url(s)Fuwn2022-02-221-4/+29
| | | | | | | | | If the user provides a `Capybara.yaml` with the `capybara.keep_gemini` key, do not proxy the provided values (URLs). Also implements a rudimentary configuration system for future extension. Thanks, @WellsBit!
* Merge remote-tracking branch 'upstream/master'Fuwn2022-01-241-6/+29
|
* refactor(capybara): remove redundant typesFuwn2021-09-021-3/+3
|
* refactor(main): main.go -> capybara.goFuwn2021-09-021-0/+666