Commit graph

82 commits

Author SHA1 Message Date
Ihar Hrachyshka 1ab432d618 feat: add autocomplete for --follow-symlinks 2024-09-29 05:22:28 +02:00
Sandro-Alessio Gierens 17982a89ab style(output): fix clippy issue in FileName.paint
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2024-08-30 15:49:30 +02:00
PThorpe92 0b34b758b3 feat: allow writing default theme.yml file for eventual config file implementation 2024-08-30 15:49:30 +02:00
Martin Matyášek cdeae92ea0 fix(completions): fix missing line breaks in _eza
Before this change the shell would report a parsing error, which was due
to missing line breaks after the newly introduced symlinks flags. This
commit fixes that issue.
2024-07-01 06:44:28 +02:00
PThorpe92 99b2fc214e feat: add --no-|show-symlinks flags for filtering output 2024-06-24 06:49:02 +02:00
Tamino Bauknecht 05ae8e91a2 feat(completions): Add shell completions for --absolute flag 2024-03-04 07:12:23 +01:00
Erwin van Eijk 495382de9e fix(completions): fix total-size option
Fixes #773
2024-03-03 15:33:28 +01:00
Mehrad Mahmoudian 2e09622eff fix: duplicates in shell completions 2024-02-12 10:01:17 +01:00
Guillermo Perez 367ff558a6 feat(flags)!: add --classify=always,auto,never
BREAKING CHANGE:
--classify now accepts WHEN (always,auto,never). When none specified defaults to "auto" instead of previous "always" behavior
2024-01-28 09:37:19 +01:00
SPQV MF baca71751a docs: modify documentation about custom time style 2023-12-12 09:41:23 +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
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
Yogansh Sharma 643fa5cf7e fix(docs): Escape ``` in zsh completions
- fixes #631
2023-11-16 14:01:51 +01:00
MartinFillon cf0c57d7ad docs(total-size): added the fact that total-size is unix only 2023-11-13 18:02:07 +01:00
Christina Sørensen 288696db10 feat: add --color-scale
This is based on a series of commits done by aashirabadb in #526.

This introduces the `--color-scale` flag both for file age and size, as
well as `--color-scale-mode` which allows "fixed" and gradient".

The reason for reapplying from the diff of the PR instead of the patch
is that the commit history was messy, and introduced "breaking changes"
that were only locally breaking to the PR, that is, not the users.

Further, the PR had seemingly gone stale, and the rather long and
complicated commit history interwoven with merges made it seem more
efficient to just work from scratch.

Again, the work here is done by aashirbadb, my contribution is just
ensuring the quality of the code they've written.

Co-authored-by: aashirbadb <aashirbadbhandari@gmail.com>
Signed-off-by: Christina Sørensen <christina@cafkafk.com>

Refs: #486
2023-11-08 19:45:52 +01:00
MartinFillon 4b4fd1933c
fix(completions): changed quote in --almost-all completion
Changed from "`" to "'" as it is in others completions
2023-10-27 10:17:53 +02:00
Robert Minsk dedaf17da2 refactor: Move total-size calculations to File 2023-10-24 22:18:24 -07:00
xempt 7b1e8979ec Merge branch 'main' of https://github.com/eza-community/eza into feature/add-recursive-dir-size 2023-10-20 13:07:27 -07:00
xempt 5556563d4c fix(flags): changed flag name 2023-10-20 12:46:05 -07:00
xempt 66950a291a feat(completions): added flag to completions 2023-10-16 10:06:51 -07:00
PThorpe92 7753b24422
feat: fix auto value for colors and icons + documentation 2023-10-16 09:47:37 -04:00
Rami Chasygov 39b6c530f2 feat: add completions, man for --smart-group 2023-10-14 12:28:12 +03:00
Christina Sørensen b4ebe4aed7
fix(completions): fix zsh completions
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-12 08:24:08 +02:00
Chris Gorski a581e7221a fix: update additional completions for help, almost-all, dereference 2023-10-10 21:47:37 -04:00
Christina Sørensen 7c0a6f8307
Merge pull request #502 from gierens/add-missing-nu-completions
feat(completions): add missing nu shell completions
2023-10-10 19:37:57 +00:00
Chris Gorski 27a014ae96 docs: Add missing options to man page and CLI --help info
Updated the man page to include:
- --dereference
- --almost-all
- --help
- --version

Additionally, added the following flags to the CLI --help information:
- --dereference
- --almost-all

Updated shell completions.
2023-10-10 12:47:10 -04:00
Sandro-Alessio Gierens 7eb04b6cee feat(completions): add missing nu shell completions
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-10-09 21:34:33 +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
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
dundargoc 9301328091 docs: fix typos 2023-10-02 14:27:36 +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
hehelego cf45b3e4b0
docs: description of --color in README, manpage, and completions 2023-09-28 14:49:13 -05:00
PThorpe92 7fe28d7eb5
docs: add completions + manpage for --no-quotes flag 2023-09-26 11:51:13 -04:00
Mohamed Emad d9b798ea81
chore: add completion for --only-fies (zsh,fish) 2023-09-20 17:41:22 +03:00
9glenda 9a9614f1da ci: include bash completion script in treefmt and fixed shellcheck formatting in completion script 2023-09-15 05:34:31 +00:00
Sandro-Alessio Gierens c04df91067 fix(completions): remove executable flag from fish completion file
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-09-14 23:08:03 +02:00
Aidan Denlinger 41fe590607 fix(completions): remove stray backslashes
Grep 3.8 causes warnings on regular expressions
with stray backslashes.
2023-09-13 09:49:42 -07:00
Christina Sørensen 9a5f6f480e
docs(fish): expand --all documentation
Refs: #253
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-11 15:07:34 +02:00
nekoinemo a83cb9dd4a fix: expand --all help
Copied the extra line from man/eza.1.md into rest of help/completion files
2023-09-11 15:02:26 +03:00
Steven Davies 3436171e9f feat: Add highlighting of mounted directories (Linux only)
Closes #167
2023-09-06 20:55:36 +01:00
Alex Hamilton 7bdd23bd32
feat: --no-git option
This option overrides --git in all cases and disables showing the Git status of
files in long view (--long/-l).
2023-08-27 19:06:12 +02:00
Sandro-Alessio Gierens 232b5ffb99
fix(fish):--blocksize completion, new description 2023-08-14 16:38:09 +02:00
Sandro-Alessio Gierens 7ab9566f9e
feat(zsh): --blocksize completion, new description 2023-08-14 16:37:35 +02:00
Christina Sørensen 653af39104
feat(completions): zsh -w/--width
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-13 06:24:28 +02:00
Christina Sørensen 6cc9ad4d7b
feat(completions): fish -w/--width
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-13 06:23:45 +02:00
Moritz Sauter 2d7435767b fix: Broken zsh completion syntax
Signed-off-by: Moritz Sauter <moritz.sauter7@gmail.com>
2023-08-10 11:08:03 +02:00
Christina Sørensen 5cc7bdfc3f
Merge branch 'main' into pr-1136
This was horrible.

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-31 13:58:01 +02:00
Christina Sørensen 632dfff562
feat(zsh): add -X/--dereference completions
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-31 13:41:11 +02:00