From ae387389ae05356bca5961d07a67ee3699e6565b Mon Sep 17 00:00:00 2001 From: jonasbn Date: Sat, 13 Jul 2024 13:24:12 +0200 Subject: [PATCH] Apparently exa is now available as eza --- README.md | 6 +++--- exa/use_exa.md | 11 +++++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 62f4342..9a09ae2 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ - [dzil - Dist::Zilla, a Perl distribution builder](#dzil---distzilla-a-perl-distribution-builder) - [EditorConfig - tool for generic text editor configuration](#editorconfig---tool-for-generic-text-editor-configuration) - [entr - run arbitrary commands when files change](#entr---run-arbitrary-commands-when-files-change) - - [exa - an alternative to the ls command](#exa---an-alternative-to-the-ls-command) + - [exa/eza - an alternative to the ls command](#exaeza---an-alternative-to-the-ls-command) - [FileMerge.app - a diff tool for macOS](#filemergeapp---a-diff-tool-for-macos) - [find - find files and directories on the command line](#find---find-files-and-directories-on-the-command-line) - [Git - version control system](#git---version-control-system) @@ -348,7 +348,7 @@ - [Run arbitrary commands when files change using entry](entr/run_arbitrary_commands_when_files_change_using_entr.md) -### exa - an alternative to the ls command +### exa/eza - an alternative to the ls command - [Use exa](exa/use_exa.md) @@ -999,7 +999,7 @@ TIL snippets, this will be done when I have the time, one TIL at a time :-) ## License -© 2016-2022 jonasbn +© 2016-2024 jonasbn This repository is licensed under the MIT license. See [LICENSE](LICENSE) file for details. Much is lifted from elsewhere and might by copyrighted under other diff --git a/exa/use_exa.md b/exa/use_exa.md index 2b387f7..4f4e468 100644 --- a/exa/use_exa.md +++ b/exa/use_exa.md @@ -1,6 +1,6 @@ # Use exa -`exa` is an alternative to `ls`. +`exa` is an alternative to `ls`, since replaced by `eza` (a maintained fork of `exa`). One of it's features is show icons on the command line. @@ -24,11 +24,14 @@ alias la='exa --grid --all --color auto --icons --sort=type' alias lla='exa --long --all --color auto --icons --sort=type' ``` +I attempted to install `exa` on Ubuntu, but it was not available in the package manager, it has apparently been replaced with `eza` a maintained fork of `exa`. + ## Resources and References -1. [the.exa.website][website] -1. [dev.to: "My terminal became more Rusty 🦀" by Mahmoud Ashraf](https://dev.to/22mahmoud/my-terminal-became-more-rusty-4g8l) -2. [Install Nerd fonts on Linux][installfonts] +- [Exa Website][website] +- [dev.to: "My terminal became more Rusty 🦀" by Mahmoud Ashraf](https://dev.to/22mahmoud/my-terminal-became-more-rusty-4g8l) +- [Install Nerd fonts on Linux][installfonts] +- [GitHub: eza](https://github.com/eza-community/eza) [website]: https://the.exa.website/ [fontissue]: https://github.com/ogham/exa/issues/765