summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-10-31fix: remove more stash-related stuff (#656)HEADmasterCarlos Alexandro Becker
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-10-01feat: make --all configurable globally (#651)Stanislav (Stas) Katkov
* 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-08-23docs(license): update copyright datev2.0.0Christian Rocha
2024-08-23docs(readme): update GIFChristian Rocha
2024-08-23docs(readme): pull network stuff from config exampleChristian Rocha
2024-08-23feat!: rename module to /v2 (#640)Carlos Alexandro Becker
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-23fix: update codeowners (#637)Carlos Alexandro Becker
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-08-21test: github:// protoCarlos Alexandro Becker
2024-08-21feat: update glamour (#634)Carlos Alexandro Becker
* 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-07-25feat: updating glamour (#631)Carlos Alexandro Becker
* 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-11feat: suspendCarlos Alexandro Becker
closes #333
2024-07-11test: skip flukish testCarlos Alexandro Becker
2024-07-11feat: allow --width=0 to disable wordwrap (#366)kalle (jag)
Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-11feat: show line numbers configuration optionCarlos Alexandro Becker
closes #311
2024-07-11fix: glow URLCarlos Alexandro Becker
closes #464
2024-07-10chore: update glamour to masterCarlos Alexandro Becker
fixes #485 Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-10fix: yet another log handling fixCarlos Alexandro Becker
2024-07-10fix: handle not being able to create log fileCarlos Alexandro Becker
2024-07-10fix: handle permission deniedCarlos Alexandro Becker
2024-07-10ci: improve coverage workflowCarlos Alexandro Becker
2024-07-10fix: mkdir cache dirCarlos Alexandro Becker
2024-07-09fix: improve line noCarlos Alexandro Becker
2024-07-09feat: open editor in current lineCarlos Alexandro Becker
closes #547
2024-07-09docs: update installCarlos Alexandro Becker
2024-07-09fix: pass color profile down to glamour (#626)Carlos Alexandro Becker
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-09ci: run govulncheck, semgrep, etc (#627)Carlos Alexandro Becker
* 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-09feat: improve gitlab/github readme url (#456)Carlos Alexandro Becker
* 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-09chore: fix codeownersCarlos Alexandro Becker
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-09fix: do not hard fail if no configCarlos Alexandro Becker
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-09ci: fix goreleaser configCarlos Alexandro Becker
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-09fix: config failing in tests (#625)Carlos Alexandro Becker
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-09fix: improve messageCarlos Alexandro Becker
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-09feat: --preserve-new-lines (#623)Carlos Alexandro Becker
closes #502
2024-07-08feat: allow config from CHARM_CONFIG_HOME and XDG_CONFIG_HOME (#621)Carlos Alexandro Becker
* feat: allow config from CHARM_CONFIG_HOME closes #594 closes #495 closes #328 closes #475 Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * fix: improvements on config handling Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * chore: log --------- Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-08feat: add 'r' to refresh list and document (#624)Carlos Alexandro Becker
* feat: add 'r' to refresh list closes #416 Co-authored-by: Dieter Eickstaedt <eickstaedt@deicon.de> * feat: refresh document Closes #501 Co-authored-by: fedeztk <federicoserranexus@gmail.com> --------- Co-authored-by: Dieter Eickstaedt <eickstaedt@deicon.de> Co-authored-by: fedeztk <federicoserranexus@gmail.com>
2024-07-08docs: use nix-shell as nix-env -iA is bad practice (#622)haennes
2024-07-03feat: man pagesCarlos Alexandro Becker
closes #269
2024-07-03feat: shell completionsCarlos Alexandro Becker
closes #533 closes #546 closes #512
2024-07-03fix: do not show absolute path as noteCarlos Alexandro Becker
2024-07-03chore: go mod tidyCarlos Alexandro Becker
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-03Merge remote-tracking branch 'origin/master'Carlos Alexandro Becker
2024-07-03fix: --all bypass .gitignore rules (#285) (#504)Aitva
* feat(deps): bump github.com/muesli/gitcha from 0.2.0 to 0.3.0 * fix: --all bypass .gitignore rules (#285) * Update ui/ui.go --------- Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-03Merge remote-tracking branch 'origin/master'Carlos Alexandro Becker
2024-07-03fix: check other possible readme paths/branches (#450)Carlos Alexandro Becker
* fix: check other possible readme paths/branches Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * fix: url Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> * fix: Readme.md --------- Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2024-07-03chore: fix typo in comment (#607)rustfix
Signed-off-by: rustfix <771054535@qq.com>
2024-07-03fix: lint issueCarlos Alexandro Becker
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-03chore(deps): bump github.com/charmbracelet/glamour from 0.6.0 to 0.7.0 (#600)dependabot[bot]
Bumps [github.com/charmbracelet/glamour](https://github.com/charmbracelet/glamour) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/charmbracelet/glamour/releases) - [Commits](https://github.com/charmbracelet/glamour/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: github.com/charmbracelet/glamour 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>
2024-07-03chore(deps): bump golangci/golangci-lint-action from 4 to 6 (#612)dependabot[bot]
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 6. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v4...v6) --- 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-07-03feat!: cleanup and updated (#619)Carlos Alexandro Becker
* feat!: cleanup Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * more cleanup Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * fix: more cleanup Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * fix: more cleanup --------- Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-05-22chore(ci): enable gofumptAyman Bagabas