Commit Graph

2931 Commits

Author SHA1 Message Date
Sandro-Alessio Gierens
f31d4d0343 ci(apt): add os matrix with latest two ubuntu/debian versions
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2024-05-06 23:04:04 +02:00
CouldBeThis
4f542eaf4b docs(reaedme): add some keywords for benefit of ctrl-f
Signed-off-by: CouldBeThis <53547181+CouldBeThis@users.noreply.github.com>
2024-05-06 14:19:51 +02:00
CouldBeThis
6d6612d245 docs(readme): move heading out of collapsed section
Signed-off-by: CouldBeThis <53547181+CouldBeThis@users.noreply.github.com>
2024-05-06 14:19:51 +02:00
CouldBeThis
abe9f587c6 docs(readme): correct heading levels in markdown
Signed-off-by: CouldBeThis <53547181+CouldBeThis@users.noreply.github.com>
2024-05-06 14:19:51 +02:00
CouldBeThis
01a9c2aae4 docs(readme): add how to find man pages in terminal and online. Partly fixes #967
Signed-off-by: CouldBeThis <53547181+CouldBeThis@users.noreply.github.com>
2024-05-06 14:19:51 +02:00
Christina Sørensen
f78e4bb617 chore: release eza v0.18.14
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-05-02 08:23:27 +02:00
dependabot[bot]
01919cdd53 build(deps): bump palette from 0.7.5 to 0.7.6
Bumps [palette](https://github.com/Ogeon/palette) from 0.7.5 to 0.7.6.
- [Changelog](https://github.com/Ogeon/palette/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Ogeon/palette/compare/0.7.5...0.7.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 08:07:40 +02:00
dependabot[bot]
414f70ba13 build(deps): bump unicode-width from 0.1.11 to 0.1.12
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.11 to 0.1.12.
- [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.11...v0.1.12)

---
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-05-02 07:51:56 +02:00
dependabot[bot]
1554472a7d build(deps): bump libc from 0.2.153 to 0.2.154
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.153 to 0.2.154.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.153...0.2.154)

---
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-02 07:39:18 +02:00
dependabot[bot]
bebd39c0e4 build(deps): bump uzers from 0.11.3 to 0.12.0
Bumps [uzers](https://github.com/rustadopt/uzers-rs) from 0.11.3 to 0.12.0.
- [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.11.3...v0.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 07:27:28 +02:00
Rachael Ava
df7d51fcd3 feat: add icon for "cron.minutely" directory
Cron optionally allows you to use a '/etc/cron.minutely' directory to trigger automated events on a per-minute basis.

There is currently no icon set for cron.minutely, while the other cron.* directories do, so I added cron.minutely to the DIRECTORY_ICONS mapping and applied the Icons::FOLDER_CONFIG icon.

Signed-off-by: Rachael Ava <83562876+RachaelAva1024@users.noreply.github.com>
2024-04-29 23:50:20 -04:00
Christina Sørensen
8b7dc5f517 chore: release eza v0.18.13
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-04-25 17:28:38 +02:00
Christina Sørensen
c0df8ecd84 feat: generate completion/manpage tarballs on release
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-04-24 15:12:49 +02:00
MartinFillon
8afb5cc285 fix: checking for deref flag in file_name
As per Vosjedev mentionned on #932 dereference (`-X`) was ignored on
latest eza version however it was used for file-names.
This was due to the usage of the function `with_link_paths` that forced
a link printing, whereas the deref flag prevent it.

This also adds some debug printing.
2024-04-22 16:39:51 +02:00
nat-418
a4782d1ddd feat: add scheme filetype and icons 2024-04-21 14:37:10 -04:00
MartinFillon
87b36785f9 fix: allow unused imports for freebsd 2024-04-19 23:17:06 +02:00
Christina Sørensen
99562e3a4f chore: release eza v0.18.11
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-04-19 07:00:32 +02:00
Christina Sørensen
07f67708a5 fix: build aarch64, arm without libgit2
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-04-13 17:41:34 +02:00
Santhosh Raju
17733e9aee fix(netbsd): enable the rule only for NetBSD. 2024-04-11 16:02:28 +02:00
Santhosh Raju
7664a1fbf0 ci: bump NetBSD version to 10.0 2024-04-11 16:02:28 +02:00
Santhosh Raju
462fc344f8 fix(netbsd): fix clippy lints 2024-04-11 16:02:28 +02:00
Christina Sørensen
75f1f8cf52 chore: release eza v0.18.10
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-04-11 07:08:27 +02:00
dependabot[bot]
86e7cc9b5c fix(deps): bump trycmd from 0.15.0 to 0.15.1
Bumps [trycmd](https://github.com/assert-rs/trycmd) from 0.15.0 to 0.15.1.
- [Changelog](https://github.com/assert-rs/trycmd/blob/main/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/trycmd/compare/v0.15.0...v0.15.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 06:48:08 +02:00
dependabot[bot]
1eb4d35f3a build(deps): bump nu-ansi-term from 0.49.0 to 0.50.0
Bumps [nu-ansi-term](https://github.com/nushell/nu-ansi-term) from 0.49.0 to 0.50.0.
- [Release notes](https://github.com/nushell/nu-ansi-term/releases)
- [Changelog](https://github.com/nushell/nu-ansi-term/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nushell/nu-ansi-term/compare/v0.49.0...v0.50.0)

---
updated-dependencies:
- dependency-name: nu-ansi-term
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 06:37:40 +02:00
Christina Sørensen
b9dfd61723 chore: release eza v0.18.9
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-03-27 08:13:31 +01:00
PThorpe92
3338685351 feat: switch out ansiterm crate for nu_ansi_term
Co-authored-by: Joey Sabey <joey.sabey@gmx.com>
2024-03-27 07:44:05 +01:00
dependabot[bot]
cb55827527 build(deps): bump git2 from 0.18.2 to 0.18.3
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.18.2 to 0.18.3.
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.18.2...git2-0.18.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-27 07:16:36 +01:00
dependabot[bot]
a41487adf1 build(deps): bump rayon from 1.9.0 to 1.10.0
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.9.0 to 1.10.0.
- [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.9.0...rayon-core-v1.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-27 07:14:09 +01:00
dependabot[bot]
6e6d93ec1e build(deps): bump plist from 1.6.0 to 1.6.1
Bumps [plist](https://github.com/ebarnard/rust-plist) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/ebarnard/rust-plist/releases)
- [Commits](https://github.com/ebarnard/rust-plist/compare/v1.6.0...v1.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-27 07:07:10 +01:00
dependabot[bot]
f534663060 build(deps): bump DeterminateSystems/nix-installer-action from 9 to 10
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 9 to 10.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v9...v10)

---
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-03-21 16:15:58 +01:00
Christina Sørensen
d0c6fefe0a chore: release eza v0.18.8
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-03-21 09:40:20 +01:00
Erwin van Eijk
29d009a439 fix: rustfmt issues 2024-03-16 13:30:46 -04:00
Erwin van Eijk
11e026d303 fix: avoid deprecation warnings
`file_time.timestamp_millis` has moved to
`file_time.and_utc().timestamp_millis`.
2024-03-16 13:30:46 -04:00
Marcin Puc
dd196024fb feat(icons): add fennel lang icon and associations 2024-03-16 13:13:14 -04:00
Christina Sørensen
4702e081aa chore: release eza v0.18.7
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-03-14 16:55:28 +01:00
Daniel Lang
7eb72bd15c fix: bugfix to resolve absolute paths that are not symlinks 2024-03-13 10:37:29 +01:00
Benoît Ryder
1185e0db11 feat: add filetype and icon for .hh extension 2024-03-07 11:24:09 +01:00
Christina Sørensen
1918eb8668 chore: release eza v0.18.6
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-03-06 06:01:21 +01:00
dependabot[bot]
e369a7bcfc build(deps): bump rayon from 1.8.1 to 1.9.0
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.8.1 to 1.9.0.
- [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.8.1...rayon-core-v1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 07:01:06 +01:00
dependabot[bot]
453259ccd5 build(deps): bump log from 0.4.20 to 0.4.21
Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.21.
- [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.20...0.4.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 06:54:58 +01:00
Terts Diepraam
0fcc1c78eb fix: update line numbers in panic messages in tests 2024-03-04 07:23:16 +01:00
Terts Diepraam
dedb17df6e refactor: port grid and grid-details to new uutils-term-grid 2024-03-04 07:23:16 +01:00
Tamino Bauknecht
f0972251e1 test: Add directory symlink to tests/itest/
Additionally, the test output was regenerated using "just idump".
Note that manual edits are necessary to ensure the absolute path in
tests/cmd/ starts with "[CWD]".
2024-03-04 07:12:23 +01:00
Tamino Bauknecht
33a85e41c8 test: Add integration tests and powertests for --absolute flag
Note that the absolute paths in tests/cmd/ need to have their root at
[CWD] and not /build/source/ for "cargo test" work.
The command "just idump" will overwrite the files in tests/cmd/ leading
to a failing "cargo test".
2024-03-04 07:12:23 +01:00
Tamino Bauknecht
05ae8e91a2 feat(completions): Add shell completions for --absolute flag 2024-03-04 07:12:23 +01:00
Tamino Bauknecht
084ed33a35 feat(flags): Add --absolute flag
This feature allows to display the full path of files and directories
when passing the --absolute flag.
The flag also allows to only print the absolute path of files or
directories.

Resolves #726
2024-03-04 07:12:23 +01:00
Tamino Bauknecht
4799a49249 fix(fs): Fix absolute_path() for broken symlinks 2024-03-04 07:12:23 +01:00
Santhosh Raju
4611e37a7f ci: add OpenBSD to CI. 2024-03-04 06:51:31 +01:00
Santhosh Raju
dd0b539bb4 ci: add FreeBSD to CI. 2024-03-04 06:51:31 +01:00
Santhosh Raju
a7a3e0e80c ci: fix warnings. 2024-03-04 06:51:31 +01:00