Christina Sørensen
cd4038726c
test: regenerate version tests... and others
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-12-21 06:28:31 +01:00
Christina Sørensen
edcf392c78
chore: release eza v0.17.0
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-12-13 17:49:02 +01:00
SPQV MF
2bedc823c3
test: update powertest expected help message output
2023-12-12 09:41:23 +01:00
SPQV MF
131ad8afc1
test: add tests for non-recent/recent custom time style
2023-12-12 09:41:23 +01:00
SPQV MF
baca71751a
docs: modify documentation about custom time style
2023-12-12 09:41:23 +01:00
SPQV MF
422efee06b
feat!: support different custom time style for non-recent/recent files
...
Extend the `+<FORMAT>` custom time style, accept an optional
`...<newline><FORMAT_2>` to support setting a different custom time
style for _recent_ files.
BREAKING CHANGE: (1) The behavior changes if the previous format string
already contains `<newline>`. Previously `<newline>`s are used as-is,
now the first newline will be interpreted as separation for _non-recent_
and _recnet_ format; any content after the second newline, if any, are
simply ignored. (2) The implementation rejects some previously accepted
inputs, primarily empty _non-recent_ format string. `--time-style=+`
and `--time-style='+<newline>'` will now get a panic message.
Resolves : #563
2023-12-12 09:41:23 +01:00
Zacchary Dempsey-Plante
54abab7849
fix(output): quote symbolic links correctly when their destinations contain spaces
2023-12-12 09:32:51 +01:00
Christina Sørensen
b19d61f0e5
test(powertests): regenerate
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-12-12 08:59:31 +01:00
Robert Minsk
66d16a9c9a
feat(flags): Add Windows file attributes
2023-12-12 08:59:31 +01:00
Robert Minsk
458a6f5b1e
feat(flags): Add BSD file flags
2023-12-12 08:59:31 +01:00
dependabot[bot]
c7950dc9bd
build(deps): bump libc from 0.2.150 to 0.2.151
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.150 to 0.2.151.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.150...0.2.151 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-12 06:58:22 +01:00
dependabot[bot]
42136401ec
build(deps): bump once_cell from 1.18.0 to 1.19.0
...
Bumps [once_cell](https://github.com/matklad/once_cell ) from 1.18.0 to 1.19.0.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md )
- [Commits](https://github.com/matklad/once_cell/compare/v1.18.0...v1.19.0 )
---
updated-dependencies:
- dependency-name: once_cell
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-12 06:51:28 +01:00
dependabot[bot]
45c155a13c
build(deps): bump DeterminateSystems/nix-installer-action from 8 to 9
...
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action ) from 8 to 9.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases )
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v8...v9 )
---
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>
2023-12-12 06:42:37 +01:00
Jany Doe
8c50812edd
fix(completions): add color scale mode to the fish completions
2023-12-09 16:05:08 +01:00
Jany Doe
1448da55aa
fix(completions): add color scale mode to the bash completions
2023-12-09 16:05:08 +01:00
Christina Sørensen
5499ed7486
ci: remove labeler
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-12-09 15:25:21 +01:00
Christina Sørensen
4db9fb09f2
build(flake): update flake.lock
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-12-09 15:25:21 +01:00
Christina Sørensen
150ae83cba
test: regen powertests
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-12-09 15:25:21 +01:00
Christina Sørensen
0b737d542c
chore: release eza v0.16.3
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-12-07 05:51:12 +01:00
MartinFillon
6aa9e19ac3
fix(color-scale): color-scale broked size for colors
...
see #684 and #682 and #414
2023-12-05 12:21:53 +01:00
MartinFillon
b7e7946e9e
fix(color-scale): fixing color of size unit
...
see #684
2023-12-05 12:21:53 +01:00
dependabot[bot]
458468f902
build(deps): bump actions/labeler from 4 to 5
...
Bumps [actions/labeler](https://github.com/actions/labeler ) from 4 to 5.
- [Release notes](https://github.com/actions/labeler/releases )
- [Commits](https://github.com/actions/labeler/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/labeler
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 11:08:40 +01:00
Jany Doe
c8c0ccc75a
fix: add bare git_repos fn if feature git is disabled
...
Closes #698
2023-12-05 10:15:08 +01:00
dependabot[bot]
53fc475a9e
build(deps): bump percent-encoding from 2.3.0 to 2.3.1
...
Bumps [percent-encoding](https://github.com/servo/rust-url ) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/servo/rust-url/releases )
- [Commits](https://github.com/servo/rust-url/compare/v2.3.0...v2.3.1 )
---
updated-dependencies:
- dependency-name: percent-encoding
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-30 13:03:37 +01:00
Christina Sørensen
81d2f9ce81
test(power): fix powertests post-release
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-30 12:46:23 +01:00
Christina Sørensen
49aa2fd8c0
chore: release eza v0.16.2
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-30 05:46:30 +01:00
Christina Sørensen
3fe76fac7d
fix(windows): fix the windows build
...
Fix the windows build by adding features that were feature gated in the update
of windows-sys from 0.48.0 -> 0.52.0.
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Co-authored-by: Steven Davies <github@steev.me.uk>
2023-11-29 05:34:37 +01:00
dependabot[bot]
f543c92b1e
build(deps): bump windows-sys from 0.48.0 to 0.52.0
...
Bumps [windows-sys](https://github.com/microsoft/windows-rs ) from 0.48.0 to 0.52.0.
- [Release notes](https://github.com/microsoft/windows-rs/releases )
- [Commits](https://github.com/microsoft/windows-rs/compare/0.48.0...0.52.0 )
---
updated-dependencies:
- dependency-name: windows-sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-29 05:34:37 +01:00
dependabot[bot]
54851852cb
build(deps): bump DeterminateSystems/nix-installer-action from 7 to 8
...
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action ) from 7 to 8.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases )
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v7...v8 )
---
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>
2023-11-28 04:56:56 +01:00
dependabot[bot]
57e47a66d9
build(deps): bump webiny/action-conventional-commits from 1.1.0 to 1.2.0
...
Bumps [webiny/action-conventional-commits](https://github.com/webiny/action-conventional-commits ) from 1.1.0 to 1.2.0.
- [Commits](https://github.com/webiny/action-conventional-commits/compare/v1.1.0...v1.2.0 )
---
updated-dependencies:
- dependency-name: webiny/action-conventional-commits
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-28 04:56:32 +01:00
Christina Sørensen
fce16adee0
test(powertest): fix version tests
...
I suppose these should be regenerated as part of the release process... I'll do
that eventually...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-26 06:56:51 +01:00
Ankit Soni
294ab6cddc
fix: calculate width correctly when using grid icons & classify
...
Resolves : #578
2023-11-26 00:28:41 +01:00
Christina Sørensen
28954eeeec
chore: release eza v0.16.1
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-23 04:27:02 +01:00
Christina Sørensen
88b9ddced9
test: regenerate --help tests
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-22 16:42:10 +01:00
Christina Sørensen
f44d34edcd
fix(help): reflow help
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-22 16:42:10 +01:00
PThorpe92
c6eab635b9
fix: lifetime annotations and manpage/shell completion nits
2023-11-22 16:42:10 +01:00
MartinFillon
0889f23919
feat(input): adding piping of args
...
fix: lifetime issue
fix: try to fix lifetime issues for pipe from stdin
2023-11-22 16:42:10 +01:00
Steven Davies
2a63c93a63
fix: don't panic if the btime of a file is Err
...
Fixes #667
2023-11-22 14:43:09 +01:00
Steven Davies
09b66a70f3
fix: don't panic with todo!() on inaccessible dir
...
Fixes #655
2023-11-22 14:43:09 +01:00
Robert Minsk
c0a3065f06
feat(xattr): Add netbsd and freebsd support for extended attributes
2023-11-22 14:31:03 +01:00
Robert Minsk
475ed40af9
feat(xattr): Handle formatting and display of binary extended attributes.
...
Fixes issue 425
TODO: Add FreeBSD support
TODO: Add environment variable for maximum length for hex display of
binary values. Currently hard coded to 16.
2023-11-22 14:31:03 +01:00
Christina Sørensen
9df7dc69c3
chore(flake): update flake inputs
...
I just bumped semnix versions, and thus it felt fitting to bump our flake inputs as well.
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-17 08:22:10 +01:00
Christina Sørensen
6997414f50
test: long view options
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-16 14:41:07 +01:00
Christina Sørensen
7616ad5903
test: filtering and sorting
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-16 14:41:07 +01:00
Christina Sørensen
9c55a616c2
test: display and meta options
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-16 14:41:07 +01:00
MartinFillon
ced41b911a
test(vars): Vars mocking
...
Implemented var mocking in order to sue in tests, especially clap tests
2023-11-16 14:06:28 +01:00
Yogansh Sharma
643fa5cf7e
fix(docs): Escape ``` in zsh completions
...
- fixes #631
2023-11-16 14:01:51 +01:00
Christina Sørensen
7b813751cb
build: sign release tags
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-16 11:42:39 +01:00
Christina Sørensen
ecc2eac4fb
chore: release eza v0.16.0
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-16 11:14:43 +01:00
Christina Sørensen
0af411d0a9
chore(flake): stabilize powertest version
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-16 10:06:51 +01:00