+++
title = "sed"
template = "project.html"
[extra]
wip = true
+++
uutils sed is a work-in-progress Rust reimplementation of GNU sed, the stream editor for filtering and transforming text.
This project aims to be a drop-in replacement for GNU sed, supporting the full range of sed scripts and command-line options.
[](https://github.com/uutils/sed-tracking)
> **Note:** This project is still in early development. Many features are not yet implemented and behavior may differ from GNU sed.
# Goals
Implement a cross-platform, memory-safe sed that is compatible with GNU sed scripts and command-line interface.
# Contributing
To contribute to uutils sed, please see [CONTRIBUTING](https://github.com/uutils/sed/blob/main/CONTRIBUTING.md).
# License
uutils sed is licensed under the MIT License - see the [LICENSE](https://github.com/uutils/sed/blob/main/LICENSE) file for details.
GNU sed is licensed under the GPL 3.0 or later.