Commit graph

2597 commits

Author SHA1 Message Date
Christina Sørensen 6e342f510e
build(release): automate gh release
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-04 13:53:31 +02:00
Christina Sørensen 18309b0160
build(release): fix double echo
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-04 13:36:54 +02:00
Christina Sørensen 400eafdb07
build(release): fix version bump
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-04 13:35:14 +02:00
Christina Sørensen 094ca8fe10
build(release): improve release automation
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-04 13:29:27 +02:00
Christina Sørensen 79e2ed19d8
Merge pull request #474 from eza-community/cafk-fix-13
fix(main): make os error 13 fail loud
2023-10-04 05:48:22 +02:00
Christina Sørensen d0983e9f1f
fix(main): make os error 13 fail loud
Ref: #473, #319
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-03 19:10:55 +02:00
Christina Sørensen 153698fe23
Merge pull request #470 from MartinFillon/disable-statically-linked-binaries
fix(binaries): diabling static linked binaries due to segfault
2023-10-03 14:55:41 +02:00
Martin Fillon 269cae4c75 fix(binaries): diabling static linked binaries due to segfault
segfaulting on multithreading => need to investigate how to bypass
2023-10-03 14:53:17 +02:00
Christina Sørensen 69cc721e13
Merge pull request #461 from eza-community/cafk-fix-checksums
build(checksums): make checksums easier to copy-paste
2023-10-03 14:41:13 +02:00
Christina Sørensen 96aefcb3e4
Merge pull request #468 from gierens/homebrew-zsh-comp
docs(readme): add zsh with homebrew part to completions section
2023-10-03 11:57:56 +02:00
Sandro-Alessio Gierens 5c1b9a9dbc docs(readme): add zsh with homebrew part to completions section
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-10-03 10:56:22 +02:00
Christina Sørensen 5ecd7f6db8
Merge pull request #467 from eza-community/dependabot/cargo/trycmd-0.14.19
build(deps): bump trycmd from 0.14.17 to 0.14.19
2023-10-03 08:44:53 +02:00
sbatial 404faa64bf refactor(file): do not match for numbers and remove single-use fn 2023-10-03 01:16:51 +02:00
dependabot[bot] f5b45f9a95
build(deps): bump trycmd from 0.14.17 to 0.14.19
Bumps [trycmd](https://github.com/assert-rs/trycmd) from 0.14.17 to 0.14.19.
- [Changelog](https://github.com/assert-rs/trycmd/blob/main/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/trycmd/compare/v0.14.17...v0.14.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 22:44:10 +00:00
Christina Sørensen 43dd047c56
Merge pull request #456 from gierens/nu-completions
feat(completions): add basic nushell completion file
2023-10-02 18:23:25 +02:00
Christina Sørensen 1b36565b0f
refactor(nushell): align completions
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-02 18:18:21 +02:00
Christina Sørensen c971fa28c0
build(checksums): make checksums easier to copy-paste
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-02 16:36:18 +02:00
Sandro-Alessio Gierens 960be040ce feat(github): add codeowner for nu completions
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-10-02 14:41:58 +02:00
Sandro-Alessio Gierens 5ad985e5de feat(completions): add basic nushell completion file
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-10-02 14:34:56 +02:00
Christina Sørensen 9377090810
Merge pull request #455 from dundargoc/docs/typos
docs: fix typos
2023-10-02 14:31:02 +02:00
dundargoc 9301328091 docs: fix typos 2023-10-02 14:27:36 +02:00
Christina Sørensen 090355e573
Merge pull request #454 from gierens/fix-exa-in-fish-comp
fix(fish): replace left-over exa in fish completion
2023-10-02 14:15:42 +02:00
Sandro-Alessio Gierens ec887b4d64 fix(fish): replace left-over exa in fish completion
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-10-02 14:10:55 +02:00
Christina Sørensen 443f258535
Merge pull request #453 from dundargoc/docs/contributing
docs: correct CONTRIBUTING.md on commit message type
2023-10-02 13:46:10 +02:00
Christina Sørensen 9a9df55036
Merge pull request #452 from eza-community/cafk-release-0.14.0
chore: release 0.14.0
2023-10-02 13:14:54 +02:00
dundargoc 1847370568 docs: correct CONTRIBUTING.md on commit message type 2023-10-02 13:08:31 +02:00
Christina Sørensen eff19c3eea
chore: release 0.14.0
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-02 13:08:01 +02:00
Christina Sørensen 6e9d53f320
Merge pull request #438 from hehelego/main
fix: query stdout terminal size to see if the output gose to a tty.
2023-10-02 13:04:38 +02:00
Christina Sørensen ae6eb5a9d7
Merge pull request #451 from MartinFillon/add-git-repo-colors
feat(colors): adding the possibility to change git-repos colors
2023-10-02 11:52:13 +02:00
Martin Fillon fedef4a55d docs(eza_colors): updated man to add new colors 2023-10-02 11:20:28 +02:00
MartinFillon 2dc01d351a
Merge branch 'main' into add-git-repo-colors 2023-10-02 10:39:51 +02:00
Martin Fillon 17ed77a3ab feat(colors): adding the possibility to change git-repos colors 2023-10-02 10:34:36 +02:00
Christina Sørensen 2909853b08
Merge pull request #437 from Hulxv/custom-time-style
feat: supporting custom time-style
2023-10-02 10:27:54 +02:00
Christina Sørensen a891c2439b
Merge pull request #431 from MartinFillon/add-more-color-options
feat(colors): separated root from other users
2023-10-02 08:22:25 +02:00
MartinFillon 8d6289de10
refactor(formatting): reformatted a line 2023-10-01 21:06:37 +02:00
MartinFillon 21764dd2bb
Merge branch 'main' into add-more-color-options 2023-10-01 21:05:47 +02:00
hehelego 2d58129fb2
docs(README): change color to colo[u]r in the option description.
`eza` manpage and `README` have been refering to this option as `--colo[u]r`. We should follow the tradition and keep the writing style consistent.

Co-authored-by: MartinFillon <114775771+MartinFillon@users.noreply.github.com>
Signed-off-by: hehelego <hahalegao@gmail.com>
2023-10-01 10:39:06 -05:00
Christina Sørensen d082626703
Merge pull request #432 from MartinFillon/create-statically-linked-binaries
feat(binaries): added statically linked binaries
2023-10-01 07:47:39 +02:00
Christina Sørensen 0b4a879a98
build(binaries): name static binaries
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-01 07:23:09 +02:00
Christina Sørensen 6758795302
build(binaries): temporarily disable aarch64-unknown-linux-gnu
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-01 06:54:33 +02:00
MartinFillon e3457858e9
refactor(colors): renamed and reintended some code 2023-10-01 01:18:51 +02:00
MartinFillon 8094cb5b43
Merge remote-tracking branch 'upstream/main' into add-more-color-options 2023-10-01 01:16:06 +02:00
Christina Sørensen 522d20c8d2
Merge pull request #395 from Brijeshkrishna/main
feat : Adding new icons
2023-09-30 18:40:44 +02:00
brijesh 4b7d110d51 fix: README is sorted and formatted 2023-09-30 14:46:28 +05:30
Christina Sørensen b8b6ec6c2a
fix(clippy): fix large_enum_variant warning with explanation
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-30 10:43:15 +02:00
hehelego c28e5b72d4
fix: prefix unused binding name with underscore 2023-09-29 12:00:35 -05:00
hehelego 9d834fb3ca
fix(output): terminal size query should only check stdout
Another API misuse. `terminal_size::terminal_size()` now looks into `stdout`, `stderr` and `stdin` to determine the terminal size with best effort.
This is desirable for TUI applications, but not for CLI applications.
`eza` only cares about the size of the terminal which is connected to standard output.
We change this to `terminal_size_with_fd(stdout.as_raw_fd)` on unix, and `terminal_size_with_handle(STD_OUTPUT_HANDLE)` on windows.
2023-09-29 11:56:53 -05:00
Brijesh Krishna 76daed1cc0 feat: Added fdmdownload icon 2023-09-29 10:53:23 +00:00
Brijesh Krishna f1643051b3 fix: New R lang icon 2023-09-29 10:50:08 +00:00
Brijesh Krishna 65ecbbe66a feat: Added home icon 2023-09-29 10:50:08 +00:00