417 Commits
Author SHA1 Message Date
RandyTheSilly 96f4aa0531 Bump go-highlite v0.7.2 2025-06-19 14:33:03 -04:00
RandyTheSilly 1a2a7bb620 Bump dependencies v0.7.1 2025-06-19 14:24:03 -04:00
RandyTheSilly f4718e24c8 Replace chroma with go-highlite 2025-06-19 14:18:55 -04:00
bashbunni c271197076 test: add test for custom styles v0.7.0 2024-03-13 21:07:19 -07:00
Carlos Alexandro Becker ef3b2d1936 fix: lint issues (#280)
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-03-08 16:32:19 -03:00
Maas Lalani 77f8c87aa1 test: test table alignment 2024-03-06 15:52:11 +01:00
Maas Lalani 9e3abf6f65 fix: properly set table alignments 2024-03-06 15:52:11 +01:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ba919abf98 Bump golang.org/x/net from 0.12.0 to 0.17.0 (#265)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-02 15:11:09 -05:00
Maas Lalani 61945eed41 Fix lint issues (#285)
* fix(lint): cascadeStyles always passed true

* fix(lint): gomnd
2024-03-02 15:10:05 -05:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> e9956700ea Bump golangci/golangci-lint-action from 3 to 4 (#281)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-29 12:54:26 -05:00
Maas Lalani 3e8952be4f Create CODEOWNERS 2024-02-28 21:07:43 -05:00
Ayman Bagabas d5df40763c fix(ci): update coverage workflow 2024-02-26 12:29:07 -05:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> e526301e14 Bump actions/setup-go from 4 to 5 (#273)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07 08:55:08 -03:00
Maas Lalani 0aaa280081 fix: linter errors (#263)
* refactor: extract magic numbers to const

* fix: linter errors
2023-10-02 19:28:35 -07:00
dependabot[bot] ea723982eb Bump actions/checkout from 3 to 4 (#255) 2023-09-05 11:57:41 +00:00
Brian Strauch b8953ce4af fix: render urls in table (#248) 2023-08-22 12:39:50 -07:00
Benicasandbashbunni 49e7da3ec8 docs: add CONTRIBUTING.md (#251)
* Create CONTRIBUTING.md

* docs: add contribution guidelines

---------

Co-authored-by: bashbunni <bunni@bashbunni.dev>
2023-08-22 11:44:57 -07:00
dependabot[bot] b11c5ce2ec Bump github.com/microcosm-cc/bluemonday from 1.0.24 to 1.0.25
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0.24 to 1.0.25.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases)
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.24...v1.0.25)

---
updated-dependencies:
- dependency-name: github.com/microcosm-cc/bluemonday
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 14:50:20 +02:00
dependabot[bot] 226242fe89 Bump github.com/alecthomas/chroma/v2 from 2.7.0 to 2.8.0
Bumps [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml)
- [Commits](https://github.com/alecthomas/chroma/compare/v2.7.0...v2.8.0)

---
updated-dependencies:
- dependency-name: github.com/alecthomas/chroma/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 14:51:39 +02:00
dependabot[bot] f77270f7ac Bump github.com/yuin/goldmark-emoji from 1.0.1 to 1.0.2
Bumps [github.com/yuin/goldmark-emoji](https://github.com/yuin/goldmark-emoji) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/yuin/goldmark-emoji/releases)
- [Commits](https://github.com/yuin/goldmark-emoji/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: github.com/yuin/goldmark-emoji
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 14:47:57 +02:00
dependabot[bot] 7f6fb4e308 Bump github.com/muesli/termenv from 0.15.1 to 0.15.2
Bumps [github.com/muesli/termenv](https://github.com/muesli/termenv) from 0.15.1 to 0.15.2.
- [Release notes](https://github.com/muesli/termenv/releases)
- [Commits](https://github.com/muesli/termenv/compare/v0.15.1...v0.15.2)

---
updated-dependencies:
- dependency-name: github.com/muesli/termenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 14:37:44 +02:00
dependabot[bot] 5548a825e6 Bump github.com/microcosm-cc/bluemonday from 1.0.23 to 1.0.24
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0.23 to 1.0.24.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases)
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.23...v1.0.24)

---
updated-dependencies:
- dependency-name: github.com/microcosm-cc/bluemonday
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 14:17:37 +02:00
Maas Lalani 6d5b52861a fix: generate json styles for pink theme 2023-05-31 11:07:59 -04:00
Maas Lalani 63cd3b88ae fix: indentation for pink theme 2023-05-31 11:00:50 -04:00
Christian Rocha 7528eaad66 feat: use (exported) consts for default styles (#232) 2023-05-19 09:14:05 -04:00
Ayman Bagabas cd217b9c0f fix(ci): remove soft-serve workflow 2023-05-12 14:13:51 -04:00
Carlos Alexandro Becker 5b0dd3ff59 docs: update license
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-05-11 12:38:35 +00:00
dependabot[bot] 1b955add54 Bump github.com/alecthomas/chroma/v2 from 2.6.0 to 2.7.0
Bumps [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml)
- [Commits](https://github.com/alecthomas/chroma/compare/v2.6.0...v2.7.0)

---
updated-dependencies:
- dependency-name: github.com/alecthomas/chroma/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 22:53:44 +01:00
Gary Holtz 86b11ad0ca docs: updating glab URL (#222)
GitLab has adopted `glab` as its official CLI and moved the repo
2023-03-22 14:50:30 -04:00
dependabot[bot] 19d7ec261d Bump github.com/alecthomas/chroma/v2 from 2.5.0 to 2.6.0
Bumps [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml)
- [Commits](https://github.com/alecthomas/chroma/compare/v2.5.0...v2.6.0)

---
updated-dependencies:
- dependency-name: github.com/alecthomas/chroma/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 00:11:32 +01:00
dependabot[bot] 0b52b000c5 Bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16 11:04:53 +01:00
dependabot[bot] 462588d7a4 Bump github.com/muesli/termenv from 0.15.0 to 0.15.1
Bumps [github.com/muesli/termenv](https://github.com/muesli/termenv) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/muesli/termenv/releases)
- [Commits](https://github.com/muesli/termenv/compare/v0.15.0...v0.15.1)

---
updated-dependencies:
- dependency-name: github.com/muesli/termenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10 11:46:20 +01:00
dependabot[bot] 914a6a6c92 Bump github.com/muesli/termenv from 0.14.0 to 0.15.0
Bumps [github.com/muesli/termenv](https://github.com/muesli/termenv) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/muesli/termenv/releases)
- [Commits](https://github.com/muesli/termenv/compare/v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: github.com/muesli/termenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-09 06:02:14 +01:00
dependabot[bot] 0b376fb605 Bump github.com/microcosm-cc/bluemonday from 1.0.22 to 1.0.23
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0.22 to 1.0.23.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases)
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.22...v1.0.23)

---
updated-dependencies:
- dependency-name: github.com/microcosm-cc/bluemonday
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-08 15:09:01 +01:00
dependabot[bot] b3a2554162 Bump golang.org/x/net from 0.0.0-20221002022538-bcab6841153b to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20221002022538-bcab6841153b to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-08 14:50:05 +01:00
Carlos Alexandro Becker c783aea2e6 feat: update chroma (#154) 2023-03-08 14:38:17 +01:00
dependabot[bot] 1138d0eceb Bump github.com/muesli/termenv from 0.13.0 to 0.14.0
Bumps [github.com/muesli/termenv](https://github.com/muesli/termenv) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/muesli/termenv/releases)
- [Commits](https://github.com/muesli/termenv/compare/v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: github.com/muesli/termenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07 11:31:24 +01:00
dependabot[bot] 719329ad61 Bump github.com/yuin/goldmark from 1.5.3 to 1.5.4
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](https://github.com/yuin/goldmark/compare/v1.5.3...v1.5.4)

---
updated-dependencies:
- dependency-name: github.com/yuin/goldmark
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-03 23:13:26 +01:00
dependabot[bot] e1ace906fe Bump github.com/microcosm-cc/bluemonday from 1.0.21 to 1.0.22
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0.21 to 1.0.22.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases)
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.21...v1.0.22)

---
updated-dependencies:
- dependency-name: github.com/microcosm-cc/bluemonday
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-01 00:43:58 +01:00
dependabot[bot] bf21e0bca6 Bump github.com/yuin/goldmark from 1.5.2 to 1.5.3
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](https://github.com/yuin/goldmark/compare/v1.5.2...v1.5.3)

---
updated-dependencies:
- dependency-name: github.com/yuin/goldmark
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 01:22:22 +01:00
Christian Muehlhaeuser 3c5ceaed91 docs: new readme footer 2022-10-24 10:22:30 +02:00
John Olheiser c0f987a592 Add Gitea CLI 2022-10-21 08:46:41 +02:00
dependabot[bot] c4cd9ed13e Bump github.com/microcosm-cc/bluemonday from 1.0.19 to 1.0.21
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0.19 to 1.0.21.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases)
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.19...v1.0.21)

---
updated-dependencies:
- dependency-name: github.com/microcosm-cc/bluemonday
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-15 07:08:42 +02:00
dependabot[bot] 32798f0fbe Bump github.com/yuin/goldmark from 1.4.4 to 1.5.2
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.4.4 to 1.5.2.
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](https://github.com/yuin/goldmark/compare/v1.4.4...v1.5.2)

---
updated-dependencies:
- dependency-name: github.com/yuin/goldmark
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-15 07:07:58 +02:00
dependabot[bot] 027fe19e8f Bump actions/setup-go from 2 to 3
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-15 07:05:54 +02:00
dependabot[bot] c14b5d241e Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-15 07:05:23 +02:00
Christian Muehlhaeuser e8d5c71c0e chore: add dependabot config 2022-10-15 07:01:28 +02:00
Ayman Bagabas 50e7d3bab8 fix(ansi): register chroma styles
termenv changed the order of profiles, now 1 no longer equals ANSI.
2022-10-15 05:21:37 +02:00
Ayman Bagabas dc4e563549 chore: bump termenv 2022-10-15 05:21:37 +02:00
Mark Woods f74666fece Document default word wrap of 80 in readme (#162) 2022-10-11 15:43:25 +02:00