dependabot[bot]
305ea9d447
chore(deps): bump golang.org/x/term from 0.22.0 to 0.29.0 ( #694 )
...
Bumps [golang.org/x/term](https://github.com/golang/term ) from 0.22.0 to 0.29.0.
- [Commits](https://github.com/golang/term/compare/v0.22.0...v0.29.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/term
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-13 13:49:30 +00:00
dependabot[bot]
929a9e326f
chore(deps): bump github.com/charmbracelet/x/editor ( #692 )
...
Bumps [github.com/charmbracelet/x/editor](https://github.com/charmbracelet/x ) from 0.0.0-20240625164403-2627ec16405d to 0.1.0.
- [Release notes](https://github.com/charmbracelet/x/releases )
- [Commits](https://github.com/charmbracelet/x/commits/v0.1.0 )
---
updated-dependencies:
- dependency-name: github.com/charmbracelet/x/editor
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-13 13:46:44 +00:00
dependabot[bot]
8850757e80
chore(deps): bump github.com/charmbracelet/bubbletea ( #693 )
...
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea ) from 0.26.7-0.20240711210516-ea13ffb9a18d to 1.3.3.
- [Release notes](https://github.com/charmbracelet/bubbletea/releases )
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml )
- [Commits](https://github.com/charmbracelet/bubbletea/commits/v1.3.3 )
---
updated-dependencies:
- dependency-name: github.com/charmbracelet/bubbletea
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>
2025-02-13 13:45:29 +00:00
dependabot[bot]
4db0304573
chore(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.3.3 ( #689 )
...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ) from 6.3.2 to 6.3.3.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.3.2...v6.3.3 )
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-13 13:43:46 +00:00
dependabot[bot]
19c6af747f
chore(deps): bump golang.org/x/text from 0.16.0 to 0.22.0 ( #691 )
...
Bumps [golang.org/x/text](https://github.com/golang/text ) from 0.16.0 to 0.22.0.
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.16.0...v0.22.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/text
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-13 13:43:38 +00:00
Charm
b17f04c0ef
ci: sync dependabot config ( #688 )
2025-02-13 10:40:53 -03:00
Shane-XB-Qian
546b6287d8
ci: upgrade go and golangci-lint ver ( #685 )
2025-02-12 11:11:44 -03:00
Shane-XB-Qian
f689c90084
fix: correct abs to rel path conversion ( #683 )
2025-02-11 10:53:34 -03:00
Andrey Nering
51fa19b8b4
ci: fix semgrep
2025-02-11 05:35:31 -08:00
Andrey Nering
05e5b2e279
feat: watch for file changes and reload automatically
2025-02-11 05:35:31 -08:00
Andrey Nering
e44e4684e1
fix: fallback to the current directory if no argument was given
2025-02-11 05:35:31 -08:00
Andrey Nering
2671509003
fix: make all setting false by default
2025-02-07 08:16:33 -08:00
Andrey Nering
8e363644f6
chore: add missing line end to .gitignore
2025-02-07 08:16:33 -08:00
Andrey Nering
e03817b2cb
feat: add new --tui / -t flag ( #679 )
2025-02-05 16:45:36 -03:00
Andrey Nering
009c37602a
fix: restore hint for e / edit on the footer ( #678 )
2025-02-03 13:20:54 -08:00
NijeboerFrank
3989fe0d5e
fix: ensure r key works when filtering files ( #648 )
2025-02-03 17:03:38 -03:00
bashbunni
7b3bfac306
test: skip networked tests if no connection ( #661 )
...
* test: skip networked tests if no connection
* fix: handle unexpected http responses
* fix: return if a valid URL is generated
* test: delete networked test
2024-12-18 11:10:03 -08:00
bashbunni
f255f3a603
feat: support GLAMOUR_STYLE for custom pager styles ( #587 )
...
* feat: support GLAMOUR_STYLE for custom pager styles
* fix: resolve errors
2024-12-16 07:55:09 -08:00
Carlos Alexandro Becker
ae57cced06
fix: remove more stash-related stuff ( #656 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-10-31 09:53:59 -03:00
Stanislav (Stas) Katkov
f1b565125f
feat: make --all configurable globally ( #651 )
...
* Make --all configurable globally
* docs: add all option to docs and default config
* refactor: tidy fields, set showAllFiles to true if unset
---------
Co-authored-by: Stanislav (Stas) Katkov <github@skatkov.com>
Co-authored-by: bashbunni <bunni@bashbunni.dev>
2024-10-01 10:23:20 -07:00
Christian Rocha
67243bb6fb
docs(license): update copyright date
v2.0.0
2024-08-23 15:00:20 -04:00
Christian Rocha
f02c9a8fdc
docs(readme): update GIF
2024-08-23 14:49:31 -04:00
Christian Rocha
b26341ec7b
docs(readme): pull network stuff from config example
2024-08-23 13:25:12 -04:00
Carlos Alexandro Becker
736e77dbc6
feat!: rename module to /v2 ( #640 )
...
Next version of Glow drops stash support, which is a breaking change.
This makes it accordingly.
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-08-23 12:45:30 -03:00
Carlos Alexandro Becker
cd99146e9e
fix: update codeowners ( #637 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-08-23 12:45:18 -03:00
Carlos Alexandro Becker
3f3b2c4586
test: github:// proto
2024-08-21 15:07:42 -03:00
Carlos Alexandro Becker
c89c8bd6e7
feat: update glamour ( #634 )
...
* feat: updating glamour
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
* fix: trim space
* chore: bump
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
* chore(deps): bump
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
* fix: perms
* fix: improve logs
* feat: update glamour
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-08-21 14:43:05 -03:00
Carlos Alexandro Becker
4578bc149a
feat: updating glamour ( #631 )
...
* feat: updating glamour
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
* fix: trim space
* chore: bump
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
* chore(deps): bump
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-25 10:32:08 -04:00
Carlos Alexandro Becker
0dcf1271dd
feat: suspend
...
closes #333
2024-07-11 18:07:35 -03:00
Carlos Alexandro Becker
94835d99ee
test: skip flukish test
2024-07-11 12:20:59 -03:00
kalle (jag)
96d2a38e67
feat: allow --width=0 to disable wordwrap ( #366 )
...
Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-11 12:16:12 -03:00
Carlos Alexandro Becker
2d5bd3b799
feat: show line numbers configuration option
...
closes #311
2024-07-11 12:08:57 -03:00
Carlos Alexandro Becker
247c707b25
fix: glow URL
...
closes #464
2024-07-11 12:02:03 -03:00
Carlos Alexandro Becker
c356273a76
chore: update glamour to master
...
fixes #485
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-10 17:02:37 -03:00
Carlos Alexandro Becker
3f9102d116
fix: yet another log handling fix
2024-07-10 12:02:50 -03:00
Carlos Alexandro Becker
a1a85636ea
fix: handle not being able to create log file
2024-07-10 10:42:21 -03:00
Carlos Alexandro Becker
b80e8312f2
fix: handle permission denied
2024-07-10 10:39:05 -03:00
Carlos Alexandro Becker
39c336f823
ci: improve coverage workflow
2024-07-10 10:37:00 -03:00
Carlos Alexandro Becker
e4cacf7319
fix: mkdir cache dir
2024-07-10 10:35:52 -03:00
Carlos Alexandro Becker
ad01f380bd
fix: improve line no
2024-07-09 16:46:49 -03:00
Carlos Alexandro Becker
597e56bad4
feat: open editor in current line
...
closes #547
2024-07-09 16:38:32 -03:00
Carlos Alexandro Becker
400228cff6
docs: update install
2024-07-09 16:38:10 -03:00
Carlos Alexandro Becker
1407793c5d
fix: pass color profile down to glamour ( #626 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-09 16:13:32 -03:00
Carlos Alexandro Becker
401610afa4
ci: run govulncheck, semgrep, etc ( #627 )
...
* ci: run govulncheck, semgrep, etc
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
* fix: error check
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-09 16:13:05 -03:00
Carlos Alexandro Becker
9ebe39cd09
feat: improve gitlab/github readme url ( #456 )
...
* Use GitHub API to find readme filename
* Fix lint errors and typos
* Bring back "tries to find" instead of "finds"
* Rename `readmeURL` to `apiURL`
* Don't close body
* Use GitLab API to find readme filename
* feat: improve gitlab/github readme url
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
---------
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Co-authored-by: danielwerg <35052399+danielwerg@users.noreply.github.com>
2024-07-09 16:07:39 -03:00
Carlos Alexandro Becker
ab94744c39
chore: fix codeowners
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-09 16:04:11 -03:00
Carlos Alexandro Becker
2288311e82
fix: do not hard fail if no config
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-09 10:58:52 -03:00
Carlos Alexandro Becker
dbf6e3e799
ci: fix goreleaser config
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-09 10:48:54 -03:00
Carlos Alexandro Becker
1133e5047b
fix: config failing in tests ( #625 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-09 10:47:44 -03:00
Carlos Alexandro Becker
f44e5b5f5c
fix: improve message
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-09 10:17:18 -03:00