Commit graph

2500 commits

Author SHA1 Message Date
PThorpe92 5bba610047
deps(test): test PR to run actions with uuterm-grid 2023-09-24 16:32:20 -04:00
Christina Sørensen 7f70c2a71f
Merge pull request #385 from eza-community/dependabot/cargo/terminal_size-0.3.0
build(deps): bump terminal_size from 0.2.6 to 0.3.0
2023-09-24 09:49:34 +02:00
Christina Sørensen 0e06409b07
Merge pull request #405 from gierens/rustfmt
Enable Rustfmt
2023-09-24 05:48:14 +02:00
Sandro-Alessio Gierens c43de99fdb style: reapply rustfmt after rebase from main
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-09-23 19:20:08 +02:00
Sandro-Alessio Gierens 0750e740b9 fix: left-over merge conflict in src/output/table
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-09-23 19:16:50 +02:00
Sandro-Alessio Gierens f832d4623d fix(treefmt): add src/options/flags.rs to rustfmt.excludes
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-09-23 19:12:51 +02:00
Sandro-Alessio Gierens 201abcccf3 style: fix treefmt issues in options module
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-09-23 19:12:51 +02:00
Sandro-Alessio Gierens 8a8f8ee907 fix: remove unnecessary rustfmt::skip's in windows code
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-09-23 19:12:51 +02:00
Sandro-Alessio Gierens e445084c45 refactor(ci): reorder unit-tests to fmt, clippy and tests
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-09-23 19:12:51 +02:00
Sandro-Alessio Gierens 909ed2ee76 style: fix clippy warning after rustfmt
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-09-23 19:12:51 +02:00
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
dependabot[bot] 74eca75dad
build(deps): bump terminal_size from 0.2.6 to 0.3.0
Bumps [terminal_size](https://github.com/eminence/terminal-size) from 0.2.6 to 0.3.0.
- [Release notes](https://github.com/eminence/terminal-size/releases)
- [Commits](https://github.com/eminence/terminal-size/compare/v0.2.6...v0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-21 09:35:20 +00: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