From d4a5ea71cbc8d1cb2cdb5a79500bce430738a24d Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Thu, 5 May 2022 04:10:08 +0100 Subject: [PATCH] update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db8c346..f2d22dd 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ -exa +# exa + +This is the repository for the exa unraid plugin. + + + +## description + +exa is a modern replacement for the venerable file-listing command-line program ls that ships with Unix and Linux operating systems, giving it more features and better defaults. It uses colours to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. And it’s small, fast, and just one single binary. + +By deliberately making some decisions differently, exa attempts to be a more featureful, more user-friendly version of ls. For more information, see [exa’s website](https://the.exa.website/). + +## dev + +Drone builds the plugin source using cargo on a new tag creation. + +Tag versions follow exa releases.