Skip to content

Commit

Permalink
Apparently exa is now available as eza
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Jul 13, 2024
1 parent 1c64060 commit ae38738
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -348,7 +348,7 @@
- [Run arbitrary commands when files change using entry](entr/run_arbitrary_commands_when_files_change_using_entr.md)

<a id="exa"></a>
### exa - an alternative to the ls command
### exa/eza - an alternative to the ls command

- [Use exa](exa/use_exa.md)

Expand Down Expand Up @@ -999,7 +999,7 @@ TIL snippets, this will be done when I have the time, one TIL at a time :-)
<a id="license"></a>
## License

&copy; 2016-2022 jonasbn
&copy; 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
Expand Down
11 changes: 7 additions & 4 deletions exa/use_exa.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down

0 comments on commit ae38738

Please sign in to comment.