Commit graph

2489 commits

Author SHA1 Message Date
Sandro-Alessio Gierens 186cc8e81b fix: replace rustfmt::skip on expressions because experimental
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-09-23 19:12:47 +02:00
Sandro-Alessio Gierens f555d42972 refactor: fix rustfmt issues and place skips where needed
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-09-23 19:11:19 +02:00
Sandro-Alessio Gierens 54c8dae733 feat(ci): add rustfmt check to unit-tests workflow
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-09-23 18:57:26 +02:00
Sandro-Alessio Gierens 7ecfc917bc fix(cargo): enable rustfmt by removing .rustfmt.toml which disables it
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-09-23 18:57:26 +02:00
Christina Sørensen c5b544c5ae
Merge pull request #381 from Hulxv/listing-files-only
feat: Listing files only
2023-09-23 18:46:56 +02:00
Christina Sørensen 7dce810885
Merge pull request #399 from cfxegbert/mac-major-device-fix
fix(fs): Major and minor device on MacOS
2023-09-23 06:08:23 +02:00
Christina Sørensen cdda417f21
Merge pull request #402 from eza-community/fix-git-repos-no-color
fix(git-repos): don’t show color when color is disabled
2023-09-23 06:08:02 +02:00
Christina Sørensen 843cbcbd78
Merge branch 'main' into fix-git-repos-no-color 2023-09-23 05:53:36 +02:00
Christina Sørensen 401510a2ef
Merge branch 'main' into mac-major-device-fix 2023-09-23 05:38:01 +02:00
Christina Sørensen 1bf3fbd149
Merge pull request #408 from dundargoc/ci/label
ci: only apply labels when opening a PR
2023-09-23 05:27:27 +02:00
dundargoc 985a8e980a ci: only apply labels when opening a PR
The problem with the default behavior is that it's simply too
aggressive. It will re-apply a label that a maintianer have removed
every time the PR is updated, making it impossible to manually adjust
labels that doesn't fit exactly according to the labeler rules.
2023-09-22 20:27:06 +02:00
Christina Sørensen 995b25e19f
Merge pull request #401 from eza-community/fix-hyperlinks-konsole-windows
fix(hyperlink): respect spec on Windows and make it for with Konsole
2023-09-21 11:34:22 +02:00
Christina Sørensen 1211398dba
test(nix): regen git_repos_no_status
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-21 05:24:43 +02:00
Mélanie Chauvel be65196a12 fix(git-repos): don’t show color when color is disabled 2023-09-21 02:40:24 +02:00
Mélanie Chauvel c5249db189 fix(hyperlink): respect spec on Windows and make it for with Konsole 2023-09-20 23:49:58 +02:00
Christina Sørensen 0d87a63ee9
Merge pull request #392 from cfxegbert/missing_styles
Add codes for un-themed items in EXA_COLOR
2023-09-20 19:44:26 +02:00
Mohamed Emad d9b798ea81
chore: add completion for --only-fies (zsh,fish) 2023-09-20 17:41:22 +03:00
Mohamed Emad 34ae54ba93
docs: documenting --only-files 2023-09-20 17:40:31 +03:00
Robert Minsk 24a89a57a5 fix(fs): Linux uses u32 for major/minor device numbers 2023-09-20 00:00:23 -07:00
Robert Minsk f57744b258 fix(fs): Major and minor device on MacOS 2023-09-19 23:40:02 -07:00
Christina Sørensen 6ee896f96d
Merge branch 'main' into missing_styles
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-20 05:39:18 +02:00
Christina Sørensen 97772de5b7
Merge pull request #394 from cfxegbert/eza-env-vars
feat: Add EZA_ environment variables with fallback to EXA_
2023-09-20 05:33:52 +02:00
Christina Sørensen 0ea806ae91
Merge pull request #397 from dundargoc/ci
ci: make various improvements
2023-09-19 20:48:00 +02:00
dundargoc 0dcfda7333 ci: make various improvements
- Use the action Swatinem/rust-cache@v2 as it caches previously used
  dependencies, which helps save a lot of time.
- remove secrets.GITHUB_TOKEN as it's available by default.
- Use Github Actions concurrency feature, which will cancel previous
  jobs from a PR if it's been updated.
2023-09-19 20:32:28 +02:00
Christina Sørensen 302ceea81d
Merge pull request #382 from 9glenda/treefmt
Treefmt for configs (.toml, .yaml)
2023-09-19 20:28:15 +02:00
Christina Sørensen 1293b771cc
Merge branch 'main' into eza-env-vars 2023-09-19 11:46:34 +02:00
Robert Minsk 23d4293b8b feat: Add EZA_ environment variables with fallback to EXA_ 2023-09-19 00:04:13 -07:00
Christina Sørensen 1df6c8334e
Merge pull request #387 from eza-community/dependabot/cargo/libc-0.2.148
build(deps): bump libc from 0.2.147 to 0.2.148
2023-09-19 05:35:12 +02:00
dependabot[bot] 926f9952e5
build(deps): bump libc from 0.2.147 to 0.2.148
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.147 to 0.2.148.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.147...0.2.148)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-19 03:26:55 +00:00
Christina Sørensen d6aa3dc09a
Merge pull request #386 from eza-community/dependabot/cargo/timeago-0.4.2
build(deps): bump timeago from 0.4.1 to 0.4.2
2023-09-19 05:25:55 +02:00
dependabot[bot] 5c3d17f353
build(deps): bump timeago from 0.4.1 to 0.4.2
Bumps [timeago](https://github.com/vi/timeago) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/vi/timeago/releases)
- [Commits](https://github.com/vi/timeago/compare/v0.4.1...v0.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-19 03:24:15 +00:00
Christina Sørensen b9e519303d
Merge pull request #388 from eza-community/dependabot/cargo/chrono-0.4.31
build(deps): bump chrono from 0.4.30 to 0.4.31
2023-09-19 05:23:21 +02:00
Christina Sørensen 6b0989b290
Merge pull request #384 from eza-community/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 2 to 4
2023-09-19 05:17:57 +02:00
Christina Sørensen d3c7b2067e
Merge pull request #383 from cfxegbert/mac-mounts-readme
docs(README): Update --mounts option to include MacOS
2023-09-19 05:05:59 +02:00
Christina Sørensen 1cc776efd5
Merge pull request #378 from alpn/main
docs: Update README.md
2023-09-19 05:04:10 +02:00
Christina Sørensen 5c9295073b
Merge pull request #380 from bew/patch-2
Small typo `this` -> `that`
2023-09-19 05:02:38 +02:00
Robert Minsk 0241ff6c16 test: Add unit tests for new style abbreviations 2023-09-18 17:24:56 -07:00
Robert Minsk 35b29aea2d feat(ui): Add EXA_COLOR bindings for un-themed items 2023-09-18 16:39:26 -07:00
Hulxv 6ab13b99fd fix(clippy): more than 3 bools in a struct 2023-09-19 01:56:06 +03:00
dependabot[bot] 826187edfe
build(deps): bump chrono from 0.4.30 to 0.4.31
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.30 to 0.4.31.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.30...v0.4.31)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 22:22:41 +00:00
dependabot[bot] a8dfa27d8e
build(deps): bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [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...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 22:16:25 +00:00
Hulxv 237cf9b08a fix(clippy): error for missed semicolon 2023-09-19 01:12:03 +03:00
Robert Minsk 97938242df docs(README): Update --mounts option to include MacOS 2023-09-18 14:43:12 -07:00
9glenda 7c8febd01d
style: formatted using treefmt 2023-09-18 23:23:44 +02:00
9glenda 5fba960c5a
ci: added formatters to treefmt
- yaml: for GitHub Actions
- toml: for Rust configs mainly
- deadnix: detecting dead nix code
2023-09-18 23:22:43 +02:00
Hulxv b0d44fcd9e test: test for listing files only 2023-09-19 00:14:38 +03:00
Hulxv 7edd62d31e feat: listing files only using '--only-files' flag 2023-09-19 00:14:33 +03:00
Benoit de Chezelles 631b59b89c fix(doc): typo this -> that 2023-09-18 23:12:50 +02:00
alpn 18e5d88cb8 docs: Update README.md 2023-09-18 14:19:22 -06:00
Christina Sørensen 7e60ba16b7
Merge pull request #376 from eza-community/cafk-release-0.13.0
chore: release 0.13.0
2023-09-18 20:04:13 +02:00