Tygo van den Hurk
71c24c3810
docs(typo): "cheks" should be "checks"
...
Signed-off-by: Tygo van den Hurk <91738110+Tygo-van-den-Hurk@users.noreply.github.com>
2025-07-01 04:53:15 +02:00
Christina Sørensen
7f081337bd
feat!: define -d/--treat-dirs-as-files behavior, tests
...
Unit tests / security_audit (push) Waiting to run
Unit tests / check_if_pr (push) Waiting to run
Unit tests / no-merge-commits (push) Blocked by required conditions
Unit tests / Conventional Commits (push) Blocked by required conditions
Unit tests / unit-tests (macos-latest, beta) (push) Blocked by required conditions
Unit tests / unit-tests (macos-latest, msrv) (push) Blocked by required conditions
Unit tests / unit-tests (macos-latest, nightly) (push) Blocked by required conditions
Unit tests / unit-tests (macos-latest, stable) (push) Blocked by required conditions
Unit tests / unit-tests (ubuntu-latest, beta) (push) Blocked by required conditions
Unit tests / unit-tests (ubuntu-latest, msrv) (push) Blocked by required conditions
Unit tests / unit-tests (ubuntu-latest, nightly) (push) Blocked by required conditions
Unit tests / unit-tests (ubuntu-latest, stable) (push) Blocked by required conditions
Unit tests / unit-tests (windows-latest, beta) (push) Blocked by required conditions
Unit tests / unit-tests (windows-latest, msrv) (push) Blocked by required conditions
Unit tests / unit-tests (windows-latest, nightly) (push) Blocked by required conditions
Unit tests / unit-tests (windows-latest, stable) (push) Blocked by required conditions
Unit tests / unit-tests-freebsd (beta) (push) Blocked by required conditions
Unit tests / unit-tests-freebsd (msrv) (push) Blocked by required conditions
Unit tests / unit-tests-freebsd (nightly) (push) Blocked by required conditions
Unit tests / unit-tests-freebsd (stable) (push) Blocked by required conditions
Unit tests / unit-tests-netbsd (beta) (push) Blocked by required conditions
Unit tests / unit-tests-netbsd (msrv) (push) Blocked by required conditions
Unit tests / unit-tests-netbsd (nightly) (push) Blocked by required conditions
Unit tests / unit-tests-netbsd (stable) (push) Blocked by required conditions
Unit tests / unit-tests-openbsd (push) Blocked by required conditions
Unit tests / Check Nix Flake (push) Blocked by required conditions
Unit tests / Build Nix package (push) Blocked by required conditions
BREAKING CHANGE: The behavior of the `-d` flag has been refined to be more
consistent with `ls`. Its long flag has been changed to `--treat-dirs-as-files`
for clarity, while `--list-dirs` is retained as a backward-compatible alias to be
removed in a future release.
Based on the preious commit by cysabi, this commit addresses
inconsistencies and ambiguities related to the `-d` flag and its
long-flag variants.
The behavior of `-d` has been aligned more closely with `ls`, where it
lists directories as regular files rather than listing contents of
directories. The new, more descriptive long flag `--treat-dirs-as-files`
clarifies this intent.
A backward-compatible alias `--list-dirs` is provided to ease the
transition for existing users, with the intention of deprecating it
later.
Since cysabi's fix included addresing `eza -TL 1` not correctly
rendering the tree depth, this also includes tests to ensure that
behavior doesn't regress in the future... again.
Specifically, `powertest` integration tests have been added for `eza
-TL<value>` for levels 0 through 5, ensuring the correct tree structure
output at specified depths. This also includes tests for the updated
`-d`/`--treat-dirs-as-files` behavior.
It is also noted that for users who primarily intend to list only directories,
the `--only-dirs` (`-D`) option might be a more suitable and explicit alternative
to `--treat-dirs-as-files`. This has been added to the man page as well
as a more verbose description of the flag.
Completions have also been fixed.
2025-06-30 19:34:33 +02:00
unknown
2864323c53
fix: replace default_input_path check with "." check
...
Co-authored-by: cysabi <47790183+cysabi@users.noreply.github.com>
2025-06-30 19:34:33 +02:00
Christina Sørensen
a1469eb83e
chore: eza v0.21.6 changelogs, version bump
...
Unit tests / security_audit (push) Has been cancelled
Unit tests / check_if_pr (push) Has been cancelled
Unit tests / Check Nix Flake (push) Has been cancelled
Unit tests / Build Nix package (push) Has been cancelled
Unit tests / no-merge-commits (push) Has been cancelled
Unit tests / Conventional Commits (push) Has been cancelled
Unit tests / unit-tests (macos-latest, beta) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, msrv) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, nightly) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, stable) (push) Has been cancelled
Unit tests / unit-tests (ubuntu-latest, beta) (push) Has been cancelled
Unit tests / unit-tests (ubuntu-latest, msrv) (push) Has been cancelled
Unit tests / unit-tests (ubuntu-latest, nightly) (push) Has been cancelled
Unit tests / unit-tests (ubuntu-latest, stable) (push) Has been cancelled
Unit tests / unit-tests (windows-latest, beta) (push) Has been cancelled
Unit tests / unit-tests (windows-latest, msrv) (push) Has been cancelled
Unit tests / unit-tests (windows-latest, nightly) (push) Has been cancelled
Unit tests / unit-tests (windows-latest, stable) (push) Has been cancelled
Unit tests / unit-tests-freebsd (beta) (push) Has been cancelled
Unit tests / unit-tests-freebsd (msrv) (push) Has been cancelled
Unit tests / unit-tests-freebsd (nightly) (push) Has been cancelled
Unit tests / unit-tests-freebsd (stable) (push) Has been cancelled
Unit tests / unit-tests-netbsd (beta) (push) Has been cancelled
Unit tests / unit-tests-netbsd (msrv) (push) Has been cancelled
Unit tests / unit-tests-netbsd (nightly) (push) Has been cancelled
Unit tests / unit-tests-netbsd (stable) (push) Has been cancelled
Unit tests / unit-tests-openbsd (push) Has been cancelled
Signed-off-by: Christina Sørensen <ces@fem.gg>
2025-06-26 10:44:25 +02:00
Christina Sørensen
876eead5e5
build(deps): flake bump 2025-06-26
...
Unit tests / Check Nix Flake (push) Blocked by required conditions
Unit tests / Build Nix package (push) Blocked by required conditions
Unit tests / security_audit (push) Waiting to run
Unit tests / check_if_pr (push) Waiting to run
Unit tests / no-merge-commits (push) Blocked by required conditions
Unit tests / Conventional Commits (push) Blocked by required conditions
Unit tests / unit-tests (macos-latest, beta) (push) Blocked by required conditions
Unit tests / unit-tests (macos-latest, msrv) (push) Blocked by required conditions
Unit tests / unit-tests (macos-latest, nightly) (push) Blocked by required conditions
Unit tests / unit-tests (macos-latest, stable) (push) Blocked by required conditions
Unit tests / unit-tests (ubuntu-latest, beta) (push) Blocked by required conditions
Unit tests / unit-tests (ubuntu-latest, msrv) (push) Blocked by required conditions
Unit tests / unit-tests (ubuntu-latest, nightly) (push) Blocked by required conditions
Unit tests / unit-tests (ubuntu-latest, stable) (push) Blocked by required conditions
Unit tests / unit-tests (windows-latest, beta) (push) Blocked by required conditions
Unit tests / unit-tests (windows-latest, msrv) (push) Blocked by required conditions
Unit tests / unit-tests (windows-latest, nightly) (push) Blocked by required conditions
Unit tests / unit-tests (windows-latest, stable) (push) Blocked by required conditions
Unit tests / unit-tests-freebsd (beta) (push) Blocked by required conditions
Unit tests / unit-tests-freebsd (msrv) (push) Blocked by required conditions
Unit tests / unit-tests-freebsd (nightly) (push) Blocked by required conditions
Unit tests / unit-tests-freebsd (stable) (push) Blocked by required conditions
Unit tests / unit-tests-netbsd (beta) (push) Blocked by required conditions
Unit tests / unit-tests-netbsd (msrv) (push) Blocked by required conditions
Unit tests / unit-tests-netbsd (nightly) (push) Blocked by required conditions
Unit tests / unit-tests-netbsd (stable) (push) Blocked by required conditions
Unit tests / unit-tests-openbsd (push) Blocked by required conditions
• Updated input 'advisory-db':
'github:rustsec/advisory-db/bccf313a98c034573ac4170e6271749113343d97' (2025-05-22)
→ 'github:rustsec/advisory-db/7573f55ba337263f61167dbb0ea926cdc7c8eb5d' (2025-06-17)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/3d1f29646e4b57ed468d60f9d286cde23a8d1707' (2025-05-28)
→ 'github:NixOS/nixpkgs/61c0f513911459945e2cb8bf333dc849f1b976ff' (2025-06-25)
• Updated input 'pre-commit-hooks':
'github:cachix/pre-commit-hooks.nix/80479b6ec16fefd9c1db3ea13aeb038c60530f46' (2025-05-16)
→ 'github:cachix/pre-commit-hooks.nix/16ec914f6fb6f599ce988427d9d94efddf25fe6d' (2025-06-24)
• Updated input 'rust-overlay':
'github:oxalica/rust-overlay/4bf1892eb81113e868efe67982b64f1da15c8c5a' (2025-05-29)
→ 'github:oxalica/rust-overlay/2fa7c0aabd15fa0ccc1dc7e675a4fcf0272ad9a1' (2025-06-26)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/1f3f7b784643d488ba4bf315638b2b0a4c5fb007' (2025-05-26)
→ 'github:numtide/treefmt-nix/a05be418a1af1198ca0f63facb13c985db4cb3c5' (2025-06-06)
Signed-off-by: Christina Sørensen <ces@fem.gg>
2025-06-26 08:26:05 +02:00
Christina Sørensen
68b2105ac3
build(deps): cargo bump 2025-06-26
...
Updating adler2 v2.0.0 -> v2.0.1
Updating anstream v0.6.18 -> v0.6.19
Updating anstyle v1.0.10 -> v1.0.11
Updating anstyle-parse v0.2.6 -> v0.2.7
Updating anstyle-query v1.1.2 -> v1.1.3
Updating anstyle-wincon v3.0.8 -> v3.0.9
Updating autocfg v1.4.0 -> v1.5.0
Updating bumpalo v3.17.0 -> v3.19.0
Updating cc v1.2.24 -> v1.2.27
Updating cfg-if v1.0.0 -> v1.0.1
Updating clap v4.5.39 -> v4.5.40
Updating clap_builder v4.5.39 -> v4.5.40
Updating clap_lex v0.7.4 -> v0.7.5
Updating colorchoice v1.0.3 -> v1.0.4
Updating crunchy v0.2.3 -> v0.2.4
Updating errno v0.3.12 -> v0.3.13
Updating hashbrown v0.15.3 -> v0.15.4
Updating hermit-abi v0.5.1 -> v0.5.2
Updating libgit2-sys v0.18.1+1.9.0 -> v0.18.2+1.9.1
Updating libredox v0.1.3 -> v0.1.4
Updating memchr v2.7.4 -> v2.7.5
Updating miniz_oxide v0.8.8 -> v0.8.9
Updating plist v1.7.1 -> v1.7.2
Updating quick-xml v0.32.0 -> v0.37.5
Updating r-efi v5.2.0 -> v5.3.0
Updating redox_syscall v0.5.12 -> v0.5.13
Updating rustc-demangle v0.1.24 -> v0.1.25
Updating serde_spanned v0.6.8 -> v0.6.9
Updating smallvec v1.15.0 -> v1.15.1
Updating syn v2.0.101 -> v2.0.104
Updating toml_datetime v0.6.9 -> v0.6.11
Updating toml_edit v0.22.26 -> v0.22.27
Updating toml_write v0.1.1 -> v0.1.2
Updating unicode-width v0.2.0 -> v0.2.1
Updating wasi v0.11.0+wasi-snapshot-preview1 -> v0.11.1+wasi-snapshot-preview1 (latest: v0.14.2+wasi-0.2.4)
Updating windows-link v0.1.1 -> v0.1.3
Adding windows-sys v0.60.2
Adding windows-targets v0.53.2
Adding windows_aarch64_gnullvm v0.53.0
Adding windows_aarch64_msvc v0.53.0
Adding windows_i686_gnu v0.53.0
Adding windows_i686_gnullvm v0.53.0
Adding windows_i686_msvc v0.53.0
Adding windows_x86_64_gnu v0.53.0
Adding windows_x86_64_gnullvm v0.53.0
Adding windows_x86_64_msvc v0.53.0
Updating winnow v0.7.10 -> v0.7.11
Signed-off-by: Christina Sørensen <ces@fem.gg>
2025-06-26 08:26:04 +02:00
Justin Su
3cc1e33fd7
feat: add prettier icon for .prettierrc.{json,json5,toml,yaml,yml}
...
Signed-off-by: Justin Su <injustsu@gmail.com>
2025-06-26 08:26:04 +02:00
kobayashi
4a779e8d82
docs(man): add missing --absolute option to man page
2025-06-26 08:26:04 +02:00
Yonas Yanfa
1d94be111a
chore: Upgrade FreeBSD to 14.3-RELEASE in unit tests workflow
...
Signed-off-by: Yonas Yanfa <yonas.y@gmail.com>
2025-06-26 08:26:04 +02:00
dependabot[bot]
c88849ee13
build(deps): bump libc from 0.2.172 to 0.2.174
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.172 to 0.2.174.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.174/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.172...0.2.174 )
---
updated-dependencies:
- dependency-name: libc
dependency-version: 0.2.174
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-26 08:26:04 +02:00
Christina Sørensen
3bca7d5b74
chore: eza v0.21.5 changelogs, version bump
...
Signed-off-by: Christina Sørensen <ces@fem.gg>
2025-06-20 11:29:39 +02:00
Sandro-Alessio Gierens
102de14496
style(main): remove unnecessary semicolon
...
Unit tests / no-merge-commits (push) Has been cancelled
Unit tests / unit-tests (windows-latest, beta) (push) Has been cancelled
Unit tests / unit-tests (windows-latest, msrv) (push) Has been cancelled
Unit tests / unit-tests (windows-latest, nightly) (push) Has been cancelled
Unit tests / unit-tests (windows-latest, stable) (push) Has been cancelled
Unit tests / unit-tests-freebsd (beta) (push) Has been cancelled
Unit tests / unit-tests-freebsd (msrv) (push) Has been cancelled
Unit tests / unit-tests-freebsd (nightly) (push) Has been cancelled
Unit tests / unit-tests-freebsd (stable) (push) Has been cancelled
Unit tests / unit-tests-netbsd (beta) (push) Has been cancelled
Unit tests / unit-tests-netbsd (msrv) (push) Has been cancelled
Unit tests / unit-tests-netbsd (nightly) (push) Has been cancelled
Unit tests / unit-tests-netbsd (stable) (push) Has been cancelled
Unit tests / unit-tests-openbsd (push) Has been cancelled
Unit tests / security_audit (push) Has been cancelled
Unit tests / check_if_pr (push) Has been cancelled
Unit tests / Check Nix Flake (push) Has been cancelled
Unit tests / Build Nix package (push) Has been cancelled
Unit tests / Conventional Commits (push) Has been cancelled
Unit tests / unit-tests (macos-latest, beta) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, msrv) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, nightly) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, stable) (push) Has been cancelled
Unit tests / unit-tests (ubuntu-latest, beta) (push) Has been cancelled
Unit tests / unit-tests (ubuntu-latest, msrv) (push) Has been cancelled
Unit tests / unit-tests (ubuntu-latest, nightly) (push) Has been cancelled
Unit tests / unit-tests (ubuntu-latest, stable) (push) Has been cancelled
This is necessary to please OpenBSD's clippy version.
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2025-06-14 01:37:31 +02:00
ariasuni
a602161cba
fix: missing word in comment
...
Signed-off-by: ariasuni <aria@ariasuni.eu>
2025-06-14 01:37:31 +02:00
Samuel Onoja
52cdb3788d
fix: clippy warnings
2025-06-14 01:37:31 +02:00
Samuel Onoja
e577b75d00
fix: unreadables format style
2025-06-14 01:37:31 +02:00
Samuel Onoja
57ec57f93a
fix: impl desirable behaviour for unreadables
2025-06-14 01:37:31 +02:00
Samuel Onoja
8285837eca
fix: typo
2025-06-14 01:37:31 +02:00
Samuel Onoja
6221a63b99
fix: excessive open file descriptors
...
previously, recursive directory traversal led to OS errors due to too
many simultaneously open file handles.
This PR fixes that by making sure we don't read dir until we actually
need to.
2025-06-14 01:37:31 +02:00
Sandro-Alessio Gierens
67970d6346
style: fix various clippy warnings for rust 1.86
...
Unit tests / Build Nix package (push) Blocked by required conditions
Unit tests / unit-tests (macos-latest, beta) (push) Blocked by required conditions
Unit tests / security_audit (push) Waiting to run
Unit tests / check_if_pr (push) Waiting to run
Unit tests / no-merge-commits (push) Blocked by required conditions
Unit tests / Conventional Commits (push) Blocked by required conditions
Unit tests / unit-tests (macos-latest, msrv) (push) Blocked by required conditions
Unit tests / unit-tests (macos-latest, nightly) (push) Blocked by required conditions
Unit tests / unit-tests (macos-latest, stable) (push) Blocked by required conditions
Unit tests / unit-tests (ubuntu-latest, beta) (push) Blocked by required conditions
Unit tests / unit-tests (ubuntu-latest, msrv) (push) Blocked by required conditions
Unit tests / unit-tests (ubuntu-latest, nightly) (push) Blocked by required conditions
Unit tests / unit-tests (ubuntu-latest, stable) (push) Blocked by required conditions
Unit tests / unit-tests (windows-latest, beta) (push) Blocked by required conditions
Unit tests / unit-tests (windows-latest, msrv) (push) Blocked by required conditions
Unit tests / unit-tests (windows-latest, nightly) (push) Blocked by required conditions
Unit tests / unit-tests (windows-latest, stable) (push) Blocked by required conditions
Unit tests / unit-tests-freebsd (beta) (push) Blocked by required conditions
Unit tests / unit-tests-freebsd (msrv) (push) Blocked by required conditions
Unit tests / unit-tests-freebsd (nightly) (push) Blocked by required conditions
Unit tests / Check Nix Flake (push) Blocked by required conditions
Unit tests / unit-tests-freebsd (stable) (push) Blocked by required conditions
Unit tests / unit-tests-netbsd (beta) (push) Blocked by required conditions
Unit tests / unit-tests-netbsd (msrv) (push) Blocked by required conditions
Unit tests / unit-tests-netbsd (nightly) (push) Blocked by required conditions
Unit tests / unit-tests-netbsd (stable) (push) Blocked by required conditions
Unit tests / unit-tests-openbsd (push) Blocked by required conditions
OpenBSD 7.6 tests are failing because it only comes with
rust 1.81 while we need 1.82 at least. OpenBSD 7.7 comes with
rust 1.86, but its clippy complains about various issues.
This fixes said things to make OpenBSD CI green again, and
also as preparation for the future.
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2025-06-13 06:15:51 +01:00
ariasuni
1517dca762
fix(ci): use OpenBSD 7.7 that has MSRV, instead of 7.6
2025-06-13 06:15:51 +01:00
Christina Sørensen
a72d4fdd58
chore: eza v0.21.4 changelogs, version bump
...
Signed-off-by: Christina Sørensen <ces@fem.gg>
2025-05-30 15:03:09 +01:00
Christina Sørensen
fe82442933
style: update formatting
...
Signed-off-by: Christina Sørensen <ces@fem.gg>
2025-05-30 14:26:00 +01:00
Christina Sørensen
718d0f7898
refactor: clippy lints
...
Signed-off-by: Christina Sørensen <ces@fem.gg>
2025-05-30 14:26:00 +01:00
Christina Sørensen
765807b7ee
build(rustc): 1.81 -> 1.82
...
Signed-off-by: Christina Sørensen <ces@fem.gg>
2025-05-30 14:26:00 +01:00
Christina Sørensen
22bd228744
build(deps): cargo bump 2025-05-29
...
Updating crates.io index
Locking 37 packages to latest compatible versions
Updating anstyle-wincon v3.0.7 -> v3.0.8
Updating backtrace v0.3.74 -> v0.3.75
Updating bitflags v2.9.0 -> v2.9.1
Updating cc v1.2.20 -> v1.2.24
Updating clap v4.5.37 -> v4.5.39
Updating clap_builder v4.5.37 -> v4.5.39
Updating errno v0.3.11 -> v0.3.12
Updating getrandom v0.3.2 -> v0.3.3
Updating git2 v0.20.1 -> v0.20.2
Updating hermit-abi v0.5.0 -> v0.5.1
Updating icu_collections v1.5.0 -> v2.0.0
Adding icu_locale_core v2.0.0
Removing icu_locid v1.5.0
Removing icu_locid_transform v1.5.0
Removing icu_locid_transform_data v1.5.1
Updating icu_normalizer v1.5.0 -> v2.0.0
Updating icu_normalizer_data v1.5.1 -> v2.0.0
Updating icu_properties v1.5.1 -> v2.0.1
Updating icu_properties_data v1.5.1 -> v2.0.1
Updating icu_provider v1.5.0 -> v2.0.0
Removing icu_provider_macros v1.5.0
Updating idna_adapter v1.2.0 -> v1.2.1
Updating litemap v0.7.5 -> v0.8.0
Adding once_cell_polyfill v1.70.1
Updating openssl-sys v0.9.108 -> v0.9.109
Updating os_pipe v1.2.1 -> v1.2.2
Adding potential_utf v0.1.2
Updating redox_syscall v0.5.11 -> v0.5.12
Updating rustversion v1.0.20 -> v1.0.21
Updating tempfile v3.19.1 -> v3.20.0
Updating tinystr v0.7.6 -> v0.8.1
Removing utf16_iter v1.0.5
Updating windows-core v0.61.0 -> v0.61.2
Updating windows-result v0.3.2 -> v0.3.4
Updating windows-strings v0.4.0 -> v0.4.2
Updating winnow v0.7.8 -> v0.7.10
Removing write16 v1.0.0
Updating writeable v0.5.5 -> v0.6.1
Updating yoke v0.7.5 -> v0.8.0
Updating yoke-derive v0.7.5 -> v0.8.0
Adding zerotrie v0.2.2
Updating zerovec v0.10.4 -> v0.11.2
Updating zerovec-derive v0.10.3 -> v0.11.1
Signed-off-by: Christina Sørensen <ces@fem.gg>
2025-05-30 14:26:00 +01:00
Christina Sørensen
3ef925b5a5
build(deps): flake bump 2025-05-29
...
• Updated input 'advisory-db':
'github:rustsec/advisory-db/f91c52b97dde8eb3b44ca85043fa5a8d1924530c' (2025-05-01)
→ 'github:rustsec/advisory-db/bccf313a98c034573ac4170e6271749113343d97' (2025-05-22)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/3afd19146cac33ed242fc0fc87481c67c758a59e' (2025-05-01)
→ 'github:NixOS/nixpkgs/3d1f29646e4b57ed468d60f9d286cde23a8d1707' (2025-05-28)
• Updated input 'pre-commit-hooks':
'github:cachix/pre-commit-hooks.nix/dcf5072734cb576d2b0c59b2ac44f5050b5eac82' (2025-03-22)
→ 'github:cachix/pre-commit-hooks.nix/80479b6ec16fefd9c1db3ea13aeb038c60530f46' (2025-05-16)
• Updated input 'rust-overlay':
'github:oxalica/rust-overlay/026e8fedefd6b167d92ed04b195c658d95ffc7a5' (2025-05-01)
→ 'github:oxalica/rust-overlay/4bf1892eb81113e868efe67982b64f1da15c8c5a' (2025-05-29)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/82bf32e541b30080d94e46af13d46da0708609ea' (2025-04-29)
→ 'github:numtide/treefmt-nix/1f3f7b784643d488ba4bf315638b2b0a4c5fb007' (2025-05-26)
Signed-off-by: Christina Sørensen <ces@fem.gg>
2025-05-30 14:26:00 +01:00
Wu, Zhenyu
a8d19ab09e
chore: add dropbox icon
2025-05-24 07:58:02 +01:00
Wu, Zhenyu
6af53befe6
chore: add swift icon for *.xcplayground
2025-05-24 07:56:56 +01:00
Wu, Zhenyu
4288d14dc9
chore: add Visual Studio icon for *.suo
2025-05-24 07:56:07 +01:00
ariasuni
e04bdba044
fix(git): ignore incorrect Unicode path instead of crashing on Windows
2025-05-16 00:42:18 +02:00
ariasuni
7910ef719c
fix(cli): list inside working dir with --list-dirs
and no path passed
...
Before, it just displayed `.` as if `.` was passed explicitely on the cli.
2025-05-13 15:51:21 +01:00
ariasuni
dc6075474f
fix(hyperlink): escape spaces in file path to make them work correctly
...
Some terminal emulator do it themselves, but we want to be correct everywhere
2025-05-13 15:28:51 +01:00
Christina Sørensen
5bf6e3d06b
chore: eza v0.21.3 changelogs, version bump
...
Signed-off-by: Christina Sørensen <ces@fem.gg>
2025-05-02 07:07:17 +01:00
Christina Sørensen
3715dc30a8
style(rust): unbreak formatting
...
Signed-off-by: Christina Sørensen <ces@fem.gg>
2025-05-01 20:15:33 +01:00
Christina Sørensen
92c9408cce
build(deps): flake bump 2025-05-01
...
• Updated input 'advisory-db':
'github:rustsec/advisory-db/1273f0099ce6882659ff64b852c8fdb5f8cdd5b9' (2025-04-10)
→ 'github:rustsec/advisory-db/f91c52b97dde8eb3b44ca85043fa5a8d1924530c' (2025-05-01)
• Updated input 'naersk':
'github:nix-community/naersk/ed0232117731a4c19d3ee93aa0c382a8fe754b01' (2025-04-04)
→ 'github:nix-community/naersk/38bc60bbc157ae266d4a0c96671c6c742ee17a5f' (2025-04-29)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/18dd725c29603f582cf1900e0d25f9f1063dbf11' (2025-04-13)
→ 'github:NixOS/nixpkgs/3afd19146cac33ed242fc0fc87481c67c758a59e' (2025-05-01)
• Updated input 'rust-overlay':
'github:oxalica/rust-overlay/50fefac8cdfd1587ac6d8678f6181e7d348201d2' (2025-04-19)
→ 'github:oxalica/rust-overlay/026e8fedefd6b167d92ed04b195c658d95ffc7a5' (2025-05-01)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/8d404a69efe76146368885110f29a2ca3700bee6' (2025-04-18)
→ 'github:numtide/treefmt-nix/82bf32e541b30080d94e46af13d46da0708609ea' (2025-04-29)
Signed-off-by: Christina Sørensen <ces@fem.gg>
2025-05-01 20:15:33 +01:00
Christina Sørensen
ce2c15ecb1
build(deps): cargo bump 2025-05-01
...
Updating crates.io index
Locking 12 packages to latest compatible versions
Updating cc v1.2.19 -> v1.2.20
Updating chrono v0.4.40 -> v0.4.41
Updating getrandom v0.2.15 -> v0.2.16 (latest: v0.3.2)
Updating hashbrown v0.15.2 -> v0.15.3
Updating openssl-sys v0.9.107 -> v0.9.108
Updating rustix v1.0.5 -> v1.0.7
Updating syn v2.0.100 -> v2.0.101
Updating synstructure v0.13.1 -> v0.13.2
Updating toml_datetime v0.6.8 -> v0.6.9
Updating toml_edit v0.22.24 -> v0.22.26
Adding toml_write v0.1.1
Updating winnow v0.7.6 -> v0.7.8
Signed-off-by: Christina Sørensen <ces@fem.gg>
2025-05-01 20:15:33 +01:00
dependabot[bot]
a420c8db1d
build(deps): bump DeterminateSystems/nix-installer-action from 16 to 17
...
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action ) from 16 to 17.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases )
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v16...v17 )
---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
dependency-version: '17'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-01 16:29:51 +01:00
CryoSnake22
40e0315924
feat(icons): add support for .ipynb file icons
2025-05-01 16:29:28 +01:00
Christina Sørensen
ac2ed4d13f
chore: eza v0.21.2 changelogs, version bump
...
Signed-off-by: Christina Sørensen <ces@fem.gg>
2025-04-25 08:06:27 +01:00
ariasuni
0e40702043
fix(pre-commit): make clippy work again
2025-04-23 04:03:08 +01:00
Will Reed
e9201aa276
chore(output): add icon for '.stowrc' files
2025-04-21 05:29:59 +01:00
Erwin van Eijk
7db3c7b2f5
feat(once_cell): remove dependency on once_cell
...
Rust 1.80+ has a proper implementation of LazyLock, which, when used,
removes the dependency on once_cell.
- remove once_cell from dependencies
Fixes : #1169
2025-04-20 09:43:04 +01:00
Christina Sørensen
0f0d99c46e
docs(theme): specify perf improvements
...
Mostly in case we decide that the complexity is too unweildy in the
future, having some idea what the blast radius is will be helpful.
2025-04-20 09:13:35 +01:00
5225225
5b158f16c6
style: clean up glob matching code
2025-04-20 09:13:35 +01:00
5225225
42ffb5f583
perf: use a hashmap when possible for file extension matching
2025-04-20 09:13:35 +01:00
dependabot[bot]
45ea61cef5
build(deps): bump uutils_term_grid from 0.6.0 to 0.7.0
...
Bumps [uutils_term_grid](https://github.com/uutils/uutils-term-grid ) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/uutils/uutils-term-grid/releases )
- [Commits](https://github.com/uutils/uutils-term-grid/compare/v0.6...v0.7.0 )
---
updated-dependencies:
- dependency-name: uutils_term_grid
dependency-version: 0.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-20 06:51:18 +01:00
hitesharora1997
57618a46bc
docs: update Fedora install instructions for Fedora 42
2025-04-20 06:40:44 +01:00
Christina Sørensen
62a4609e8a
chore: eza v0.21.1 changelogs, version bump
...
Signed-off-by: Christina Sørensen <ces@fem.gg>
2025-04-19 07:16:56 +01:00
Christina Sørensen
2201d4efad
build(deps): cargo bump 2025-04-19
...
Updating crates.io index
Locking 24 packages to latest compatible versions
Updating cc v1.2.17 -> v1.2.19
Updating clap v4.5.34 -> v4.5.37
Updating clap_builder v4.5.34 -> v4.5.37
Downgrading deranged v0.4.1 -> v0.4.0
Updating errno v0.3.10 -> v0.3.11
Updating half v2.5.0 -> v2.6.0
Updating iana-time-zone v0.1.62 -> v0.1.63
Updating indexmap v2.8.0 -> v2.9.0
Updating jobserver v0.1.32 -> v0.1.33
Updating libc v0.2.171 -> v0.2.172
Updating linux-raw-sys v0.9.3 -> v0.9.4
Updating miniz_oxide v0.8.5 -> v0.8.8
Updating openssl-src v300.4.2+3.4.1 -> v300.5.0+3.5.0
Updating openssl-sys v0.9.106 -> v0.9.107
Updating proc-macro2 v1.0.94 -> v1.0.95
Updating redox_syscall v0.5.10 -> v0.5.11
Updating rustix v1.0.3 -> v1.0.5
Updating smallvec v1.14.0 -> v1.15.0
Updating windows-core v0.52.0 -> v0.61.0
Adding windows-implement v0.60.0
Adding windows-interface v0.59.1
Adding windows-result v0.3.2
Adding windows-strings v0.4.0
Updating winnow v0.7.4 -> v0.7.6
Signed-off-by: Christina Sørensen <ces@fem.gg>
2025-04-19 06:06:19 +01:00
Christina Sørensen
d22d1e59c1
build(deps): flake bump 2025-04-19
...
• Updated input 'advisory-db':
'github:rustsec/advisory-db/bfc4e6e8a528dfae8a9d4f2e728eed19f644f8e9' (2025-03-30)
→ 'github:rustsec/advisory-db/1273f0099ce6882659ff64b852c8fdb5f8cdd5b9' (2025-04-10)
• Updated input 'naersk':
'github:nix-community/naersk/a75c0584b0d69de943babc899530e9c70c642b42' (2025-03-25)
→ 'github:nix-community/naersk/ed0232117731a4c19d3ee93aa0c382a8fe754b01' (2025-04-04)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/eb0e0f21f15c559d2ac7633dc81d079d1caf5f5f' (2025-03-29)
→ 'github:NixOS/nixpkgs/18dd725c29603f582cf1900e0d25f9f1063dbf11' (2025-04-13)
• Updated input 'rust-overlay':
'github:oxalica/rust-overlay/15c2a7930e04efc87be3ebf1b5d06232e635e24b' (2025-03-30)
→ 'github:oxalica/rust-overlay/50fefac8cdfd1587ac6d8678f6181e7d348201d2' (2025-04-19)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/29a3d7b768c70addce17af0869f6e2bd8f5be4b7' (2025-03-27)
→ 'github:numtide/treefmt-nix/8d404a69efe76146368885110f29a2ca3700bee6' (2025-04-18)
Signed-off-by: Christina Sørensen <ces@fem.gg>
2025-04-19 06:06:19 +01:00