Commit graph

3081 commits

Author SHA1 Message Date
Bryan Honof f091a6ed4c docs(install): Add Flox to INSTALL.md 2024-08-29 05:14:20 +02:00
Christina Sørensen 18754915ad chore: release eza v0.19.1
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-08-28 13:38:01 +02:00
dependabot[bot] 5fee54e4e3 build(deps): bump uzers from 0.12.0 to 0.12.1
Bumps [uzers](https://github.com/rustadopt/uzers-rs) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/rustadopt/uzers-rs/releases)
- [Changelog](https://github.com/rustadopt/uzers-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustadopt/uzers-rs/compare/v0.12.0...v0.12.1)

---
updated-dependencies:
- dependency-name: uzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-28 12:56:01 +02:00
Uzhanin Egor cab72ad2d4 fix: typo 2024-08-28 12:42:07 +02:00
Santhosh Raju 8b7c1b1b25 fix: FreeBSD build.
Address warnings from clippy.
2024-08-10 10:12:36 +02:00
Christina Sørensen b9655bc181 chore: release eza v0.19.0
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-08-08 06:36:11 +02:00
LeoniePhiline 97a8abe06e fix!: implement EZA_GRID_ROWS grid details view minimum rows threshold
Grid details view had been prevented only by console width being
unavailable.

This changeset implements `EZA_GRID_ROWS` as secondary grid details
inhibitor, preventing grid details view if the minimum rows threshold is
not reached by grid which would be rendered.

Fix:
https://github.com/eza-community/eza/issues/66#issuecomment-2198567463
Fix: #1044

BREAKING CHANGE: Before this change, the `EZA_GRID_ROWS` variable was
ignored, despite documentation existing. Users relying on `EZA_GRID_ROW`
not doing anything will find their output changed. For more info, see
2024-08-07 09:33:40 +02:00
Christina Sørensen 6cbb5ba981 chore: release eza v0.18.24
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-08-03 18:01:28 +02:00
Christina Sørensen 710b3a6c4e
fix: 1.80 breakage from time crate
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-08-03 17:28:36 +02:00
tranzystorekk 6ca47ee7a8 build(deps): bump time dependency 2024-07-26 12:00:57 +02:00
Christina Sørensen 65a08a672a chore: release eza v0.18.23
Some checks failed
Unit tests (BSD) / unit-tests-openbsd (push) Failing after 1s
/ Build Nix package (x86_64-linux) (push) Failing after 1s
/ Check Nix Flake (push) Failing after 1s
/ Flake Checker (push) Failing after 1s
Unit tests (BSD) / unit-tests-netbsd (push) Failing after 1s
Security audit / security_audit (push) Failing after 2s
Conventional Commits / Conventional Commits (push) Failing after 2s
Unit tests / unit-tests (ubuntu-latest, 1.70.0) (push) Failing after 1s
Unit tests / unit-tests (ubuntu-latest, beta) (push) Failing after 2s
Unit tests / unit-tests (ubuntu-latest, nightly) (push) Failing after 2s
Unit tests / unit-tests (ubuntu-latest, stable) (push) Failing after 2s
Unit tests / unit-tests (windows-latest, stable) (push) Has been cancelled
Unit tests / unit-tests (windows-latest, nightly) (push) Has been cancelled
Unit tests / unit-tests (windows-latest, beta) (push) Has been cancelled
Unit tests / unit-tests (windows-latest, 1.70.0) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, stable) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, nightly) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, beta) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, 1.70.0) (push) Has been cancelled
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-07-25 11:22:37 +02:00
Christina Sørensen 9f0788fca5 fix: disable broken freebsd tests
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Refs: #1066
2024-07-25 11:01:45 +02:00
dependabot[bot] 4471b48438 build(deps): bump plist from 1.6.1 to 1.7.0
Bumps [plist](https://github.com/ebarnard/rust-plist) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/ebarnard/rust-plist/releases)
- [Commits](https://github.com/ebarnard/rust-plist/compare/v1.6.1...v1.7.0)

---
updated-dependencies:
- dependency-name: plist
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-25 10:57:13 +02:00
dependabot[bot] 12d64675eb build(deps): bump DeterminateSystems/nix-installer-action from 12 to 13
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 12 to 13.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v12...v13)

---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-25 10:53:26 +02:00
Christina Sørensen e0b7be9793
docs: clear up confusion around ls
Some checks failed
Conventional Commits / Conventional Commits (push) Has been cancelled
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-07-22 18:29:08 +02:00
dependabot[bot] 2f371d676f build(deps): bump log from 0.4.21 to 0.4.22
Some checks failed
Unit tests / unit-tests (windows-latest, stable) (push) Has been cancelled
Unit tests / unit-tests (windows-latest, nightly) (push) Has been cancelled
Unit tests / unit-tests (windows-latest, beta) (push) Has been cancelled
Unit tests / unit-tests (windows-latest, 1.70.0) (push) Has been cancelled
Unit tests / unit-tests (ubuntu-latest, stable) (push) Has been cancelled
Unit tests / unit-tests (ubuntu-latest, nightly) (push) Has been cancelled
Unit tests / unit-tests (ubuntu-latest, beta) (push) Has been cancelled
Unit tests / unit-tests (ubuntu-latest, 1.70.0) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, stable) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, nightly) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, beta) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, 1.70.0) (push) Has been cancelled
Unit tests (BSD) / unit-tests-openbsd (push) Has been cancelled
Unit tests (BSD) / unit-tests-netbsd (push) Has been cancelled
Unit tests (BSD) / unit-tests-freebsd (push) Has been cancelled
/ Build Nix package (x86_64-linux) (push) Has been cancelled
/ Check Nix Flake (push) Has been cancelled
/ Flake Checker (push) Has been cancelled
Conventional Commits / Conventional Commits (push) Has been cancelled
Security audit / security_audit (push) Has been cancelled
Bumps [log](https://github.com/rust-lang/log) from 0.4.21 to 0.4.22.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.21...0.4.22)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-20 19:03:20 +02:00
Christina Sørensen 1e8fce6623 chore: release eza v0.18.22
Some checks failed
Unit tests / unit-tests (windows-latest, stable) (push) Has been cancelled
Unit tests / unit-tests (windows-latest, nightly) (push) Has been cancelled
Unit tests / unit-tests (windows-latest, beta) (push) Has been cancelled
Unit tests / unit-tests (windows-latest, 1.70.0) (push) Has been cancelled
Unit tests / unit-tests (ubuntu-latest, stable) (push) Has been cancelled
Unit tests / unit-tests (ubuntu-latest, nightly) (push) Has been cancelled
Unit tests / unit-tests (ubuntu-latest, beta) (push) Has been cancelled
Unit tests / unit-tests (ubuntu-latest, 1.70.0) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, stable) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, nightly) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, beta) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, 1.70.0) (push) Has been cancelled
Unit tests (BSD) / unit-tests-openbsd (push) Has been cancelled
Unit tests (BSD) / unit-tests-netbsd (push) Has been cancelled
Unit tests (BSD) / unit-tests-freebsd (push) Has been cancelled
/ Build Nix package (x86_64-linux) (push) Has been cancelled
/ Check Nix Flake (push) Has been cancelled
/ Flake Checker (push) Has been cancelled
Conventional Commits / Conventional Commits (push) Has been cancelled
Security audit / security_audit (push) Has been cancelled
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-07-18 06:24:29 +02:00
Natalya McKay f7eda73c23 fix: use NaiveDateTime::from_timestamp_opt instead of panicky From impl
Some checks are pending
Conventional Commits / Conventional Commits (push) Waiting to run
/ Build Nix package (x86_64-linux) (push) Waiting to run
/ Check Nix Flake (push) Waiting to run
/ Flake Checker (push) Waiting to run
Unit tests (BSD) / unit-tests-openbsd (push) Waiting to run
Unit tests (BSD) / unit-tests-netbsd (push) Waiting to run
Unit tests (BSD) / unit-tests-freebsd (push) Waiting to run
Unit tests / unit-tests (windows-latest, stable) (push) Waiting to run
Unit tests / unit-tests (windows-latest, nightly) (push) Waiting to run
Unit tests / unit-tests (windows-latest, beta) (push) Waiting to run
Unit tests / unit-tests (windows-latest, 1.70.0) (push) Waiting to run
Unit tests / unit-tests (ubuntu-latest, stable) (push) Waiting to run
Unit tests / unit-tests (ubuntu-latest, nightly) (push) Waiting to run
Unit tests / unit-tests (ubuntu-latest, beta) (push) Waiting to run
Unit tests / unit-tests (ubuntu-latest, 1.70.0) (push) Waiting to run
Unit tests / unit-tests (macos-latest, stable) (push) Waiting to run
Unit tests / unit-tests (macos-latest, nightly) (push) Waiting to run
Unit tests / unit-tests (macos-latest, beta) (push) Waiting to run
Unit tests / unit-tests (macos-latest, 1.70.0) (push) Waiting to run
Fixes #667
2024-07-17 13:42:24 +02:00
PThorpe92 665c1cb013 feat: add non-nix pre-commit rustfmt and clippy hooks
Some checks failed
Conventional Commits / Conventional Commits (push) Has been cancelled
fix: correct nix pre-commit, update instructions

chore: rename non-nix pre commit cfg and update docs to reflect
2024-07-15 17:17:21 +02:00
Santhosh Raju 5428aa6b86 ci: bump FreeBSD version. 2024-07-11 19:07:56 +02:00
Christina Sørensen d414d4bf50 chore: release eza v0.18.21
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-07-01 06:54:39 +02:00
Martin Matyášek cdeae92ea0 fix(completions): fix missing line breaks in _eza
Before this change the shell would report a parsing error, which was due
to missing line breaks after the newly introduced symlinks flags. This
commit fixes that issue.
2024-07-01 06:44:28 +02:00
Christina Sørensen c58ddcb7aa chore: release eza v0.18.20
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-06-27 06:23:10 +02:00
PThorpe92 99b2fc214e feat: add --no-|show-symlinks flags for filtering output 2024-06-24 06:49:02 +02:00
Christina Sørensen 7e21ed993c chore: release eza v0.18.19
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-06-20 07:16:53 +02:00
Christina Sørensen 9965475952
fix: ship release binaries
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-06-20 07:04:17 +02:00
dependabot[bot] f38ecd0304 build(deps): bump git2 from 0.18.3 to 0.19.0
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.18.3 to 0.19.0.
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.18.3...git2-0.19.0)

---
updated-dependencies:
- dependency-name: git2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-20 07:01:20 +02:00
Christina Sørensen 285cd3ed0e chore: release eza v0.18.18
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-06-13 10:44:10 +02:00
Sandro-Alessio Gierens 19fdf5b42c feat(github): ask for shell and terminal in bug report template
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2024-06-13 10:29:16 +02:00
Sandro-Alessio Gierens 8029a94dcd feat(deny): run on all features by default
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2024-06-13 10:28:44 +02:00
Sandro-Alessio Gierens c457363193 feat(github): add deny.toml and workflow file to audit workflow paths
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2024-06-13 10:28:44 +02:00
Sandro-Alessio Gierens 977da1afa1 feat(github): extend deny check in audit workflow to all
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2024-06-13 10:28:44 +02:00
dependabot[bot] 71edd31d34 build(deps): bump DeterminateSystems/nix-installer-action from 11 to 12
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 11 to 12.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v11...v12)

---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-13 10:23:30 +02:00
dependabot[bot] 498d7e5802 build(deps): bump DeterminateSystems/flake-checker-action from 7 to 8
Bumps [DeterminateSystems/flake-checker-action](https://github.com/determinatesystems/flake-checker-action) from 7 to 8.
- [Release notes](https://github.com/determinatesystems/flake-checker-action/releases)
- [Commits](https://github.com/determinatesystems/flake-checker-action/compare/v7...v8)

---
updated-dependencies:
- dependency-name: DeterminateSystems/flake-checker-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-13 10:21:39 +02:00
dependabot[bot] 603558c8a8 build(deps): bump unicode-width from 0.1.12 to 0.1.13
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.12 to 0.1.13.
- [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13)

---
updated-dependencies:
- dependency-name: unicode-width
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-13 10:20:51 +02:00
Christina Sørensen c4007bc952 chore: release eza v0.18.17
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-06-05 20:43:27 +02:00
lpnh f9fb7f8cda feat(icons): add icon for Nushell extension 2024-06-04 17:25:51 -04:00
dependabot[bot] 22dbeec229 build(deps): bump libc from 0.2.154 to 0.2.155
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-21 08:01:29 +02:00
dependabot[bot] 82e4f0f375 build(deps): bump trycmd from 0.15.1 to 0.15.2
---
updated-dependencies:
- dependency-name: trycmd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-21 07:57:24 +02:00
Christina Sørensen bbede6d453 chore: release eza v0.18.16
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-05-16 16:39:21 +02:00
DerRockWolf 70891fa1af docs(README): use 3 columns for packaging status badge
Signed-off-by: DerRockWolf <50499906+DerRockWolf@users.noreply.github.com>
2024-05-16 16:24:45 +02:00
GH e8e0b6da03 fix: change windows-only imports to be windows-only
Apparently this line is required for the Windows build, but leads to warnings on systems that build the eza port with a port of rust 1.77.2, which at this time seems to be limited to the BSDs.

Signed-off-by: Volker Schlecht <47375452+VlkrS@users.noreply.github.com>
2024-05-16 16:21:10 +02:00
Christina Sørensen 15528d8b44 docs(install): fix typo in INSTALL.md
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-05-16 16:20:56 +02:00
Felix Huang 26e5943af3 docs: update INSTALL.md
Signed-off-by: Felix Huang <72808219+fffelix-huang@users.noreply.github.com>
2024-05-16 16:20:56 +02:00
dependabot[bot] 20241984f4 build(deps): bump DeterminateSystems/nix-installer-action from 10 to 11
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 10 to 11.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v10...v11)

---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 16:03:50 +02:00
glow feff970d3c docs(man): replace decay with color-scale
I believe this feature changed name sometimes during development, but it's still called decay in the description of EZA_MIN_LUMINANCE, which confused me while I read the man page. 

Signed-off-by: glow <oli@glow.li>
2024-05-16 15:55:09 +02:00
dependabot[bot] a1c3638991 build(deps): bump DeterminateSystems/flake-checker-action from 5 to 7
Bumps [DeterminateSystems/flake-checker-action](https://github.com/determinatesystems/flake-checker-action) from 5 to 7.
- [Release notes](https://github.com/determinatesystems/flake-checker-action/releases)
- [Commits](https://github.com/determinatesystems/flake-checker-action/compare/v5...v7)

---
updated-dependencies:
- dependency-name: DeterminateSystems/flake-checker-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 15:54:13 +02:00
Christina Sørensen 7437c2a1c3 chore: release eza v0.18.15
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-05-09 14:43:32 +02:00
Sandro-Alessio Gierens f1ef455b9a feat(devtools): add optional tag argument to deb-package.sh
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2024-05-07 08:24:36 +02:00
Sandro-Alessio Gierens 23502d3cd5 fix(devtools): correct command for latest tag in deb-package.sh
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2024-05-07 08:24:36 +02:00