Commit graph

4126 commits

Author SHA1 Message Date
Jan De Dobbeleer a66586da69 fix(pyenv): identify shims correctly
Some checks failed
Azure Static Web Apps CI/CD / Build and Deploy (push) Has been cancelled
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
Release / msi (arm64) (push) Has been cancelled
Release / msi (x64) (push) Has been cancelled
Release / msi (x86) (push) Has been cancelled
Release / release (push) Has been cancelled
2025-03-04 08:27:18 +01:00
James Jackson 58670c5a80 feat(owm): add ability to set location by env var 2025-03-03 13:59:11 +01:00
Pietrucci-Blacher 82f8a71533 feat(vlang): add V lang segment
https://vlang.io/
2025-03-03 13:59:11 +01:00
Pietrucci-Blacher bb5ec3c7f8 feat(nim): add Nim lang segment
https://nim-lang.org/
2025-03-03 13:59:11 +01:00
Jan De Dobbeleer f000792340 docs(upgrade): add auto upgrade major version context
resolves #6212
2025-03-03 13:59:11 +01:00
Jan De Dobbeleer d533518d07 fix(init): set Init flag 2025-03-03 13:59:11 +01:00
Eduard Tolosa d6c1ff9518 fix: use .PhysicalAvailableMemory instead of PhysicalFreeMemory
when showing memory usage, what you want to know is the used memory,
which doesn't include cached memory; cache memory can be claimed by
the kernel under memory pressure.

the Linux kernel will try to use as much cache as possible by default,
but that doesn't mean that the RAM is not available.

This PR fixes that and shows only the real used memory.
2025-03-03 13:59:11 +01:00
Bosco Domingo 5f4681e4ed feat: add go.sum and go.work to Go detection 2025-03-03 13:59:11 +01:00
Muhammad Danish ea8a922968 chore: update winget config file location & extension 2025-03-03 13:59:11 +01:00
Ivan Wilson e95704f332 theme(chips): update glyph codepoints 2025-03-03 13:59:11 +01:00
allcontributors[bot] e6ffe9cbde docs: update .all-contributorsrc [skip ci] 2025-03-03 13:53:08 +01:00
allcontributors[bot] 522783f83f docs: update website/docs/contributors.md [skip ci] 2025-03-03 13:53:08 +01:00
allcontributors[bot] ece19371bf docs: update .all-contributorsrc [skip ci] 2025-03-03 12:57:23 +01:00
allcontributors[bot] 286c637ca1 docs: update website/docs/contributors.md [skip ci] 2025-03-03 12:57:23 +01:00
allcontributors[bot] 42e4229b3a docs: update .all-contributorsrc [skip ci] 2025-03-01 17:32:17 +01:00
allcontributors[bot] 79952461fb docs: update website/docs/contributors.md [skip ci] 2025-03-01 17:32:17 +01:00
allcontributors[bot] 3dcd2ea3ae docs: update .all-contributorsrc [skip ci] 2025-03-01 17:14:56 +01:00
allcontributors[bot] 3c1eb253f5 docs: update website/docs/contributors.md [skip ci] 2025-03-01 17:14:56 +01:00
allcontributors[bot] 519a1bbd30 docs: update .all-contributorsrc [skip ci] 2025-03-01 17:12:22 +01:00
allcontributors[bot] ef435964a3 docs: update website/docs/contributors.md [skip ci] 2025-03-01 17:12:22 +01:00
Jan De Dobbeleer 93649abc21 feat(template): add global Version property 2025-02-27 08:48:41 +01:00
Jan De Dobbeleer 85a86be703 chore: group dependency updates 2025-02-27 08:48:41 +01:00
Jan De Dobbeleer c77fe2b61e chore(docs): update API dependencies 2025-02-27 08:48:41 +01:00
Jan De Dobbeleer 4037c38478 chore(docs): update docusaurus to latest 2025-02-27 08:48:41 +01:00
Jan De Dobbeleer 1ffce373b6 fix(pwsh): expand relevant errors
resolves #6149
2025-02-27 08:48:41 +01:00
Jan De Dobbeleer 88628e043e feat(regex): expose findP 2025-02-27 08:48:41 +01:00
Jan De Dobbeleer 28f6c19309 feat(git): replace branch properties with template
BREAKING CHANGE: this removes branch properties from the git segment
and replaces them with a single template. To migrate, use the following
guide.

*branch_max_length*

`"branch_max_length": 5` -> `"branch_template": "{{ trunc 5 .Branch }}"`

This will turn `feature/test-this-branch` into `featu`

If you want to display a truncate symbol at the end of the branch name:

`"branch_template": "{{ truncE 5 .Branch }}"`

This will turn `feature/test-this-branch` into `feat…`

*full_branch_path*

`"full_branch_path": false` -> `"branch_template": "{{ base .Branch }}"`

This will turn `feature/test-this-branch` into `test-this-branch`
2025-02-27 08:48:41 +01:00
wiyco 81788727c2 feat(segments): add bun.lock file support for bun v1.2+ 2025-02-27 08:48:41 +01:00
Jan De Dobbeleer 17910faacd feat(segment): add timeout 2025-02-27 08:48:41 +01:00
Jan De Dobbeleer e5b95692df fix: disable completions
resolves #6103
2025-02-27 08:48:41 +01:00
dependabot[bot] 94680712e6 chore: bump actions/download-artifact from 4.1.8 to 4.1.9
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.1.9.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](fa0a91b85d...cc20338598)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-26 00:19:12 +00:00
dependabot[bot] 1f2e4b7b34 chore: bump github.com/charmbracelet/bubbletea in /src
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](https://github.com/charmbracelet/bubbletea/compare/v1.3.3...v1.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-26 00:17:14 +00:00
dependabot[bot] 318154e390 chore: bump actions/upload-artifact from 4.6.0 to 4.6.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](65c4c4a1dd...4cec3d8aa0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 01:01:38 +00:00
allcontributors[bot] 801afa6168 docs: update .all-contributorsrc [skip ci] 2025-02-18 21:49:17 +01:00
allcontributors[bot] 76a21e11ee docs: update website/docs/contributors.md [skip ci] 2025-02-18 21:49:17 +01:00
abhro 75b10e7890 docs: fix: list in customize.mdx 2025-02-18 21:48:46 +01:00
dependabot[bot] 3b6c18d9fa chore: bump github.com/spf13/cobra from 1.8.1 to 1.9.1 in /src
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.9.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-17 01:03:17 +00:00
dependabot[bot] 79efcadf4c chore: bump golangci/golangci-lint-action from 6.4.0 to 6.5.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](0adbc47a59...2226d7cb06)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-17 00:26:22 +00:00
Vedant Mohan Goyal 0cd22f831d chore: use correct path for winget dsc configuration 2025-02-16 14:47:01 +01:00
dependabot[bot] cb2e54c5e6 chore: bump golangci/golangci-lint-action from 6.3.2 to 6.4.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.2 to 6.4.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](051d919338...0adbc47a59)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-14 00:58:42 +00:00
dependabot[bot] c25e278661 chore: bump github.com/charmbracelet/bubbletea in /src
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 1.3.2 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/compare/v1.3.2...v1.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-12 00:34:57 +00:00
dependabot[bot] a17721b303 chore: bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6.1.0 to 6.2.1.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](9ed2f89a66...90a3faa9d0)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-12 00:11:35 +00:00
dependabot[bot] fb4b0f4a15 chore: bump github.com/charmbracelet/bubbletea in /src
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 1.3.0 to 1.3.2.
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](https://github.com/charmbracelet/bubbletea/compare/v1.3.0...v1.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-11 00:31:17 +00:00
dependabot[bot] 23d2a6e370 chore: bump golangci/golangci-lint-action from 6.3.1 to 6.3.2
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.1 to 6.3.2.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](2e788936b0...051d919338)

---
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>
2025-02-11 00:25:11 +00:00
dependabot[bot] f6b262e669 chore: bump golangci/golangci-lint-action from 6.3.0 to 6.3.1
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](e60da84bfa...2e788936b0)

---
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>
2025-02-10 00:55:22 +00:00
allcontributors[bot] 377c88d876 docs: update .all-contributorsrc [skip ci] 2025-02-09 15:30:38 +01:00
allcontributors[bot] b291569a8f docs: update website/docs/contributors.md [skip ci] 2025-02-09 15:30:38 +01:00
dependabot[bot] 7aefc7d29f chore: bump golangci/golangci-lint-action from 6.2.0 to 6.3.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](ec5d18412c...e60da84bfa)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-05 00:58:37 +00:00
dependabot[bot] 63edc00058 chore: bump golang.org/x/sys from 0.29.0 to 0.30.0 in /src
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.29.0 to 0.30.0.
- [Commits](https://github.com/golang/sys/compare/v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-05 00:40:01 +00:00
dependabot[bot] 99eae69bfa chore: bump github.com/charmbracelet/bubbletea in /src
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 1.2.4 to 1.3.0.
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](https://github.com/charmbracelet/bubbletea/compare/v1.2.4...v1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-05 00:39:49 +00:00