diff --git a/dev.exa.plg b/dev.exa.plg new file mode 100644 index 0000000..2522352 --- /dev/null +++ b/dev.exa.plg @@ -0,0 +1,70 @@ + + + + + + + + + + + +]> + + + + + +###2022-05-05 +- Initial release - exa v0.10.1 + + + + + + +file=$(/usr/bin/ls /boot/config/plugins/&name;/&name;*.txz | grep -v '&version;') +if [ ! -z "$file" ] +then + filename=$(basename -- $file) + previous="${filename%.*}" + echo "previous version ${previous} found - uninstalling" + removepkg $previous + rm -f $file +else + echo "no previous version found - first time install" +fi + + + + +&releaseURL; +&md5; + + + + +**exa** + +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/). + + + + + +echo "*** Removing exa ***" + +# Remove plugin related files +removepkg &name;-&version; + +rm -rf &emhttp; +rm -rf &plugin; + +echo +echo "*** Successfully removed exa ***" + + + diff --git a/exa.plg b/exa.plg index d1feb7c..f4ce764 100644 --- a/exa.plg +++ b/exa.plg @@ -1,17 +1,16 @@ + - + - - + + - + ]> -