sted is a command-line text editor written in Rust. It provides basic functionalities to manipulate and edit text files.
To compile and use sted, ensure you have Rust installed. Clone the repository and use Cargo to build the project:
git clone https://github.com/matteac/sted.git
cd sted
cargo install --path=.Contributions and feedback are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.