sd
Find & replace tool
An intuitive command-line tool for finding and replacing text in files using regular expressions.
Intuitive find & replace CLI (sed alternative)
6k stars
28 watching
140 forks
Language: Rust
last commit: 11 months ago
Linked from 1 awesome list
clicommand-lineregexrustterminaltext-processing
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A code rewrite tool for structural search and replace across multiple programming languages. | 2,430 |
| | A tool for detecting bugs and enforcing coding standards in source code across multiple programming languages. | 10,803 |
| | A tool for code structural search and transformation using abstract syntax trees | 7,662 |
| | A plugin for Neovim that allows searching and replacing text in the current buffer with an incremental preview and modern regex syntax. | 205 |
| | A high-performance regular expression search and replace library designed to handle large files and streams efficiently | 22 |
| | An introduction to regular expressions with explanations and examples. | 45,746 |
| | A find and replace plugin that integrates with fzf for Neovim. | 194 |
| | A CLI tool that uses fzf and diff for interactive search, replace, and review of changes in text files before committing them. | 1,799 |
| | An implementation of regular expressions for Rust. | 3,580 |
| | A set of regular expression functions inspired by Clojure's API. | 10 |
| | Automatically generates regular expressions from user-provided test cases | 7,334 |
| | A plugin for ESLint that optimizes and refactors regular expressions in JavaScript code to improve performance. | 74 |
| | A plugin to perform search and replace operations in multiple files within the current working directory. | 72 |
| | A fast and minimalistic tool for searching strings deeply within directory structures recursively. | 164 |
| | A fast and efficient regular expression compiler written in Common Lisp | 141 |