Commit graph

201 commits

Author SHA1 Message Date
Christina Sørensen cfd745d6f0 refactor: relicense to EUPL-1.2
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-09-26 09:24:39 +02:00
PThorpe92 ad62660ade docs: add link to eza-themes repository in readme 2024-09-21 09:08:17 +02:00
PThorpe92 4151568c47 docs: add further documentation about theme file 2024-08-31 17:36:44 +02:00
Christina Sørensen e0b7be9793
docs: clear up confusion around ls
Some checks failed
Conventional Commits / Conventional Commits (push) Has been cancelled
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-07-22 18:29:08 +02:00
PThorpe92 99b2fc214e feat: add --no-|show-symlinks flags for filtering output 2024-06-24 06:49:02 +02:00
DerRockWolf 70891fa1af docs(README): use 3 columns for packaging status badge
Signed-off-by: DerRockWolf <50499906+DerRockWolf@users.noreply.github.com>
2024-05-16 16:24:45 +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
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
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
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
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
Christina Sørensen 0c75e4cc97 feat(docs): demo gif and gif generation recipe
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-04 13:31:30 +01:00
Christina Sørensen bb31787afb docs: introduce INSTALL.md
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-04 13:31:30 +01:00
Christina Sørensen 2b708287af docs: improve README.md
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-04 13:31:30 +01:00
Christina Sørensen 2e15bad8e5 docs: improve CONTRIBUTING.md, README.md
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-04 09:46:26 +01: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 05d605467f docs(readme): added flag to readme 2023-10-16 10:06:44 -07:00
PThorpe92 7753b24422
feat: fix auto value for colors and icons + documentation 2023-10-16 09:47:37 -04:00
Ryan Cao 8854e9ce23
docs: correct color option spellings 2023-10-12 20:40:43 +08:00
Pedro Carreno 9c1f38de94 docs(readme): installation on fedora updated 2023-10-04 09:43:34 -04: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 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 2909853b08
Merge pull request #437 from Hulxv/custom-time-style
feat: supporting custom time-style
2023-10-02 10:27:54 +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
hehelego cf45b3e4b0
docs: description of --color in README, manpage, and completions 2023-09-28 14:49:13 -05:00
Martin Fillon 2659d48f27 docs(installation): adding termux section
as eza is now on termux we needed to add it to documentation
2023-09-28 11:25:06 +02:00
Hulxv 1ebe70a93b docs: documenting custom time-style 2023-09-28 04:44:24 +03:00
Christina Sørensen 0e6d547b08
docs(README): leave nix install instructions open-ended
Refs: #426
2023-09-27 05:50:51 +02:00
Christina Sørensen c5b544c5ae
Merge pull request #381 from Hulxv/listing-files-only
feat: Listing files only
2023-09-23 18:46:56 +02:00
Mohamed Emad 34ae54ba93
docs: documenting --only-files 2023-09-20 17:40:31 +03:00
Christina Sørensen d3c7b2067e
Merge pull request #383 from cfxegbert/mac-mounts-readme
docs(README): Update --mounts option to include MacOS
2023-09-19 05:05:59 +02:00
Robert Minsk 97938242df docs(README): Update --mounts option to include MacOS 2023-09-18 14:43:12 -07:00
alpn 18e5d88cb8 docs: Update README.md 2023-09-18 14:19:22 -06:00
Marcin Puc 9f11a10ebf docs(readme): add install instructions for Void Linux 2023-09-17 11:02:17 +02:00
Sandro-Alessio Gierens 95b7ddc338 docs(readme): add potential gpg install to deb installation instructions
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-09-16 18:27:28 +02:00
Sandro-Alessio Gierens 13f7939bd0 docs(readme): fix chmod in deb installation instructions
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-09-16 18:26:59 +02:00
raylu 35f9aabbc3 docs(readme): Update deb instructions to use keyring
trusted.gpg.d requires de-armored keys on some systems (Ubuntu 20.04)
and ASCII-armored keys on others (Debian 12)
2023-09-16 18:24:09 +02:00
Christina Sørensen 8d786785d9
fix(fedora): hotfix harmful documentation
Co-authored-by: Renarde <LanaHeyrendt@gmail.com>
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-15 18:52:25 +02:00
Christina Sørensen 21a8649cc1
docs(gitter): Link directly to space
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-15 12:46:22 +00:00
MartinFillon 08f3c1866c
chore: augment gitter size in README 2023-09-15 14:38:20 +02:00
Christina Sørensen 65dfe9f7b3
Merge branch 'main' into cafk-msrv-1.70
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-15 07:35:44 +02:00
Christina Sørensen 7fa2455426
Merge pull request #310 from sitiom/winget-releaser
ci: add Winget Releaser workflow
2023-09-15 06:12:59 +02:00
Christina Sørensen 36f9f5b02f
docs: Update README.md
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-14 19:11:45 +00:00
Christina Sørensen 570bbbb7c9
docs(readme): fix codeblocks in zsh completions
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-14 21:08:43 +02:00
MartinFillon 74f0f17211
docs(readme): added cafkafk suggestions
Co-authored-by: Christina Sørensen <christina@cafkafk.com>
Signed-off-by: MartinFillon <114775771+MartinFillon@users.noreply.github.com>
2023-09-14 20:55:19 +02:00