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: 13 days ago
Linked from 1 awesome list
clicommand-lineregexrustterminaltext-processing
Related projects:
Repository | Description | Stars |
---|---|---|
comby-tools/comby | A code rewrite tool for structural search and replace across multiple programming languages. | 2,430 |
semgrep/semgrep | A tool for detecting bugs and enforcing coding standards in source code across multiple programming languages. | 10,775 |
ast-grep/ast-grep | A tool for code structural search and transformation using abstract syntax trees | 7,662 |
chrisgrieser/nvim-rip-substitute | A plugin for Neovim that allows searching and replacing text in the current buffer with an incremental preview and modern regex syntax. | 205 |
imagibee/gigantor | A high-performance regular expression search and replace library designed to handle large files and streams efficiently | 22 |
ziishaned/learn-regex | An introduction to regular expressions with explanations and examples. | 45,746 |
ray-x/sad.nvim | A find and replace plugin that integrates with fzf for Neovim. | 194 |
ms-jpq/sad | A CLI tool that uses fzf and diff for interactive search, replace, and review of changes in text files before committing them. | 1,799 |
rust-lang/regex | An implementation of regular expressions for Rust. | 3,580 |
dtenny/clj-re | A set of regular expression functions inspired by Clojure's API. | 10 |
pemistahl/grex | Automatically generates regular expressions from user-provided test cases | 7,334 |
brainmaestro/eslint-plugin-optimize-regex | A plugin for ESLint that optimizes and refactors regular expressions in JavaScript code to improve performance. | 74 |
s1n7ax/nvim-search-and-replace | A plugin to perform search and replace operations in multiple files within the current working directory. | 72 |
lisprez/so_stupid_search | A fast and minimalistic tool for searching strings deeply within directory structures recursively. | 164 |
telekons/one-more-re-nightmare | A fast and efficient regular expression compiler written in Common Lisp | 141 |