What's New
- Normalise relative paths that it outputs, meaning removing any leading
./
or normalizing embedded/../
. - Updated the
regex
version to1.11.*
.
Installation
On Arch install the ned
package from the AUR. For example using paru
.
paru -Sy ned
On Debian based distributions install with dpkg
.
dpkg -i ned_1.3.3-1_amd64.deb
On RedHat based distributions install with dnf
.
dnf install ned-1.3.3-1.el9.x86_64.rpm
If you are on another Linux distribution unzip and copy the appropriate binary, renamed as ned
, and the man page:
gunzip ned.64-bit.musl.linux.gz
sudo cp ned.64-bit.musl.linux /usr/local/bin/ned
sudo cp ned.1.gz /usr/share/man/man1/
On Windows unzip the Windows zip file somewhere on your path.
I don't have access to Mac to build that, but it is on https://ports.macports.org/port/ned/ ❤️ to the maintainer of that package.
or build it as per the README.md for Linux, Windows, or Mac.