sd
sd 1.1.0
Intuitive find & replace CLI (sed alternative)
https://github.com/chmln/sdMIT License
main program: sdprograms: sd
Maintainers
Platforms (38)
wasm32-wasip1armv7a-linuxarmv7l-linuxarmv6l-netbsdriscv64-netbsdpowerpc-netbsdx86_64-windowsx86_64-openbsd
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ sd ];
Ad-hoc shell
nix-shell -p sd
Flake (nix run)
nix run nixpkgs#sd