Releases: nevdelap/ned
Release 1.3.3
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.
Release 1.3.2
What's New
- Updated
regex
andwalkdir
versions.
Installation
Until I, or someone, gets round to updating the AUR, or building Mac and Windows versions, if you are on Linux 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/
or build it as per the README.md.
Release 1.3.1
What's New
- Issue 91: Bug fix: hidden directories are supposed to be ignored unless -a is specified, same as hidden files are.
This bug has always existed and never been noticed.
Installation
Do one of these:
- Copy the appropriate bin, renamed as ned, and the man page:
sudo cp ned.xxx /usr/local/bin/ned
sudo cp ned.1.gz /usr/share/man/man1/
- For Arch Linux:
yay -Sy ned --noconfirm --needed
- As for installing from the a .deb, or .rpm, or a Windows exe, I've not created those for 1.3.x yet.
Dependencies
The Linux version doesn't need anything extra. Just put it somewhere on your path renamed as ned. The Linux version should work on every version of Linux.
Mac and Windows Versions
I've not yet built them. See the README.md for how to do it yourself or reach out to tell me you'd like them. Otherwise I'll get round it at some stage.
Release 1.3.0
What's New
- Issue 87: Make --color a synonym of --colors.
- Issue 83: Update regex from 1.1.* to 1.5.*.
- Issue 81: Ran fix --edition and fmt over it.
- Issue 79: Ran clippy over it.
- Issue 77: Added mention of how to ignore not found in replaces.
- Issue 75: Make stdin imply --stdout.
- Issue 52: Stop searching if the output stream is closed.
- Shortcut testing included/excluded file when it's a directory.
- Update for latest clippy, lint, etc.
- Add mention of ripgrep to README.md.
- Update other dependencies to latest.
Installation
Do one of these:
- Copy the appropriate bin, renamed as ned, and the man page:
sudo cp ned.xxx /usr/local/bin/ned
sudo cp ned.1.gz /usr/share/man/man1/
- As for installing from the AUR, a .deb, or .rpm, or a Windows exe, I've not created those for 1.3.0 yet.
Dependencies
The Linux version doesn't need anything extra. Just put it somewhere on your path renamed as ned. The Linux version should work on every version of Linux.
Mac and Windows Versions
I've not yet built them. See the README.md for how to do it yourself or reach out to tell me you'd like them. Otherwise I'll get round it at some stage.
Release 1.2.8
What's New
Issue #66 Create a man page.
Installation
Do one of these:
- Copy the appropriate bin, renamed as ned, and the man page:
sudo cp ned.xxx /usr/local/bin/ned
sudo cp ned.1.gz /usr/share/man/man1/
- On Arch or Arch based distros to install the binary and man page:
yaourt -S ned
- On Debian based distros to install the binary and man page:
sudo dpkg -i ned_1.2.8-0_amd64.deb
- On Redhat or CentOS to install the binary and man page:
sudo rpm -i ned-1.2.8-1.el7.x86_64.rpm
- On Windows put the ned.exe somewhere on your path. For help:
ned --help
Dependencies
The ned.exe included here is 64bit and requires the vc_redist.x64.exe which can be downloaded from: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads (I don't use the Windows version so if this has changed I didn't notice.)
The Linux and Mac versions don't need anything extra. Just put them somewhere on your path renamed as ned. The Linux version should work on every version of Linux. I've no idea if the Mac version will work on Mojave, though I assume it should.
Release 1.2.7
What's New
Issue #67 Fix a -c/--colors issue. -c and --colors are the equivalent of --colors=always.
Installation
Do one of these:
- Copy the appropriate bin, renamed as ned:
sudo cp ned.xxx /usr/local/bin/ned
- On Arch or Arch based distros:
yaourt -S ned
- On Debian based distros download the appropiate deb and:
sudo dpkg -i ned_1.2.7-0_xxx.deb
- On Windows put the ned.exe somewhere on your path. For help:
Dependencies
The ned.exe included here is 64bit and requires the vc_redist.x64.exe which can be downloaded from: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads (I don't use the Windows version so if this has changed I didn't notice.)
The Linux and Mac versions don't need anything extra. Just put them somewhere on your path renamed as ned. The Linux version should work on every version of Linux. I've no idea if the Mac version will work on Mojave, though I assume it should.
Release 1.2.6
This release has no changes to functionality. Its purpose is only to add copyright and license notices to the source files for building for the Arch User Repository. If you have version 1.2.5 you do not need to update.
What's New
ned
is now available in the AUR for Arch and Manjaro and can be installed with:
yaourt -S ned
ned
is also now available as a deb package for Debian, Ubuntu, Mint, etc, containing a musl binary with no dependencies. It can be downloaded and installed installed on 64-bit Linux with:
sudo dpkg -i ned_1.2.6-0_amd64.deb
or on 32-bit Linux with:
sudo dpkg -i ned_1.2.6-0_i386.deb
Note: Is is not available through a PPA because building Rust projects in Launchpad doesn't seem to be possible. The build doesn't have Internet access to download dependencies.
If installing manually you can install the binaries from version 1.2.5.
Release 1.2.5
What's New
Issue #56 Fix a --case-replacements issue.
Update regex to 1.1.0.
Note: If you are using Arch, Manjaro, etc, you can install version 1.2.6 from the AUR - it is identical to this version, it just adds copyright and license notices to the source for the AUR release. See version 1.2.6.
Dependencies
The ned.exe included here is 64bit and requires the vc_redist.x64.exe which can be downloaded from: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads (I don't use the Windows version so if this has changed I didn't notice.)
The Linux and Mac versions don't need anything extra. Just put them somewhere on your path renamed as ned.
Release 1.2.4
What's New
Issue #53 --colors=always needs to take into account replace.
Dependencies
The ned.exe included here is 64bit and requires the vc_redist.x64.exe which can be downloaded from: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
The Linux and Mac versions don't need anything extra. Just put them somewhere on your path renamed as ned.
Release 1.2.3
What's New
Minor fix to usage and readme.
Dependencies
The ned.exe included here is 64bit and requires the vc_redist.x64.exe which can be downloaded from: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
The Linux and Mac versions don't need anything extra. Just put them somewhere on your path renamed as ned.